• Resolved jgprkatelyn

    (@jgprkatelyn)


    I can only see the header and footer templates, while the Home page is listed as the static page to display. Any content is missing from the pages and I’m not sure what I need to do to fix it.

    In addition, I need to fix a Twenty Twenty-Three child theme so I won’t lose everything when the theme updates.

    Any assistance would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Use the plugin Create Block Theme to generate your child theme.
    Inside your child theme create a functions.php file and paste the following code:

    `<?php
    // Enqueue styles from parent theme
    function add_style() {
    wp_enqueue_style( ‘style’, get_stylesheet_uri() );
    }

    Moderator Kathryn Presner

    (@zoonini)

    Hi @jgprkatelyn – were you able to get your issues sorted?

    As Alfredo mentioned the Create Block Theme plugin is the best way to make a child theme of a block theme like Twenty Twenty-Three:

    https://www.ads-software.com/plugins/create-block-theme/

    If you’re still having problems, please let us know.

    Moderator Kathryn Presner

    (@zoonini)

    I’m marking this as resolved since it’s been a while since we’ve heard from you. If you need help with anything else, don’t hesitate to start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content Missing’ is closed to new replies.