It doesn’t works, no button on page
-
Hi
It doesn’t works with me, PHP 5.6, WP 4.8.9
Is there a Shortcut to add in the WP page ?My template full_width.php looks like this :
<?php /* * Template Name: Full Width */ get_header(); ?> <div class="wrap"> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php if(function_exists(‘mpdf_pdfbutton’)) mpdf_pdfbutton(); ?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/page/content', 'page' ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?> </main><!-- #main --> </div><!-- #primary --> </div><!-- .wrap --> <?php get_footer();
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘It doesn’t works, no button on page’ is closed to new replies.