Home > light-hearted > How do I edit a wordpress page to display only the posts, so minus the menubars?

How do I edit a wordpress page to display only the posts, so minus the menubars?

My goal here is to link the wordpress blog entries to a frame in a personal site. So I want only the blog entries to appear, but none of the menu bars or other things associated with wordpress only what was posted. I know wordpress is done in PHP so i was wondering if anybody knew the specifics of the coding and how I would go about doing this.

Thanks!

bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark bookmark

  1. purwedi.kurniawan
    April 3rd, 2010 at 06:40 | #1

    you can edit your page.php file of your current theme, and delete these following code:

    < ?php get_header(); ?>
    < ?php get_sidebar(); ?>
    < ?php get_footer(); ?>

    then your page will only have the content on it, no header, no sidebar and no footer.

  1. No trackbacks yet.

Powered by Yahoo! Answers