• Thank you for the great plugin Print My Blog.
    I would like use the print button for printing single articles.
    Is it able to place the print button under the article?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Nelson

    (@mnelson4)

    Hi @honkomp ! For now you’d need to add this code snippet to your theme’s functions.php file or use the code snippets plugin:

    
    add_filter('\PrintMyBlog\controllers\PmbFrontend->addPrintButton $add_to_top', '__return_false');
    

    But I hope to add an option for that without needing a code snippet

Viewing 1 replies (of 1 total)
  • The topic ‘Wish me the print button under the article’ is closed to new replies.