Add something at the posts
-
I need to add something at the posts, it should show that when you open a post. I was trying to do this:
<?php if(($post)) {
echo “This is a post page<br>”;
} ?>But it shows it everywhere (at the index, category…). What should I do?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Add something at the posts’ is closed to new replies.