• As suggested by the authors’ plugin, I added the string:
    <?php if(function_exists(‘wp_print’)) { print_link(); } ?>
    in search.php page tab, but when I get my results, no print icon appears on the result page.

    The plugin author asked if “is the search results using that page or is just a place holder? Check with your theme author”.

    So, I’m here ??

Viewing 1 replies (of 1 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    this theme uses the “search.php” template to output the search results. I recommend you to put the code just below the following line:

    <div class="entry-content-inner">

    The individual search results entries use the template “content-archives.php” (as well as the post entries on all archive pages – category archives, etc.).

    Best regards,
    Tomas Toman

Viewing 1 replies (of 1 total)
  • The topic ‘"wp-print" plugin not displaying on search result page’ is closed to new replies.