• 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

Ari Herzog

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 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • March 20, 2014 at 7:48 am in reply to: Keep Minimum or move to Parallax? #95706
    Ari Herzog
    Member

    There are aspects of Focus that don't work for me anymore. Namely, I like the top right menu and the big social icons above the fold. Background image too. All in the Minimum Pro theme.

    Is there an easy coding fix to change the default layout of showing a grid of recent posts to showing recent posts in full?

    In other words, look at Danny Brown's blog that uses the Parallax Pro theme. The default home page shows his most recent posts in reverse chrono order. Scroll past one to read the next. I'd like that layout to be on my blog. Easy to do with the Minimum theme? Thoughts?


    I am a storyteller. I moved my blog from Thesis to Genesis in April 2013. I’m still learning.

    March 19, 2014 at 11:02 am in reply to: Keep Minimum or move to Parallax? #95703
    Ari Herzog
    Member

    Or maybe I go back to Focus and add in features that I like from Minimum. Hmm. Playing around. If you suddenly click over, I've no idea what you'll see!


    I am a storyteller. I moved my blog from Thesis to Genesis in April 2013. I’m still learning.

    February 28, 2014 at 9:29 am in reply to: Excluding a Certain Page from Archives – Minimum Pro #92824
    Ari Herzog
    Member

    This is helpful, Brad. I hadn't realized the coding changed in Genesis 2. Thanks!


    I am a storyteller. I moved my blog from Thesis to Genesis in April 2013. I’m still learning.

    February 27, 2014 at 10:07 pm in reply to: Excluding a Certain Page from Archives – Minimum Pro #92770
    Ari Herzog
    Member

    Related question: I used to have a custom archive layout using Focus and am now using Minimum Pro, too. But when I copy the file over, and refresh the archive page in the editor, nothing happens? Is there a tweak I need to make from one child to the other? Can you look at the below code? Thanks!

    <?php
    /**
     * Template Name: Archive
     * This file handles archives pages.
     *
     * This file is copied from Genesis and edited for Focus.
     * @license  http://www.opensource.org/licenses/gpl-license.php GPL v2.0 (or later)
     * @link     http://www.studiopress.com/themes/genesis
     */
    
    /** Remove standard post content output **/
    remove_action( 'genesis_post_content', 'genesis_do_post_content' );
    
    add_action( 'genesis_post_content', 'genesis_page_archive_content' );
    
    function genesis_page_archive_content() { ?>
    
    	<div class="archive-page">
    
    		<h4><?php _e( 'Categories:', 'genesis' ); ?></h4>
    		<ul>
    			<?php wp_list_categories( 'sort_column=name&title_li=' ); ?>
    		</ul>
    
    		<h4><?php _e( 'Recent Posts:', 'genesis' ); ?></h4>
    		<ul>
    			<?php wp_get_archives( 'type=postbypost&limit=50' ); ?>
    		</ul>
    
    	</div><!-- end .archive-page-->
    
    	<div class="archive-page">
    
    		<h4><?php _e( 'Monthly:', 'genesis' ); ?></h4>
    		<ul>
    			<?php wp_get_archives( 'type=monthly' ); ?>
    		</ul>
    
    	</div><!-- end .archive-page-->
    
    <?php
    }
    
    genesis();

    I am a storyteller. I moved my blog from Thesis to Genesis in April 2013. I’m still learning.

    February 27, 2014 at 4:54 pm in reply to: How to remove link underneath images? #92748
    Ari Herzog
    Member

    Awesome! How did you figure that out (so I can learn)? Inspecting the element directly and figuring out its name?


    I am a storyteller. I moved my blog from Thesis to Genesis in April 2013. I’m still learning.

    February 27, 2014 at 3:47 pm in reply to: Uh oh, how to remove nav section? #92738
    Ari Herzog
    Member

    This is helpful Andrea, thanks!


    I am a storyteller. I moved my blog from Thesis to Genesis in April 2013. I’m still learning.

    April 18, 2013 at 11:46 am in reply to: Workaround for Twitter @Anywhere #36167
    Ari Herzog
    Member

    Maybe you misunderstood, Anita. I know how to follow the directions but Twitter deprecated the script so I wondered if there was an alternative that could work on Genesis. Thanks.


    I am a storyteller. I moved my blog from Thesis to Genesis in April 2013. I’m still learning.

    April 6, 2013 at 5:11 pm in reply to: The strong tag doesn't work on Focus #33579
    Ari Herzog
    Member

    Hi David, Chrome is causing the error. I can see the bold on Safari and my mobile.

    So... how can Chrome show the boldness with the built-in WP strong tag?


    I am a storyteller. I moved my blog from Thesis to Genesis in April 2013. I’m still learning.

    April 1, 2013 at 9:36 pm in reply to: Custom 404 pages #32576
    Ari Herzog
    Member

    I have the same question. Anyone?


    I am a storyteller. I moved my blog from Thesis to Genesis in April 2013. I’m still learning.

    April 1, 2013 at 10:49 am in reply to: How do I change the font size and line spacing on my blog title? #32462
    Ari Herzog
    Member

    ...and to edit font sizes throughout the rest of the blog? Is that spread throughout the .css file?


    I am a storyteller. I moved my blog from Thesis to Genesis in April 2013. I’m still learning.

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