freyaindexel
Forum Replies Created
-
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Archive pageSorry everything works fine
Forum: Plugins
In reply to: [Beautiful taxonomy filters] The filter not filteringsolved !
- This reply was modified 6 years, 9 months ago by freyaindexel.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] The filter not filteringHo I just find out !
The archive does not like the parameter post-type because is already know this info !It work !!
Forum: Plugins
In reply to: [Beautiful taxonomy filters] The filter not filteringHello thanks for reply
But it still doesent work :/I have a custom post “projet” and 2 taxonomy (“levier” & “region”).
I have my “archive-projet.php” with the following code :
<?php do_action(‘show_beautiful_filters_info’); ?>
<?php do_action(‘show_beautiful_filters’); ?>and my query :
<div class="wrapper list-project"> <ul class="flex"> <?php $args_projet = array( 'post_type' => array('projet'), 'order' => 'ASC', ); $projet = new WP_Query( $args_projet ); if ( $projet->have_posts() ) { while ( $projet->have_posts() ) { $projet->the_post(); get_template_part( 'template-parts/content', 'part-projet' ); } } else {} wp_reset_postdata(); ?> </ul> </div>and as I said when i click on the submit button I have the pretty url, the infos of the filter are correct but there is still all the post in the list. Nothing seems to interfere with the list, maybe there is something mithing in the basic file of wordpress ? I realy dont know how to figured out whith this issue.
Thanks a lot
Yes, thank you for your time
Sorry, I do not have a website URL to give you.
I work locally and with closed pre production for external IPSorry I don’t have a url to give you..
my code is ” <?php echo do_shortcode(‘[DISPLAY ULTIMATE SOCIAL ICONS]’); ?>”
Facebook and twitter work perfectly but not linkedin
The parameter for linkedin button are : “Share my page on LinkedIn”
But when the button is dispaly on my page there is no action after the click