displaying short text for one category
-
Hi there,
I’m trying to add a few sentences before posts of a certain category. To be precise, what I’d like to do is to add it before each post and on the page displaying posts of a certain category (accessible from the menu).
What I’ve done so far is copied the index.php from the twentyeleven theme, edited it and saved as category.php and uploaded back. This doesn’t work though. My modification was as follows:
<?php if (is_category('ads')) : ?><p>custommmmmmm</p><?php endif; ?>
Just before starting the loop. Full code https://pastebin.com/KESTHtJS
I know it’s recommended to use child themes for any modifications but first want to check if I can achieve what I want before creating a child theme.
Thank you
- The topic ‘displaying short text for one category’ is closed to new replies.