WP Post View on arras theme
-
Heres my code:
$postheader .= '<span class="entry-meta"><span class="postviewcount">' . the_views() . '</span>'; $postheader .= '<abbr class="published" title="' . get_the_time('c') . '">' . get_the_time( get_option('date_format') ) . '</abbr></span>'
I dunno why but <span> tag doesn’t catch the output of the_views() it stays outside
For example in the html this is the Output of it:
0 Views
<span class=”postviewcount”></span> Please help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WP Post View on arras theme’ is closed to new replies.