Forums

[Plugin: Yet Another Related Posts Plugin] Display date and category together with post title (3 posts)

  1. niska
    Member
    Posted 2 weeks ago #

    I would like to display the date and category, in addition to the title of every related post. Howevery, even though this should be an easy task - it is not for me.

    I would like to request a "default template" that I can modify to my likings. The default template should only have a list of post titles, and every optional stuff that could be displayed should be commented. That way we PHP/WP newbies only needs to copy and paste the stuff we need.

    What do you think?

  2. Daiv
    Member
    Posted 2 days ago #

    Hello niska,
    in your yarpp template file just add this where you want the date:
    <?php the_time('F jS, Y') ?>
    for the category, add the WordPress category template tag.
    HTH

  3. niska
    Member
    Posted 2 days ago #

    Thanks Daiv. Which template file should I use? I want the default look.

Reply

You must log in to post.

About this Topic