KnightRider
Member
Posted 3 years ago #
Hey everyone,
Sorry I am a newbie w/ WordPress, I have searched the forum and documentation and cant figure out how to include only the content/posts in my site design. WordPress is in the sub-directory (/wordpress) of my site design. I can get the whole wordpress site to show up in my design by including the wp-header file, but I would only like to show the posts and possibly a link to the archives at the bottom of the posts.
Can someone please point me in the right direction or help me with the php for including this?
Thank you very much for your time in advance, I appreciate it! :)
Shawn
KnightRider
Member
Posted 3 years ago #
Oh man, I just looked at some recent posts and I think I found the answer at this link:
http://wordpress.org/support/topic/89679?replies=3
I think this is what I am looking for, if not please correct me.
KnightRider
Member
Posted 3 years ago #
Ok, I am still not sure how to do it...Any suggestions?
KnightRider
Member
Posted 3 years ago #
Is there a template that I can install that is nothing but the post and rss feed info at the bottom?
KnightRider
Member
Posted 3 years ago #
I need it to look something like this webpage where it just has the post/comments link only so I can include that in my site design.
Thanks
the codex should have articles about integrating into your site design.
but basically, you should be able to NOT include sidebar.php in your theme as a start, and can edit the header.php and footer.php files to remove any additional elements you don't want.
Generally, folks will merge their design INTO a WP theme, so that going to the blog feels like the rest of the site, and eventually move the rest of the site into WP itself.