• Resolved dhartmusic

    (@dhartmusic)


    I’m trying to build my site with Twenty-Twenty-Three theme in WP 6.1, and there is something I’m not getting. When I add content to a page in the editor, is doesn’t show when I preview, only the content of the template loads. My “page” template consists of a Header with a nav block and nothing below but empty columns. So when for example I add a new page, say for “about us”, using “default” template (which should be “page”),the page in the editor is blank and only has the “add title” block. No empty columns or anything else. I add a paragraph block and type something, and hit preview and only what’s on the template is there. No paragraph or anything I’ve added that I want below the header. I’m clearly getting something wrong about creating/using the templates. Sorry, I realize this is WP 101 but I’m going crazy! Thank You!!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Faisal Ahammad

    (@faisalahammad)

    Hi @dhartmusic
    Sorry for the trouble. Could you attach more details, like which PHP version you are using? Did you find any error after enabling the WP_DEBUG?

    Thread Starter dhartmusic

    (@dhartmusic)

    Hi Faisal, what I just discovered is I was missing a Content Block in the template. I think that has solved my issue. Not aware of WP_DEBUG. Should I enable that regardless?

    Faisal Ahammad

    (@faisalahammad)

    To enable debugging in the WordPress website, go to file manager, open the “wp-config.php” file, then change false to true on the below line.

    define( ‘WP_DEBUG’, true);

    For details, you can follow this article. If you face any issues, let me know so I can help you.

    Moderator Kathryn Presner

    (@zoonini)

    @dhartmusic I would not recommend leaving debugging on; it’s useful for diagnosing specific types of problems, but once you’ve resolved the problem, I’d recommend deactivating it.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need help with Twenty-Twenty-Three’ is closed to new replies.