• 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

Artemis

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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • April 30, 2014 at 2:36 am in reply to: How Do You Modify Default Taxonomies #103049
    Artemis
    Participant

    Figured it out. The code is located within the functions.php of AgentPress2.0 -

    add_filter( 'agentpress_property_details', 'agentpress_property_details_filter' );
    /**
     * Filter the property details array for property listings
     *
     */
    function agentpress_property_details_filter( $details ) {
         
        $details['col1'] = array(
            __( 'Price:', 'apl' ) => '_listing_price',
            __( 'Address:', 'apl' ) => '_listing_address',
            __( 'City:', 'apl' ) => '_listing_city',
            __( 'State:', 'apl' ) => '_listing_state',
            __( 'ZIP:', 'apl' ) => '_listing_zip'
        );
        $details['col2'] = array(
            __( 'MLS #:', 'apl' ) => '_listing_mls',
            __( 'Square Feet:', 'apl' ) => '_listing_sqft',
            __( 'Bedrooms:', 'apl' ) => '_listing_bedrooms',
            __( 'Bathrooms:', 'apl' ) => '_listing_bathrooms',
            __( 'Basement:', 'apl' ) => '_listing_basement'
        );
         
        return $details;
         
    }
    April 28, 2014 at 10:29 pm in reply to: How Do You Modify Default Taxonomies #102854
    Artemis
    Participant

    That's what I'm trying to figure out. I don't need the bedroom/bathroom fields and I'm trying to remove it but I'm not sure where to do this.

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

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