Rich snippet
-
Hello Alex
I’m trying to set the rich snippets and I should change single.php<h1> class=”post-title”> <? php the_title ();?> </ h1>
with
<h1> class=”entry-title”> <? php the_title ();?> </ h1>
(Changing the title in the post becomes small)<? php the_time (get_option (‘date_format’));?>
with
<span class=”date updated”> <? php the_time ();?> </ span><? php if (! ot_get_option (‘author-bio’) && get_the_author_meta (‘description’)):?>
with
<span class=”vcard author”>
? <span class=”fn”> Author Name </ span>
</ span>Am I wrong?
I hope you can help me
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Rich snippet’ is closed to new replies.