• Hello,
    I am having a little difficulty in accomplishing a small task

    Here is what I want, Please go over to http://consumeroid.com to see the theme I am working on.

    – I would like to the modify the index page and the post page in such a way that it should look like this.

    <start>

    ———– Separator Line between posts————-
    <!–post name–> !–post date & time–>

    <!–Author name–> <!–Comments–>
    —— Separator Line between posts———-

    <!–post content–>

    <end>

    Can someone help me in achieving this?
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter silverr

    (@silverr)

    bump

    Try by putting this:

    the_title(); ------- the_time('d/m/Y')
    
    the_author() ------- comments_popup_link('0 Comments', '1 Comment', '% Comments');

    Don’t forget to put the four items inside the correspondent containers #,

    Cheerz!,
    Hope this can Help!,

    Note:
    the_time(‘d/m/Y’) (this display: Numbered Day/Numbered Month/Full Year

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ok, I am a noob in coding just need some basic help.’ is closed to new replies.