• 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

darren_c

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
  • December 6, 2016 at 1:23 am in reply to: noindexing link rel="next" page/2/ and so on……. #197107
    darren_c
    Member

    OK, thanks.

    This works and adds 'noindex,follow' to any pages after the first homepage

    //* Noindex homepage rel=next page/2 etc
    add_action( 'wp_head', 'add_noindex' );
    function add_noindex() {
    if(is_paged()) {
    echo '<meta name="robots" content="noindex,follow" />';
    }
    }

    It's not ideal, I'd really like these links not to be generated in the first place, but I think noindexing is a better solution than disallowing via robots.txt?

    Thanks again

    December 5, 2016 at 8:10 am in reply to: noindexing link rel="next" page/2/ and so on……. #197051
    darren_c
    Member

    Thanks, I already knew this but I wasn't asking about noindexing archives.

    December 2, 2016 at 8:10 am in reply to: noindexing link rel="next" page/2/ and so on……. #196913
    darren_c
    Member

    I'm not, the pages are auto-generated when you follow the link. For example: Agency Pro Demo Site
    http://demo.studiopress.com/agency/

    #69 <link rel="next" href="http://demo.studiopress.com/agency/page/2/" />

    generates:

    http://demo.studiopress.com/agency/page/2/

    which is just a duplicate of the original page. Thankfully page 2 links back to the original otherwise you would have an infinite number of duplicates to contend with.

    #69 <link rel="prev" href="http://demo.studiopress.com/agency/" />

    December 2, 2016 at 7:08 am in reply to: noindexing link rel="next" page/2/ and so on……. #196909
    darren_c
    Member

    Not when the pages are auto-generated.

    December 2, 2016 at 1:18 am in reply to: Need help with SSL Problem? #196899
    darren_c
    Member

    That could just be caching error. Look at the page in chrome browser and see if padlock is there or not. For the URL posted above it is for me.

    September 29, 2016 at 1:55 pm in reply to: Need to revert to Genesis prior to 2.4: download? #193912
    darren_c
    Member

    By the way, fixing stuff over mobile isn't much fun, especially when an ill prepated update breaks the site you nred to fix.

    Less self congratulation and a bit more testing next time please?

    September 29, 2016 at 1:52 pm in reply to: Need to revert to Genesis prior to 2.4: download? #193911
    darren_c
    Member

    You can revert to previous version by going to downloads and follow ing the link to at the bottom of the page.

    Installing the previous version gives an error message but refeshing the page a few times seems to work ok.

    September 29, 2016 at 1:34 pm in reply to: Need to revert to Genesis prior to 2.4: download? #193910
    darren_c
    Member

    Yeah, the update has killed mobile responsiveness for me across sites and thrs.

    It is like we have gone back five years in one small step.

    December 4, 2015 at 10:20 am in reply to: 'Custom Post Class' with 'Custom Post Type' #172753
    darren_c
    Member

    I managed to do it be enabling the layouts option in custom post types

    add_post_type_support( 'your_custom_post_type', 'genesis-layouts' );

    credit to: http://bryantwebdesign.com/code/add-genesis-settings-custom-post-types/

    So now I just add the custom post id in layout settings as I did before.

    November 19, 2015 at 1:34 am in reply to: Reverting to default seo settings #171499
    darren_c
    Member

    Not really. Yoast adds a lot of functions that make zero difference to your sites search performance. I don't think going back to basics is going to make any difference - I was just hoping for some more constructive feedback?

    November 18, 2015 at 2:24 pm in reply to: Best comment system for Genesis #171466
    darren_c
    Member

    +1 for jetpack comments.

    September 13, 2015 at 11:17 am in reply to: Change Genesis Theme? #165370
    darren_c
    Member

    In theory yes. But things like image sizes and widget placement often need tweaking to suit the new style.

    September 13, 2015 at 11:11 am in reply to: New site – https? #165368
    darren_c
    Member

    https with 'spdy' can be faster than regular http.

    How easy it will be for you to enable 'spdy' depends on your hosting set up but it is certainly worth considering.

    July 3, 2015 at 3:13 am in reply to: Author Pro PageSpeed Issues #158267
    darren_c
    Member

    I'd echo the comments above. Optimising for page speed is always a compromise and you can end up breaking your site on some browsers just for the sake of gaining an extra point or two.

    June 30, 2015 at 2:04 am in reply to: Genesis Framework and SEO #157902
    darren_c
    Member

    I switched to the Yoast plug-in a few months ago and wish I hadn't. It's too complex and requires constant updates. The developers are quite arrogant and don't respond well to criticism.

    June 30, 2015 at 1:57 am in reply to: Change to backstretch image url #157901
    darren_c
    Member

    Since no one wants to comment I'm closing this as solved.

    June 29, 2015 at 10:33 am in reply to: Change to backstretch image url #157845
    darren_c
    Member

    After a lot of trial and error I have this and it seems to work:

    wp_localize_script( 'agency-pro-backstretch-set', 'BackStretchImg', array( 'src' => 'https://cdnurl.com/media/image123.jpg' ) );

    July 1, 2014 at 3:19 am in reply to: Genesis 2.1.0 Duplicates After Entry Widget Content #112351
    darren_c
    Member

    Thanks for the fix.
    Works on Agency Pro and Sixteen Nine pro

    March 7, 2014 at 5:01 pm in reply to: Strange Issue – Not Sure What's Going On… #93890
    darren_c
    Member

    In Genesis Theme Settings > Blog Page Template > 'Number of posts to show'

    What is the number entered?

    January 29, 2014 at 10:31 am in reply to: Agency theme background 'jumping' on android mobile device #87693
    darren_c
    Member

    Just to add, this isn't site specific - it can be replicated with the demo
    http://demo.studiopress.com/agency/this-is-a-sample-post/

  • 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

© 2023 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