This topic is empty.
-
AuthorPosts
-
-
Juan Carlos BerriosGuestHello Spiracle Themes!
Thanks for the awesome theme you’ve created. I love it and hoping to purchase the license if all goes well.I love your Trending Now option, but I want to change the selection. Instead of reading from the post or categories, I want it to read from a video plugin I installed – All-in-One Video Gallery plugin. They have a shortcode. I just want the TREND NOW to show the videos I post.
Thanks in advanced for any help you provide.
-
Spiracle ThemesGuestHi Juan,
There is no direct way to add shortcode but there is a way to do this. Please follow the steps to do this
1) Go to theme folder ie (wp-content/themes/purea-magazine)
2) find file template-functions.php inside the inc folder (inc/template-functions.php) and open it with any text editor
3) Go to line number 152 and replace the code as shown in screenshot<?php echo do_shortcode('[aiovg_videos]'); /* while($query->have_posts()):$query->the_post(); ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?> <span class="post-break">|<span></a> <?php endwhile; wp_reset_postdata(); */ ?>
4) Save and refresh page.
5) Make sure the trending news styles is marqueeLet us know if you have any questions
Best Regards
-
Juan Carlos BerriosGuestNothing happened. Instead, it gave me a syntax error.
-
Spiracle ThemesGuestHi Juan,
Could you please send us your website credentials to this email support@spiraclethemes.com
Best Regards
-
-
AuthorPosts