Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #179238
    #179376

    Hi itsholly!

    Edit the plugin Settings > Display button on: > select “Add direct to template”. Choose Right Align on Button positioning. Edit inludes > loop-index.php, find this code:

      echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
                        echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
                        echo '<span class="vcard author"><span class="fn">';
                        the_author_posts_link();

    Below add this code:

    if(function_exists('pf_show_link')){echo pf_show_link();}

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adding Printer Friendly PDF Plugin to Single Posts, Bad Logo Formatting (Mobile)’ is closed to new replies.