Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cejl

    (@cejl)

    Thank you so, so much. This worked perfectly.

    I’m having this exact same issue! Did you find a fix?

    Thread Starter cejl

    (@cejl)

    Thanks for your response… I’ve pasted the code below… unfortunately, can’t share the page, since I have it maintenance mode (making a site for someone)

    
    <?php
    /*
    Template Name: No-Sidebar Page Template
    */
    get_header();
    ?>
    
    <main id="site-main" class="site-main" role="main">
    <?php if ( have_posts() ) : ?>
    
    	<?php while ( have_posts() ) : the_post(); ?>
    		<?php
    		/**
    		 * Allow for changing the template partial.
    		 *
    		 * @since 1.2.3.
    		 *
    		 * @param string     $type    The default template type to use.
    		 * @param WP_Post    $post    The post object for the current post.
    		 */
    		$template_type = apply_filters( 'make_template_content_page', 'page', $post );
    		get_template_part( 'partials/content', $template_type );
    		?>
    		<?php get_template_part( 'partials/content', 'comments' ); ?>
    	<?php endwhile; ?>
    
    <?php endif; ?>
    </main>
    
    <?php get_footer(); ?>
    
    Thread Starter cejl

    (@cejl)

    Hi Ryan,

    I can’t give a URL since it’s in maintenance mode.. still developing.

    The desired username is “jetpackmr”
    My username is “cejlcejl”, although I changed it to “cejlmcgill” and it still says “cejlcejl” in Jetpack

    Thanks!
    Cait

Viewing 4 replies - 1 through 4 (of 4 total)