• Resolved JiL

    (@rwa66)


    Is it in any way possible to show the author name and publish date between the title and excerpt?
    I tried to put the_date(); in column-posts.php for example, but it does not displayed at the spot i would expect it.
    All dates show up at the top of page instead of inside the articles.
    Thanks in advanced for any help and keep on the good work!

    https://www.ads-software.com/plugins/column-posts/

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

    (@rwa66)

    To answer my own question:

    // excerpt
    if ( $args['excerpt'] ) {
    $ppost .= '<p>'. 'Written on ' .get_the_date() .' by '.get_the_author() .'<br />' .get_the_excerpt() .'</p>' .$thclear .'</li><br />';
    }

    Thread Starter JiL

    (@rwa66)

    Forgot to mark topic as solved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Publish date and author between title and excerpt.’ is closed to new replies.