• 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

is_archive() conditional not working from functions.php

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

Community Forums › Forums › Archived Forums › General Discussion › is_archive() conditional not working from functions.php

This topic is: resolved
  • This topic has 1 reply, 1 voice, and was last updated 11 years, 9 months ago by capiedge.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • October 6, 2013 at 1:54 pm #65583
    capiedge
    Member

    Hi,
    I'm trying to make some changes in the entry section, and I want to apply them in my front page and in the archives page, through writing this code in the functions.php file:

    if ( is_front_page() || is_archive()) {
    	remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );
    	add_action( 'genesis_entry_header', 'genesis_do_post_image', 8 );
    	remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
    	add_action( 'genesis_entry_header', 'genesis_post_info', 9 );
    	remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
    	add_action( 'genesis_entry_header', 'genesis_post_meta', 9 );
    }

    The home page is rendering well, but none of the archive pages are affected.

    The problem is solved when cute-pasting this code (changing the conditional to only for archive) in a file saved as archive.php, so the code is correct...

    Any ideas?

    October 7, 2013 at 3:31 am #65623
    capiedge
    Member

    By the way, here is the solution:

    add_action ('genesis_meta','reordenar_meta_en_archivos');
    function reordenar_meta_en_archivos() {
    	if ( is_front_page() || is_archive() ) { # comprueba si es front page o es archivo
    		remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );
    		add_action( 'genesis_entry_header', 'genesis_do_post_image', 8 );
    		remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );
    		add_action( 'genesis_entry_header', 'genesis_post_info', 9 );
    		remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
    		add_action( 'genesis_entry_header', 'genesis_post_meta', 9 );
    	}
    }
  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

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