Hello,
I am making a blog and I want to display something on the homepage, but if a user were to navigate to page two to see the rest of the blog posts, they will not see that element. Thanks!
Hello,
I am making a blog and I want to display something on the homepage, but if a user were to navigate to page two to see the rest of the blog posts, they will not see that element. Thanks!
assuming you know how to write a conditional statement;
you could try to use:
is_paged()
conditional template tags
http://codex.wordpress.org/Conditional_Tags
I am sorry, I am not that familiar with conditional statements, what would i write. If it helps, I am displaying a welcome message that I am getting from a page. Then, once they visit the second page of the blog posts, it does not display the welcome message. Thank you!
This topic has been closed to new replies.