SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: How to move the publish date from top to bottom of Wordpress blog posts?

Hybrid View

  1. #1
    SitePoint Evangelist Azam.net's Avatar
    Join Date
    Apr 2002
    Location
    UK
    Posts
    474
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question How to move the publish date from top to bottom of Wordpress blog posts?

    Our Wordpress blog shows the date the blog post was published next to the title, at the top of the each blog post.

    How can I move the date to the bottom of each blog please?

    Thanks in advance.
    Azam Marketing, Inc.
    Award-Winning Digital Marketing and Design Results Since 1997
    Click here to read acclaimed online marketing & design blog

  2. #2
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,414
    Mentioned
    39 Post(s)
    Tagged
    1 Thread(s)
    Hi,

    You would need to edit the file "single.php" in you themes folder.
    this file is responsible for the layout of the individual posts.
    Look for a line similar to this:

    Code PHP:
    Added on <a href="<?php bloginfo('url'); ?>/<?php the_time("Y"); ?>/<?php the_time("m"); ?>"><?php the_time("d.m.Y"); ?></a>
    and move it to the bottom of the post.
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

  3. #3
    SitePoint Evangelist Azam.net's Avatar
    Join Date
    Apr 2002
    Location
    UK
    Posts
    474
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot for your help.

    Done.
    Azam Marketing, Inc.
    Award-Winning Digital Marketing and Design Results Since 1997
    Click here to read acclaimed online marketing & design blog

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •