Tagged: post slider, random, Tags
-
AuthorPosts
-
February 9, 2016 at 10:10 pm #580611
Dear all,
When using the advanced layour builder I am using the content element post slider.
I am wondering if the post slider, or if there is a possiblity, to have the post slider run random.For example it have set the entry number on 9, but I would like that have each time when the client visit the website different post are being displayed for a certain category.
Thanks for sharing the possibilities
February 11, 2016 at 3:41 pm #581694Hey michael_world2cycle!
You can achieve this customization with help of a 3rd party plugin. However we have not test it with enfold or we do not support the 3rd party plugins.
Please try
https://wordpress.org/plugins/content-views-query-and-display-post-page/
http://wordpress.org/plugins/random-posts-from-category/or look for “Random post plugins”
Cheers!
Vinay Kashyap- This reply was modified 8 years, 9 months ago by Vinay.
February 29, 2016 at 10:28 pm #591159Dear Vinay,
I am still looking for Random Slider.
It did find some support provided by Kriesi this seems a like what I have requested.
Can you maybe check.
https://kriesi.at/support/topic/change-slider-order-to-random/Another question related to this.
How can I get TAGS displayed in the post slider?Thanks for taking time to provide support :-)
March 2, 2016 at 9:50 am #591976Hi!
Use the post slider element then add this in the functions.php file:
add_filter('avia_post_slide_query', 'enfold_customization_query_custom'); function enfold_customization_query_custom( $query ) { $query['orderby'] = 'rand'; return $query; }
This will randomize the post slider query.
Regards,
IsmaelMarch 3, 2016 at 4:14 pm #592680Thanks Ismael I am for sure going to check this.
Another question related to this.
Can TAGS been displayed in the post slider?March 7, 2016 at 10:07 pm #594599sure, edit post slider and choose “Post tag” in “Which Entries?”
Best regards,
AndyMarch 9, 2016 at 10:34 pm #595865Thanks Andy,
I understand that I can for example have the posts shown for the tags France in the post slider.
But I would like to have are tags displayed which are all linked with the post show for tag France.For example the post with the subject Paris Roubaix has the tags France, Cobbelstone, Epic, Populair
The entry selected for the post slider is France. I would like at the front end that the post slider shows only France but in the content you can select the tags just mentioned. For example cobbelstone and that you will be directed to a page with all the posts with the tag cobbelstone.Hopefully this helps.
March 15, 2016 at 7:22 am #598206 -
AuthorPosts
- You must be logged in to reply to this topic.