• 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

Append query string to URLs in Genesis Custom Loop

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 › Append query string to URLs in Genesis Custom Loop

This topic is: resolved

Tagged: custom loop, query string

  • This topic has 1 reply, 1 voice, and was last updated 11 years, 3 months ago by simbasounds.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • July 24, 2014 at 9:05 am #115701
    simbasounds
    Member

    In my functions.php I have a function to add a query string to my post links.
    It successfully adds ?source=home to post links generated by Genesis Featured Posts widget at the top of the page.

    function append_query_string( $url, $post, $leavename ) {
    	$url = add_query_arg( 'source', 'home', $url );
    	return $url;
    }
    add_filter( 'post_link', 'append_query_string', 10, 3 );

    But it isn't adding the string to title links in my Genesis Custom Loop lower down on the same page:

    remove_action( 'genesis_loop', 'genesis_do_loop' );
    add_action( 'genesis_loop', 'home_archive_loop' );
    function home_archive_loop() {
    	global $paged;
    	$query_args = wp_parse_args(
    		genesis_get_custom_field( 'query_args' ),
    		array('cat' => '200', 'paged' => $paged, 'posts_per_page' => 2)
    	);
    	genesis_custom_loop( $query_args );
    }

    Any ideas on how to modify the function or the custom loop so post title links have the query string appended?

    http://eggfilms.wpengine.com/
    July 24, 2014 at 10:46 am #115715
    simbasounds
    Member

    Solved. Seems it is working after all. My co-developer is using a method of inserting custom title links I hadn't spotted.

  • 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