• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Brad Dalton

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 15,342 total)
1 2 3 … 766 767 768 →
  • Author
    Posts
  • November 29, 2023 at 6:27 am in reply to: Can’t be able to change the theme #507769
    Brad Dalton
    Participant

    Did you get this resolved?


    Tutorials for StudioPress Themes.

    November 29, 2023 at 6:24 am in reply to: Custom Search Archive template files (for CPTs) #507768
    Brad Dalton
    Participant

    Did you get this resolved?


    Tutorials for StudioPress Themes.

    November 29, 2023 at 6:23 am in reply to: Reposition Breadcrumbs in Monochrome Pro #507767
    Brad Dalton
    Participant

    Did you get this resolved?


    Tutorials for StudioPress Themes.

    November 29, 2023 at 6:22 am in reply to: Image at top of custom blog page #507766
    Brad Dalton
    Participant

    Did you get this resolved?


    Tutorials for StudioPress Themes.

    November 29, 2023 at 6:18 am in reply to: Essence Pro – Blog Posts Too Long – “continued reading” is not available #507765
    Brad Dalton
    Participant

    Did you get this resolved?


    Tutorials for StudioPress Themes.

    November 29, 2023 at 6:14 am in reply to: Problem with Genesis Connect for WooCommerce #507764
    Brad Dalton
    Participant

    The Genesis Connect for WC plugin includes archive and single product templates for using WooCommerce with Genesis which may not be needed when using Elementor as it includes its own templates.


    Tutorials for StudioPress Themes.

    October 11, 2023 at 11:40 pm in reply to: Reverse the Post order by date and Category #507687
    Brad Dalton
    Participant

    If you haven't already figured this out, the pre_get_posts hook will enable you to do this and is the most efficient solution. You will need conditional checks to target specific cats and child cats https://developer.wordpress.org/reference/hooks/pre_get_posts/#basic-examples


    Tutorials for StudioPress Themes.

    August 28, 2023 at 11:47 pm in reply to: Adding text field to entry-header #507632
    Brad Dalton
    Participant

    Try this code https://wpsites.net/genesis-tutorials/how-to-create-a-custom-field/


    Tutorials for StudioPress Themes.

    April 8, 2023 at 11:29 pm in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507201
    Brad Dalton
    Participant

    You may need to change the hooks for the Jetpack code.

    As for the single post navigation, the code to reposition this will depend on how its added in the first place.

    Also note : Genesis Simple Hooks may override custom PHP code so deactivate the plugin of using PHP code in your functions file.

    ALL code on wpsites.net is tested and works.


    Tutorials for StudioPress Themes.

    April 8, 2023 at 8:19 am in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507195
    Brad Dalton
    Participant

    Which code from which tutorial?


    Tutorials for StudioPress Themes.

    April 8, 2023 at 1:50 am in reply to: Reposition Single Post (Page Break) Pagination Directly Under Content #507189
    Brad Dalton
    Participant

    What happens if you change the hook?

    Or

    reposition jetpack.


    Tutorials for StudioPress Themes.

    March 23, 2023 at 9:18 am in reply to: Change from Genesis Framework to a child theme. #507041
    Brad Dalton
    Participant

    Test it out first using the Genesis Sample theme.

    You can copy any custom CSS to the end of the child themes style.css file and any custom functions to the end of the child themes functions file.


    Tutorials for StudioPress Themes.

    March 8, 2023 at 12:47 am in reply to: Sites Down (Using Genesis) , Any Suggestions Please? #506914
    Brad Dalton
    Participant

    It maybe a plugin or custom code you added in your child theme or .htaccess file. I wouldn't change anything in your DB but i would export a copy just in case. Do you have access to your WordPress Dashboard?

    Have you tried renaming your plugins folder and changing child themes? It sounds like its a problem with code added to your child theme. You could make a backup and then delete it so WordPress uses the default theme.


    Tutorials for StudioPress Themes.

    March 6, 2023 at 3:06 pm in reply to: Sites Down (Using Genesis) , Any Suggestions Please? #506897
    Brad Dalton
    Participant

    Delete the Genesis folder and upload the latest version. Also make sure you're using the latest version of WordPress.

    I doubt the problem is with your SP child theme.


    Tutorials for StudioPress Themes.

    March 6, 2023 at 2:08 pm in reply to: Sites Down (Using Genesis) , Any Suggestions Please? #506894
    Brad Dalton
    Participant

    Switch themes to Twenty Twenty Three and see if that makes any difference.


    Tutorials for StudioPress Themes.

    March 2, 2023 at 10:48 pm in reply to: How Do I Dynamically Modify The Tag #506878
    Brad Dalton
    Participant

    There are 2 filters used by the genesis_do_post_title function. genesis_link_post_title and genesis_post_title_text.


    Tutorials for StudioPress Themes.

    March 1, 2023 at 5:18 am in reply to: Remove Header, Menu and Footer from Page #506862
    Brad Dalton
    Participant

    Thanks for the positive feedback however i don't have access to private messages.

    Here's more about arrays in PHP for the purests.


    Tutorials for StudioPress Themes.

    February 28, 2023 at 8:03 am in reply to: Remove Header, Menu and Footer from Page #506854
    Brad Dalton
    Participant

    Try

    if ( is_page( array( '8687', '8651' ) ) ) {
    

    Tutorials for StudioPress Themes.

    February 22, 2023 at 12:25 pm in reply to: Remove Header, Menu and Footer from Page #506822
    Brad Dalton
    Participant

    PHP code should be pasted at the end of your child themes functions.php file.


    Tutorials for StudioPress Themes.

    February 20, 2023 at 1:44 am in reply to: Remove Header, Menu and Footer from Page #506808
    Brad Dalton
    Participant

    Code snippets are here https://my.studiopress.com/documentation/snippets/

    You can add them to a custom page template or copy and rename the landing page template.

    Or try this code https://wpsites.net/genesis-tutorials/remove-header/


    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 15,342 total)
1 2 3 … 766 767 768 →

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble