• danstender

    (@danstender)


    Hi guys,

    every postings contains a header including the date of the posting, the authors name and “Leave a comment” being a link to the posting’s url.

    Do somebody have any pointers where the generation of these headers could be manipulated: as “Leave a comment” I would like this line to contain also a “Printer friendly version” being a link to the posting’s url + /print/ (that’s the wp-print plugin).

    Thanks in advance,
    DS

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter danstender

    (@danstender)

    … sorry: “Leave a comment” is surely a link to the url + /#respond

    Thread Starter danstender

    (@danstender)

    So I am little bit further: after grepping the theme’s directory (it’s Revoltuion Code Blue) I’ve found that several files contains the line:

    <?php the_time('F j, Y'); ?> by <?php the_author_posts_link(); ?> &middot; <a href="<?php the_permalink(); ?>#respond"><?php comments_number('Leave a Comment', '1 Comment', '% Comments'); ?></a>

    which is what I am searching for. Does anybody know which of the instances (archive.php, author.php, index.php, search.php, single.php, tag.php) I have to manipulate to get the desired result just for the case that a single posting is displayes on the blog?

    Thread Starter danstender

    (@danstender)

    … solved … was “single.php”.

    If others want to do it also, add:
    &middot; <a href="<?php the_permalink(); ?>print/">Printer friendly version</a> before <br />

    Greetings, DS

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Posting: Date, Author, “Leave a comment”, and …..’ is closed to new replies.