How to add a text when selecting a category?

Posted in: Newspaper
Post count: 69

hi, i want to add a custom text under category section like this:

http://prntscr.com/7nua7e

thanks!

Post count: 7909

Hi,

Do you want this text after the content on your categories pages? You can add it in category.php file after the loop or pagination – http://screencast.com/t/RL7cglJnlFP
Please provide more details if this is not what you mean.

Thanks!

Post count: 69

not this text. i want to add different texts to different category pages.

Post count: 7909

Hi,

The theme doesn’t have an option for this, you will need custom modifications to achieve this. A solution is to add you text to category description – http://screencast.com/t/L4OebpPUF and echo description bellow the loop – http://screencast.com/t/G3bZuXGIAUmg here is the code – http://pastebin.com/HbaHCVqL

Result: http://screencast.com/t/2bNtHKg9mtMq

You will need to use custom css to hide the category description from top – http://screencast.com/t/3Wf9vX18b

.td-category-description {
display: none;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.