Forums

add date to each post? customize number of posts per page? (2 posts)

  1. zmin
    Member
    Posted 2 months ago #

    hi, i have two problems with the theme i'm working on

    1st is that it doesn't display the published date for each post, it only shows the tags, category and comment link
    what file should i edit for these features that are shown below each post and what code do i have to insert go get just the date displayed
    (eg Posted at 1 Oct. 2009)?

    2nd is that wordpress is set up to display about 10 posts per page, because it has a lot of flash content for some categories, but i would like to know if there's a way to override the default setting for a specific link. i tried adding ?showposts=50 and &posts_per_page=50 after the link in the address bar but it does not work for archive pages.

    thanks!

  2. apljdi
    Member
    Posted 2 months ago #

    1st is that it doesn't display the published date for each post

    the_time(). You need to edit your theme files, probably index.php and single.php, maybe others. Look for The Loop.

    but i would like to know if there's a way to override the default setting for a specific link...

    Define 'specific link'. A particular category? A particular page? A particular author?

Reply

You must log in to post.

About this Topic