• 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

tigaruk

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 21 total)
1 2 →
  • Author
    Posts
  • June 8, 2016 at 8:09 am in reply to: Remove Blog from homepage #187172
    tigaruk
    Member

    Thanks for the reply, but that code isn't removing the posts from the home page 🙁
    I've placed it in functions.php like i should and nothing changes.

    Really don't know why or what to do.

    April 24, 2016 at 4:39 am in reply to: Remove Blog from homepage #184305
    tigaruk
    Member

    Thanks, my issue is i don't know how to do conditional stuff, or at least what im trying is slightly wrong somewhere and i can't just find the right way to write that line of code.

    April 2, 2016 at 12:14 pm in reply to: Remove Blog from homepage #182762
    tigaruk
    Member

    Anyone know how to do this please?

    March 30, 2016 at 8:15 am in reply to: Remove Blog from homepage #182522
    tigaruk
    Member

    This is driving me mad, despite millions of people asking this question on google. No one has the correct answer and every answer they do have is totally different to someone elses and is written in the vaguest of terms. I even tried a plugin to remove the posts which instead filled it with a line of text saying 'Sorry, no content matched your criteria.' Which again seems impossible to remove without removing every post on the site.

    Surely there is a simple solution to this to hide, remove or destroy all blog posts from showing on the home page.

    March 29, 2016 at 10:53 am in reply to: Remove Blog from homepage #182467
    tigaruk
    Member

    Thanks, but i've never done conditional stuff before so not sure how to do that.

    I tried

    if ( is_front_page() ) {
    			remove_action( 'genesis_loop', 'genesis_do_loop' );
    		}
    }

    Which just broke the site :/

    March 29, 2016 at 9:25 am in reply to: Remove Blog from homepage #182457
    tigaruk
    Member

    I just want to remove the blog posts from the home page. If i use just the first snippet it removes the blog posts from the homepage but also removes the post content from the actual posts themselves, so a post is actually blank.

    August 28, 2015 at 8:47 am in reply to: Load a different video for mobile #163889
    tigaruk
    Member

    How would i use media query to do that?

    I can't link to the site as it's for a client.

    October 26, 2014 at 7:56 am in reply to: Agent Press: Secondary Navigation on Category Pages Only #129273
    tigaruk
    Member

    Its the basic Custom Menu widget that comes with the Agent Press Pro theme, i've not changed its code in any way.

    October 12, 2014 at 6:22 am in reply to: Agent Press Pro: Replace Listing-Price with Post Title #127561
    tigaruk
    Member

    Solved it, was being dumb, had to turn on titles in the genesis widget amplifer.

    October 11, 2014 at 6:07 am in reply to: Agent Press Pro: Add Search in Menu Like Twenty Forteen Theme #127463
    tigaruk
    Member

    Hmm more i look into this the more i think its a simple solution but don't know the answer. This theme uses a custom menu to display the menu. I can turn on a search box in the primary menu in genesis, but this does not show in the custom menu, despite it being the primary menu. Sure theres a way to get the genesis search to see this as the primary menu.

    October 11, 2014 at 5:15 am in reply to: Agent Press Pro: Add Search in Menu Like Twenty Forteen Theme #127462
    tigaruk
    Member

    Anyone?

    September 3, 2014 at 1:53 pm in reply to: Agent Press Pro: Add PHP/HTML to Category Description #122646
    tigaruk
    Member

    The description field doesn't show in the theme though, the archive intro text does though.

    July 5, 2014 at 12:48 pm in reply to: Agent Press Pro: Remove Entry-Meta on Category Pages Only #113061
    tigaruk
    Member

    That works perfectly as well. Thank you very much for your help, its really appreciated!

    July 5, 2014 at 12:27 pm in reply to: Agent Press Pro: Limit Post Title on Category Page #113058
    tigaruk
    Member

    That seems to work perfectly. Thanks!

    July 5, 2014 at 8:17 am in reply to: Agent Press Pro: Remove Entry-Meta on Category Pages Only #113041
    tigaruk
    Member

    Im obviously doing something dumb here as i can't get it to work.

    
    //* Remove the entry meta in the entry footer (requires HTML5 theme support)
    
    remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
    
    //* Remove the entry meta in the entry header (requires HTML5 theme support)
    
     remove_action(  'genesis_entry_header', 'genesis_post_info', 12 ); 

    Works fine, apart from it removes it from every single page. As soon as i add !is_category() anywhere in that code, it just breaks that bit of code and its showing everywhere again.

    July 2, 2014 at 8:51 am in reply to: Agent Press Pro: Adsense on posts only. #112637
    tigaruk
    Member

    Code is from here.

    http://www.wpbeginner.com/wp-tutorials/how-to-insert-ads-within-your-post-content-in-wordpress/

    Where do i include that conditional tag?

    June 30, 2014 at 3:34 pm in reply to: Agent Press Pro: Add Featured Image to top of post #112207
    tigaruk
    Member

    Cheers, thats solved both issues!

    June 22, 2014 at 4:38 am in reply to: Agent Press Pro: Change The Search Box #111033
    tigaruk
    Member

    Think i figured it out by changing the

    .home-featured .widget.search-property,
    .home-featured .widget.search-property:last-child 

    to my text widget and then removing some padding so its at the bottom.

    June 21, 2014 at 7:43 am in reply to: Agent Press Pro: Change widget from 3 columns to 5 #110939
    tigaruk
    Member

    Thanks, never come across a bit of code like that before and was looking for a width or %. That works perfectly, thanks again!

    June 21, 2014 at 2:41 am in reply to: Agent Press Pro: How do i get the header to go full width? #110922
    tigaruk
    Member

    Perfect, that did the trick! Thanks!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 21 total)
1 2 →

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