Simple php "display title" help
-
Here’s the code I’m trying to alter:
if ($show_meta) { $postheader .= '<span class="entry-meta"><span class="entry-comments">' . get_comments_number() . '</span>'; $postheader .= '<abbr class="published" title="' . get_the_time('c') . '">' . get_the_time( get_option('date_format') ) . '</abbr></span>'; }I’m trying to get my post title to appear inside the meta section. As it is right now, only the date and comments number are showing. Problem is I’m a total newbie when it comes to php. I’m hoping someone can help me out here.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Simple php "display title" help’ is closed to new replies.