nlozovan

Untitled

May 23rd, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. FIND:
  2.  
  3. <span class="nav-previous"><?php previous_post_link( '%link' , __('', 'cosmotheme') ); ?></span>
  4. <span class="nav-next"><?php next_post_link( '%link' , __('', 'cosmotheme') ); ?></span>
  5.  
  6. EDIT IN:
  7.  
  8. <span class="nav-previous"><?php previous_post_link( '%link' , __('', 'cosmotheme'), $taxonomy = 'category' ); ?></span>
  9. <span class="nav-next"><?php next_post_link( '%link' , __('', 'cosmotheme'), $taxonomy = 'category' ); ?></span>
Advertisement
Add Comment
Please, Sign In to add comment