• 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!

Viewing 1 replies (of 1 total)
  • 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?

Viewing 1 replies (of 1 total)
  • The topic ‘add date to each post? customize number of posts per page?’ is closed to new replies.