Shortcodes not rendering but can’t find error
-
The job manager plugin said the problem was that my shortcodes are not rendering but they don’t know where in the theme the probem is as not related to the plugin itself. They gave this link and I downloaded the plugin suggested to show the page for where to find it. https://kb.yoast.com/kb/shortcodes-not-rendering/
However, I can’t find anyything resembling the error mentioned in the article on that page’s code. Any help would be really appreciated
<?php /** * The template for displaying pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages and that * other "pages" on your WordPress site will use a different template. * * @package WordPress * @subpackage Twenty_Sixteen * @since Twenty Sixteen 1.0 */ get_header(); ?> <section id="jobs-news" class="inner-page-padding"> <div class="container"> <div class="row"> <?php // Start the loop. while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); endwhile; ?> <?php get_sidebar(); ?> </div><!-- .row --> </div><!-- .content-area --> </section> <?php get_footer(); ?>
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Shortcodes not rendering but can’t find error’ is closed to new replies.