• 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

ken

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 23 total)
1 2 →
  • Author
    Posts
  • April 28, 2016 at 9:39 am in reply to: Altitude Pro – Front Page Background Images – Change size? #184618
    ken
    Member

    .front-page-5 .image-section {
    max-height:700px;
    }

    January 27, 2015 at 1:55 pm in reply to: A forum section for each theme #138788
    ken
    Member

    On the top level of the Forums, can there be a Topic for each theme. Say If I am looking for help with positioning a menu for Minimum Pro, that would be the first place for me to look.

    September 15, 2014 at 9:10 am in reply to: Widget stripping out text format #124502
    ken
    Member

    Brad, Genesis Featured Page Advanced worked with the excerpt. https://wordpress.org/plugins/genesis-featured-page-advanced

    September 15, 2014 at 8:57 am in reply to: Widget stripping out text format #124501
    ken
    Member

    Brad,
    This says that it has the option to use the excerpt. I will try this one. But still would be nice to use the content and not have to copy text into the excerpt!

    September 15, 2014 at 8:53 am in reply to: Widget stripping out text format #124500
    ken
    Member

    Brad,
    The widget uses the first 'x' characters of the post. It does not use the excerpt. Any solution for that?

    September 3, 2014 at 2:24 pm in reply to: Related Posts not showing on page_blog.php #122653
    ken
    Member

    Thank you very much for your help on this. Time to stick a fork in this one.

    September 3, 2014 at 12:15 pm in reply to: Related Posts not showing on page_blog.php #122624
    ken
    Member

    As you can see on this page http://www.mt2.sohtest.com/blog/ the blog page is set to only show one post (the most recent). Am I trying to do the impossible?

    Should I be doing this by adding custom fields to the Post entry screen?

    September 3, 2014 at 10:30 am in reply to: Related Posts not showing on page_blog.php #122600
    ken
    Member

    I am using Genesis Extender to code the hooks.

    September 3, 2014 at 10:25 am in reply to: Related Posts not showing on page_blog.php #122599
    ken
    Member

    I do not have any 'conditional' set up yet. If I look at a single post using single.php, the hook is executed and it all works fine. It is when the page_blog.php is called it does not show up.

    September 3, 2014 at 10:14 am in reply to: Related Posts not showing on page_blog.php #122595
    ken
    Member

    Looks like I might be closer. I can echo text in the selected area, but I cannot execute the short code

    \\<?php
    echo "Hello world!";
    ?>
    <?php echo do_shortcode( '[manual_related_posts]' ); ?>

    Will investigate further.

    September 3, 2014 at 9:44 am in reply to: Related Posts not showing on page_blog.php #122590
    ken
    Member

    Created the custom blog template and the same result. Ughh. I am using the enterprise-pro child theme and I just do not understand while this will not work. Am I approaching this the wrong way? What I want is a Blog page that shows the most recent post with the same formatting as if you were looking at any of the other posts by themselves.

    September 3, 2014 at 9:00 am in reply to: Related Posts not showing on page_blog.php #122584
    ken
    Member

    Is it the evil 'Blog' template that is messing this up??? You can see on http://www.mt2.sohtest.com/late-spring-garden-chores-2/ the You May Also Like is on there twice. But on http://www.mt2.sohtest.com/blog/ which uses Blog template there is no You May...

    September 3, 2014 at 7:36 am in reply to: Related Posts not showing on page_blog.php #122562
    ken
    Member

    Thanks for the solution. Will work on this today. Thanks again.

    September 2, 2014 at 2:43 pm in reply to: Related Posts not showing on page_blog.php #122483
    ken
    Member

    Thanks for the reply. A plugin: http://www.relatedpostsforwp.com

    August 25, 2014 at 1:30 pm in reply to: Enterprise Pro Theme – Template FIle: page_blog.php #120965
    ken
    Member

    Brad, To show you all that I did changed...

    PAGE_BLOG.PHP

    <?php
    /**
    * Genesis Framework.
    *
    * WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
    * Please do all modifications in the form of a child theme.
    *
    * @package Genesis\Templates
    * @author StudioPress
    * @license GPL-2.0+
    * @link http://my.studiopress.com/themes/genesis/
    */

    //* Template Name: Blog

    //* The blog page loop logic is located in lib/structure/loops.php

    add_filter( 'genesis_pre_get_option_content_archive', 'wpsites_full_content_blog_page' );
    function wpsites_full_content_blog_page( $opt ) {
    return 'full';
    }

    genesis();

    ADDED TO FUNCTIONS

    add_filter( 'genesis_pre_get_option_content_archive', 'wpsites_full_content_blog_page' );
    function wpsites_full_content_blog_page( $opt ) {
    if ( is_page_template( 'page_blog.php' ) ) {
    return 'full';
    }
    }

    August 25, 2014 at 10:32 am in reply to: Enterprise Pro Theme – Template FIle: page_blog.php #120936
    ken
    Member

    Brad,
    This is what I am adding and it is not working. Is my coding off?

    add_filter( 'genesis_pre_get_option_content_archive', 'wpsites_full_content_home_page' );
    function wpsites_full_content_home_page( $opt ) {
    if ( is_page_template( 'page_blog.php' ) ) {
    return 'full';
    }
    }

    February 15, 2014 at 4:39 pm in reply to: H1 Tag on home page in Enterprise Pro theme #90539
    ken
    Member

    <h1 class="site-title" itemprop="headline">oceanquote.com</h1>

    July 24, 2013 at 9:32 pm in reply to: Sidebar Background Color #52403
    ken
    Member
    This reply has been marked as private.
    July 24, 2013 at 9:29 pm in reply to: Sidebar Background Color #52402
    ken
    Member
    This reply has been marked as private.
    July 24, 2013 at 8:29 pm in reply to: Sidebar Background Color #52392
    ken
    Member
    This reply has been marked as private.
  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 23 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