• 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

paultp

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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • June 10, 2013 at 10:24 am in reply to: Excerpts to Home Page – Executive Theme #45058
    paultp
    Member

    Hi,

    For anyone else wanting to do this, I achieved it as follows:

    1. Install the http://wordpress.org/plugins/page-excerpt/ to give you an excerpt box on pages (like the one on posts). You can then put what you like in the custom excerpt.

    2. Install the http://wordpress.org/extend/plugins/genesis-featured-widget-amplified/ plugin and use it to feature your page.

    3. Add the following code  to your functions.php to get a read more link (change the read more text to whatever you want). Because the read more link in the amplified plugin only shows up if you select "show content limit".

    /** add a read more link to an excerpt **/
    function custom_excerpt($text) {  // custom 'read more' link
    if (strpos($text, '[...]')) {
    $excerpt = strip_tags(str_replace('[...]', '... <a href="'.get_permalink().'">[Read More...]</a>', $text), "<a>");
    } else {
    $excerpt = '<p>' . $text . '<br/><a href="'.get_permalink().'">read more...</a></p>';
    }
    return $excerpt;
    }
    add_filter('the_excerpt', 'custom_excerpt');

    Hope that helps

    March 14, 2013 at 10:34 am in reply to: Simple Social Icons :hover colour #26208
    paultp
    Member

    That's the third time this week that I've complicated something simple. Senility must be setting in.

    Thanks

    Paul

    January 8, 2013 at 11:30 am in reply to: Opinions on Shopping carts #10393
    paultp
    Member

    I'm trying out shopping carts at the moment and have looked at most. A couple of general points:

    They are all extremely basic in their free versions, if you want to do anything more than just sell a few things expect to pay extra (in some cases a lot extra)
    None of them has a decent reputation for support - days to respond is typical

    I quite liked Woo and have installed the free version with a free weight based shipping plug-in on a customer site and that suits their basic needs.

    For another site I needed a few more complicated shipping options and attempted to buy the table rate shipping extension. As I type Woo's own shopping cart does not work and I've now waited ages for some support on this. They send a support ticket linking to support that you cannot access until you have bought something - Catch 22!

    I'm happy to pay a premium for a cart and shipping that works but unfortunately I have yet to find one.

     

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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