How to add < > with next and previous posts

Posted in: Newspaper
Post count: 33

Hello Team,

Please I need help to add <> beside next and previous posts.

Thanks

Post count: 22421

Hi,

It can be done by editing the theme files. You can find the code for the next and previous section here: http://screencast.com/t/DZ025UWl
You need to change the code a bit to add a < to the previous article and a > to the next.
You can use the code like this:
$buffy .= '<div class="td-post-next-prev-content"><span>' .__td('<div style="padding-right:20px; font-size:20px;"><</div>Previous article', TD_THEME_NAME) . '</span>';
http://screencast.com/t/xjlGnmvly
You can use the same method for the next article and change the < symbol. I hope this helps Thank you!

  • This reply was modified 10 years by Bogdan B..
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.