Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Author name below post doesn't work (http://forum.bytesforall.com/showthread.php?t=20173)

Narenp Apr 22, 2013 10:46 AM

Author name below post doesn't work
 
I'm having an issue with placing the author name in the right place on a parse_php.php.

( PATCH 113-06: the_author and other 'Limited PHP code' don't all work )

Even i follow by referring this solved thread im still facing the same problem.
Am I missing something?

juggledad Apr 22, 2013 11:08 AM

What version?

Narenp Apr 22, 2013 11:20 AM

WordPress 3.5.1.
Montezuma 1.1.8

juggledad Apr 22, 2013 03:16 PM

the patch was for version 1.1.3 of montezuma, the patch - this is why it is called 'PATCH 113-06' it is the 6th patch for version 1.1.3

Quote:

I'm having an issue with placing the author name in the right place on a parse_php.php
why are you touching 'parse_php.php'?

where are you trying to use the author function? what virtual template?

Narenp Apr 22, 2013 10:16 PM

I reset back to original content . Even in latest version the author name doesn't shown below the post title. I would like to have the author name listed next to the date on the pages that list "posted by myname".


This is the parse.php code of latest version of montezuma. I think everything is fine.


PHP Code:

// the following line changed by Patch 113-06        
//    $need_loop = array( 'the_content' );
    
$need_loop = array( 'the_author',
                        
'the_author_meta',
                        
'the_author_post_links',
                        
'the_content'
                        
'the_date'
                        
'the_excerpt' 
                         
);
    
// functions that needs the loop
// the following line changed by Patch 113-02        
//    if (have_posts()) 
    
if( !in_the_loop() && in_array$function_name$need_loop ) ) { 


Andrewp Apr 23, 2013 12:42 AM

im also using montezuma 1.1.8. the author name does not show underneath the post title.

Also Google Authorship can't working. im really frustated.
need help ASAP

Andrewp Apr 23, 2013 02:20 AM

mr.Juggledad im waiting for your solution sir

juggledad Apr 23, 2013 05:03 AM

@Narenp - is this issue solved for you?

@Andrewp - you should not hijack a thread - open a new one and try giving some more information like what did you add where to try and display the author name. . . Oh, and did you really expect an answer within two hours? (1) I sleep, (2) my sick grandson gets priority (3) my paying customers come before any unpaid work I do on the forum and (4) people who have donated get priority over people who haven't. Just to let you know the lay of the land.

And you might think about donating to FLYNN the theme developer to encourage him to keep developing Montezuma


All times are GMT -6. The time now is 11:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.