Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Static Front Page, Blog Link Doesn’t Work


belogical
Participant

@belogical

you are close, I want this:

domain.com (static page)

domain.com/blog (list all my blog posts, index.php)

domain.com/home (buddypress home page, home.php)

i have everything working, except the /blog link.

with that being said, what code do I need in my index.php in order to pull the “normal home page” blogs posts? right now it looks at the WP radio button and just pulls the “static” page, which ends up being a link back to domain.com. i want domain.com/blog to list all my posts. i tried the normal: <?php while (have_posts()) : the_post(); ?>, but I assume that looks at the WP static flag that I set, which will no longer pull the posts. how do I get around this?

Skip to toolbar