• ad2010

    (@ad2010)


    Thanks for the work to the author (Ataul Ghani)!

    By default the date is posted on the top of wp post. How to move it to down to bottom?

    Thanks in advance!

    Follow up – resolved quickly…This fragment of the plugin:

    “if(is_single() && !is_home()) {
    $content = $wpt_updated_date.$content;
    }”

    Change like this:

    “if(is_single() && !is_home()) {
    $content = $content.$wpt_updated_date;
    }”

    • This topic was modified 8 years ago by ad2010.
    • This topic was modified 8 years ago by ad2010.
    • This topic was modified 8 years ago by ad2010.
  • The topic ‘How to move ‘post updated date’ to the end of the post?’ is closed to new replies.