Forums

(hopefully) quick help with posts page (7 posts)

  1. physhbon
    Member
    Posted 3 years ago #

    Hello. I am a front end web designer and I'm very comfortable with XHTML and CSS but not so handy with PHP.

    I have been experimenting with using WP as a simple CMS for smaller clients and have found it great to use over Joomla!

    For this problem:

    http://www.woodenpier/livewire/

    I am currently using a self-modified theme based on CorporateSandbox running on WP 2.7 and using the plug-in WP-ecommerce.

    I have set the Blog page to be under the menu heading Fencing Layout Guide.

    What I would like is for that initial posts page to show a list of just the Post summery and title (because they will be long and the page will be too long!) Obviously I would like people to be able to click the title or a 'more' link to read the full article.

    I'm sure that this is easily set in the default WP... but because CorporateSandbox has heavily modified the original templates in order to accommodate an easier transition to a CMS (rather than a blog) I think that the functionality has been removed.

    What template do I look in to change the PHP... or is it still possible to set this from the Admin section?

    Thanks heaps!

    -Zak

  2. woodenpier
    Member
    Posted 3 years ago #

    bump

    Any help would be greatly appreciated. I've searched through a lot of documentation before posting.

    -Z

  3. whooami
    Member
    Posted 3 years ago #

    your link is a "not found", and this:

    What I would like is for that initial posts page to show a list of just the Post summery and title

    is a functionality that is not removable by a theme.

    you just need to edit whatever you are using for the front page -- a template file, whatever.

    both of what you are looking for are called template tags, and there is plenty of documentation on those.

    http://codex.wordpress.org/Template_Tags
    More specifically:
    http://codex.wordpress.org/Template_Tags#Post_tags

  4. reflexionstudios
    Member
    Posted 3 years ago #

    What I would like is for that initial posts page to show a list of just the Post summery and title (because they will be long and the page will be too long!) Obviously I would like people to be able to click the title or a 'more' link to read the full article.

    WP does this by default (more or less). Your loop in index.php must have been modified or something. Can you post the contents of that file?

  5. woodenpier
    Member
    Posted 3 years ago #

    My apologies... heres the link:

    http://www.woodenpier.com/livewire/

    It's not the home page that I'm talking about. It's the section called Fencing Layout Guide - which is set to be my blog page (in settings).

    As you can see the page is not showing just the post summaries by default.

  6. whooami
    Member
    Posted 3 years ago #

    It's not the home page that ...

    it doesnt matter what the 'page' is, or where it is. you use your own template if you need to, utilizing the proper template tags, to which Ive already linked.

    As you can see the page is not showing just the post summaries by default.

    as Ive already said, in order to do this, you need to construct a proper loop and use the proper template tags to accomplish that.

  7. reflexionstudios
    Member
    Posted 3 years ago #

    My mistake, didn't catch you were referring to another page. Regardless, as whooami said, it doesn't matter what page you're on.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.