cejl
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: full width pagesThank you so, so much. This worked perfectly.
Forum: Themes and Templates
In reply to: [Make] Full Width Template (should be an easy fix)I’m having this exact same issue! Did you find a fix?
Forum: Themes and Templates
In reply to: full width pagesThanks 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(); ?>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 JetpackThanks!
Cait
Viewing 4 replies - 1 through 4 (of 4 total)