• 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

khcreativemedia

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 25 total)
1 2 →
  • Author
    Posts
  • April 13, 2016 at 8:02 pm in reply to: How to have Multiple blog pages in Metro theme #183573
    khcreativemedia
    Member

    OK, I discovered this was user error. Another author in the site changed my categories and didn't tell me. So problem solved. Sorry for the post.

    April 13, 2016 at 7:49 pm in reply to: How to have Multiple blog pages in Metro theme #183571
    khcreativemedia
    Member

    Anyone have any suggestions?

    April 7, 2016 at 8:12 pm in reply to: How to have Multiple blog pages in Metro theme #183140
    khcreativemedia
    Member

    In fact, here is the tutorial I used to do what I"m trying to do. It works great, aside from the pagination and it only shows 6 posts, regardless what I set it to.

    http://my.studiopress.com/docs/category-blog-page/

    April 7, 2016 at 7:50 pm in reply to: How to have Multiple blog pages in Metro theme #183139
    khcreativemedia
    Member

    I should have said pagination, not navigation. The pagination only works when the page is set to be the sites "blog" page.

    April 7, 2016 at 7:42 pm in reply to: How to have Multiple blog pages in Metro theme #183138
    khcreativemedia
    Member

    I'm referring to the archive post page navigation at the bottom of the page.

    March 29, 2015 at 6:04 pm in reply to: Agentpress – don't display empty property detail fields #146038
    khcreativemedia
    Member

    Circling back to this, as I have yet to figure out how to do it. Project is wrapping up now and this is one of the last items on my "To-Do" list.

    If anyone could lend a hand, I would greatly appreciate it. Brad was a great help, but I'm not sure where to put his code or how to finish it.

    Thanks,
    Keith

    February 25, 2015 at 6:02 pm in reply to: Agentpress – don't display empty property detail fields #142293
    khcreativemedia
    Member

    So I would add each of the options (like _listing_growth_rate) to this and then where exactly would this code go in the code I displayed in the post above. Again, such a newbie, sorry.

    February 25, 2015 at 7:37 am in reply to: Agentpress – don't display empty property detail fields #142197
    khcreativemedia
    Member

    Thanks coralseait. Sounds exactly like what I was thinking, but I don't know how to write it in code. If you have time to help explain it with my code, I would greatly appreciate it. Sorry, learning curve.

    Keith

    February 24, 2015 at 9:09 pm in reply to: Agentpress – don't display empty property detail fields #142140
    khcreativemedia
    Member

    Sure. I have the following in the functions file:

    //* Filter the property details array
    add_filter( 'agentpress_property_details', 'agentpress_property_details_filter' );
    function agentpress_property_details_filter( $details ) {
    
        $details['col1'] = array( 
    			    __( 'Population:', 'agentpress-listings' )               => '_listing_population', 
    			    __( 'Average Household Income:', 'agentpress-listings' ) => '_listing_average_household_income', 
    			    __( 'City:', 'agentpress-listings' )                     => '_listing_city', 
    			    __( 'State:', 'agentpress-listings' )                    => '_listing_state', 
    			    __( 'ZIP:', 'agentpress-listings' )                      => '_listing_zip', 
    			    __( 'Growth Rate:', 'agentpress-listings' )              => '_listing_growth_rate', 
    			    __( 'Retail Sales:', 'agentpress-listings' )             => '_listing_retail_sales', 
    			    __( 'Traffic Counts:', 'agentpress-listings' )           => '_listing_traffic_counts', 
    			    __( 'Space Available:', 'agentpress-listings' )          => '_listing_space_available' 
        );
    
        return $details;
    
    }
    
    February 24, 2015 at 8:47 pm in reply to: Agentpress – don't display empty property detail fields #142134
    khcreativemedia
    Member

    Yes, I need to avoid using css as this will vary between listings.

    Keith

    February 24, 2015 at 8:27 pm in reply to: Agentpress – don't display empty property detail fields #142131
    khcreativemedia
    Member

    It's for a single page. Here is an example page: http://rese.khcreativemedia.com/?listing=arab-town-plaza

    Would like to not show "Retail Sales" and "Traffic Counts".

    Thanks.

    February 24, 2015 at 8:24 pm in reply to: Agentpress – don't display empty property detail fields #142129
    khcreativemedia
    Member

    Thanks Brad,

    Right, the PHP needs to be modified. The problem is I don't know PHP enough to figure it out. I've spend a couple hours trying to learn but haven't succeeded yet. Can anyone offer any coding assistance?

    Thanks,
    Keith

    November 20, 2014 at 9:22 pm in reply to: use alternative image for genesis responsive slider #132343
    khcreativemedia
    Member

    Thanks Davinder. I checked out that slider and from the description I don't see where it will have any additional options like I need either.

    I'm fine with modifying the existing slider plugin that I'm using, I just don't know php well enough to do so. Don't want to have to restyle my slider if I replace it.

    Keith

    October 10, 2014 at 8:45 am in reply to: Agentpress – quick search #127364
    khcreativemedia
    Member

    No, I never resolved this and decided to go another direction. So not resolved, but I'll close it since no one is responding.

    Thanks,
    Keith

    September 3, 2014 at 11:01 pm in reply to: Agentpress – widgets not connecting with home page #122713
    khcreativemedia
    Member

    Sometimes it's the simplest answers. This took care of it. Originally I didn't want to do this because I didn't want to overwrite my file. Looks like I hadn't made any real changes in there after all.

    Thanks,
    Keith

    September 3, 2014 at 10:35 pm in reply to: Agentpress – filter listing-archives help #122709
    khcreativemedia
    Member

    I figured it out using Carrie Dils price sorting post. Below is the code placed in the functions file.

    /**
    * Change the post order for listings
    *
    * @author Carrie Dils
    * @link http://www.billerickson.net/customize-the-wordpress-query/
    * @reference http://codex.wordpress.org/Class_Reference/WP_Query
    *
    */
     
    add_action( 'pre_get_posts', 'cd_listing_sort_order' );
     
    function cd_listing_sort_order( $query ) {
    if( $query->is_main_query() && !is_admin() && is_post_type_archive( 'listing' ) ) {
    $state = genesis_get_custom_field( '_listing_state' ); 
    
     
    $query->set( 'meta_key', $state );
    $query->set( 'orderby', 'meta_value' );
    $query->set( 'order', 'asc' ); //list high to low
    $query->set( 'posts_per_page', '50' );
    }
    }

    Keith

    December 14, 2012 at 8:42 am in reply to: Filter post types to change output #5207
    khcreativemedia
    Member

    Makes sense. I'll give it a shot. thanks

    December 14, 2012 at 8:07 am in reply to: Filter post types to change output #5205
    khcreativemedia
    Member

    No, these post will flow in within the rest of the posts. So I need them to be filtered somehow so that regular post pull the except and cpt pull the content. Make sense?

    Thanks Jen,

    Keith

    December 10, 2012 at 11:12 pm in reply to: List post titles under each category #4401
    khcreativemedia
    Member

    Thank Susan. I just got it to work using the following code:

    <?php
    /**
    * Template Name: Minimum Archive
    */

    add_action( 'genesis_after_loop', 'custom_archives' );
    function custom_archives() {
    echo '<div>';
    $cats = get_categories();
    foreach ($cats as $cat) {

    echo $category->name; //category name
    $cat_link = get_category_link($category->cat_ID);
    echo '<h3><a href="'.$cat_link.'">'.$cat->name.'</a> </h3>';

    query_posts('cat='.$cat->term_id.'&showposts=500');

    echo '<ul>';

    while(have_posts()) : the_post();?>

    <li><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?> - <?php the_date(); ?></a></li>

    <?php endwhile;

    echo '</ul>';
    }
    ?>
    </div>

    <?php
    }
    genesis();

    December 4, 2012 at 12:34 am in reply to: Genesis Featured Post widget #3226
    khcreativemedia
    Member

    Thanks Tisha. I actually contacted support and gave Nick my login info for him to look around. Hopefully he can help me out and if it's a problem, make corrections in the next release.

    Keith

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