Getting rid of page title when looping posts
-
Hi,
I’m pretty new to theme developing and trying to get my head around how The Loop works. I’ve read tons of posts and the full Codex tutourial but i can’t seem to find an answer to my problem. Maybe it’s because I’m trying to approach the problem from the wrong angle?So here is what im trying to do:
The setup for the page I’m building is that all links in the navigation are WordPress pages, and some of the content in those pages that require alot of updates are made out of posts. With this setup I’ll be able to have some semi-static content and some that are more dynamic. (Is this the “right” way to do it?)Anyway, this is where the problem starts. One or more pages will consist of posts only, from different categorys (this way I can easier tell which post to go where on the page, again is there a better way?). When I’m trying to loop out say 3 different posts from different categorys it works fine, but for some reason the page title loops out aswell, 1 for every post. This is why i havn’t found the solotion in multiple loops tutourials, since i have no problems with repeating posts, but with the pagetitle.
In this moment my code is a mess but I’ll be happy to provide it if necessary, but mosty I just wan’t to understand why this is happening and if I should change the approach of how to build this kind of homepage.
Best regards,
Olof
- The topic ‘Getting rid of page title when looping posts’ is closed to new replies.