Tagged: x
-
AuthorPosts
-
July 27, 2016 at 9:43 am #1105223
Exord B.V.ParticipantHi,
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.July 27, 2016 at 10:26 am #1105298
RahulModeratorHey 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.July 27, 2016 at 10:42 am #1105331
Exord B.V.ParticipantThis reply has been marked as private.July 27, 2016 at 12:30 pm #1105524
RupokMemberHi 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.July 28, 2016 at 2:19 am #1106675
Exord B.V.ParticipantDoesn’t work π
July 28, 2016 at 3:16 am #1106715
Rue NelModeratorHello 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.
July 28, 2016 at 4:32 am #1106802
Exord B.V.ParticipantThank you so much!!!
July 28, 2016 at 7:07 am #1106965
JoaoModeratorGlad to see we managed to help.
Have a great day.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1105223 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
