Using Plugin WP-Print With Events Calendar

Home Forums Calendar Products Events Calendar PRO Using Plugin WP-Print With Events Calendar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1503306
    pgr
    Participant

    We’ve installed WP-Print, a plug-in that adds print capability to posts, pages, and comments. While we can put it in a shortcode in each calendar event, we’re rather it just automatically work for all of them.

    Their instructions, in part, say:

    
        Open wp-content/themes/<YOUR THEME NAME>/index.php. You should place it in single.php, post.php, page.php, etc also if they exist.
        Find: <?php while (have_posts()) : the_post(); ?>
        Add Anywhere Below It: <?php if(function_exists('wp_print')) { print_link(); } ?>
    

    I’ve done that on index.php, single.php, page.php, and archive.php (my theme doesn’t have a post.php), but I don’t have the icon show in Calendar events (it shows on other posts and pages).

    Is there a place I can add this code to have the option work on events and comments?

    #1505031
    Victor
    Member

    Hi There!

    Thanks for reaching out to us! Let me try to help you out with this.

    First, please let me note that we are fairly limited in how much support we can give for custom development questions or integrations with third party plugins like that. However, we always like helping out and at least point users into the right direction as much possible.

    I would suggest customizing our templates by making a template override and add the code you mention to it. You can learn more about customizing our templates in our Themer’s Guide > https://theeventscalendar.com/knowledgebase/themers-guide/

     

    I hope that helps. Let me know if any follow up questions.

    Best,
    Victor

    #1522210
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Using Plugin WP-Print With Events Calendar’ is closed to new replies.