lightningman
Forum Replies Created
-
Forum: Plugins
In reply to: [Contextual Related Posts] Minimum number of postsThanks for clarifying. Yes, I was looking for a way to randomly fill in remaining posts. Thanks anyway 🙂
Hi,
I didn’t receive any errors in the console. However, I was able to get it working.
My last question is what indicates where the
add_filterwill be echoed? For instance, I had the default<?php do_shortcode ?>with my slider ID originally, but then theadd_filtergenerated another slider at the bottom of the page. How do I control where on the page this is generated or should I stick with thedo_shortcodebut hide the duplicate slider somehow? Hope this makes sense.Thanks!
I’m getting the correct image title but now it only shows one slide, not the whole slideshow
Hi,
Thanks for your reply. When I
echo get_the_title()I get the post title.Do I need to call this function
metaslider_add_rel_attribute_to_images()and if so, which parameters do I use for$slideand$attributes? The developer api docs say it takes in an array of slide data for$slidebut I’m not sure what that refers to.Thanks