Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1105223
    Exord B.V.
    Participant

    Hi,

    The tag links doesn’t work:
    http://thegreenhappiness.com/essential_grid/happy-girls-are-the-prettiest/

    πŸ™

    I get a page with:
    Nothing to Show Right Now
    It appears whatever you were looking for is no longer here or perhaps wasn’t here to begin with. You might want to try starting over from the homepage to see if you can find what you’re after from there.

    #1105298
    Rahul
    Moderator

    Hey There,
    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
    – Link to your site
    – WordPress Admin username / password
    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
    Thanks.

    #1105331
    Exord B.V.
    Participant
    This reply has been marked as private.
    #1105524
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can try switching to X from Child Theme and try again. Also update your theme to latest version.
    If the issue still persist, you could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    #1106675
    Exord B.V.
    Participant

    Doesn’t work πŸ™

    #1106715
    Rue Nel
    Moderator

    Hello There,

    I have resolve the issue by adding this custom function in your child theme’s functions.php file

    
    // Display Essential grid post tags
    // =============================================================================
    function custom_essgrid_tags( $query ) {
        if ( $query->is_tag() && $query->is_main_query() ) {
            $query->set( 'post_type', array( 'essential_grid' ) );
        }
    }
    add_action( 'pre_get_posts', 'custom_essgrid_tags' );
    // =============================================================================

    Please do check it now:
    http://thegreenhappiness.com/tag/vitaminen/
    http://thegreenhappiness.com/tag/fruit/

    If you need anything else, please let us know.

    #1106802
    Exord B.V.
    Participant

    Thank you so much!!!

    #1106965
    Joao
    Moderator

    Glad to see we managed to help.

    Have a great day.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1105223 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>