Not load html and scripts
-
I use shortcode in code
<?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php echo do_shortcode("[poly paper-button raised]A green button[/poly]"); ?> <?php endwhile; ?>
, but it not load polymer dependences.If write in the content of page, it work.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Not load html and scripts’ is closed to new replies.