• 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

robsp

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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • September 6, 2014 at 5:03 pm in reply to: Modify width in Minimum child theme #123089
    robsp
    Member

    I ended up doing something else. I posted what worked for me in another thread, here:

    Beautiful Pro – How to center full width content?

    This keeps the theme responsive. It narrows the content area but keeps the header and footer at full width - which is what I wanted and I think is often best.

    Hope this helps 🙂

    Rob

    August 28, 2014 at 6:47 pm in reply to: Beautiful Pro – How to center full width content? #121597
    robsp
    Member

    I'm placing this here in case it can help someone else...

    First, huge h/t to Tony above. Unfortunately, changing the width percentage makes the content too narrow on smartphones. So this is what I did:

    In the CSS file I changed:
    .full-width-content .content {
    width: 100%;

    To this:
    .full-width-content .content {
    float: none;
    margin: 0 auto;
    width: 600;

    I picked 600, but you could of course pick a different width. Just note that you have to make more changes if your site contains any pages with more than one column.

    August 28, 2014 at 5:28 pm in reply to: Beautiful Pro – How to center full width content? #121590
    robsp
    Member

    Thank You!

    Rob

    August 28, 2014 at 4:47 pm in reply to: Modify width in Minimum child theme #121581
    robsp
    Member

    I just happen to be on here searching for something similar and came across the below thread. I'm not sure, but maybe it will help point you in the right direction 🙂

    Fixing Site Width

    August 2, 2014 at 3:36 pm in reply to: Automatically insert permalinks into Posts #116719
    robsp
    Member

    In case anyone is interested in what I ended up doing, I opted to place the permalink next to the post date.

    Step 1: Create a permalink shortcode by placing this into the child theme's functions file:

    // Create Shortcode for Permalink
    function permalink_shortcode() {
    if (!is_page()) {
     $permalink = get_permalink();
     $permalink_symbol = '
     <a href="'.$permalink.'">#</a>
     '; 
    return $permalink_symbol;
    }}
    add_shortcode('permalink', 'permalink_shortcode');

    Step 2: If not already installed, install the awesome Simple Edits plugin:
    http://wordpress.org/plugins/genesis-simple-edits/

    Step 3:
    Add this shortcode in the 'Post Info' field of Simple Edits:
    [permalink]

    This will place the permalink symbol "#" next to the post's date. Much appreciation to anyone that wants to improve upon my newbie method/code.

    August 2, 2014 at 2:39 pm in reply to: Automatically insert permalinks into Posts #116705
    robsp
    Member

    Thanks genrock. That works. It places the permalink under the title when viewing the post's page.

    July 31, 2014 at 8:03 pm in reply to: Automatically insert permalinks into Posts #116515
    robsp
    Member

    What I ended up doing is placing the permalink in the date, using the code found here:

    http://genesissnippets.com/add-permalink-post_date-shortcode/

    However, I'm not sure this is what I want, so I may revisit this.

    July 31, 2014 at 7:59 pm in reply to: Automatically insert permalinks into Posts #116512
    robsp
    Member

    Thanks Neil! That almost worked. The permalink did show at the bottom of posts, but only when viewing the post's full page. It didn't show on the homepage (which for my site is also the blog page). I guess that makes sense in a way.

    Also I encountered this odd error.
    1-Click to viewpost's full page
    2-Return to homepage
    3-Permalink now appears...but above the post title.

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 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