Forums

[resolved] twenty ten moving author and date to bottom of post? (6 posts)

  1. criminalfish
    Member
    Posted 1 year ago #

    im quite literally the biggest n00b at wordpress ever. this php stuff is melting my brain, trying to work out whats being called from where.

    this is my website http://touchercrds.com/blog/wordpress/

    ive been working on it for about a full day now, and im learning alot of new concepts just by working on it.

    my question (ive messed alot of stuff up with trial and error) is how the hell do i move the author and date to the bottom of the post with the comments link and such. i cannot for the life of me find where it is in the php, i cant even work out what file it would be in.

    gotta be honest, i fail at anything that isnt CSS. plz help my deadline is in like 3 days.

  2. criminalfish
    Member
    Posted 1 year ago #

    im looking in the index.php page.php and single.php and i cant see anything resembling "the_date" or "the_author"

    is it just me or is the template overly complicated compared to most?

  3. Christine
    Moderator
    Posted 1 year ago #

    Have a look at the file called loop.php line 64

    Move the code from line 64 - 66 to below the closing </div> for the entry content (line 88)

    I think that should work.

  4. criminalfish
    Member
    Posted 1 year ago #

    thats done absoloutley literally nothing. i even deleted that piece of code to see what would happen, and it didnt change a thing/ any other suggestions?

  5. MAS
    Member
    Posted 1 year ago #

    copy the code form 126 to 128 and put it in 140 line in loop.php file.

    If work then delete code form 126 to 128

  6. criminalfish
    Member
    Posted 1 year ago #

    thanks chinmoy29 this fixed my issue :)

Topic Closed

This topic has been closed to new replies.

About this Topic