JC
Juan Carlos Berrios
Original poster
Member
#1
Hello 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.
ST
Spiracle Themes
Original poster
#2
Hi 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
VIEW 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 marquee
Let us know if you have any questions
Best Regards
JC
Juan Carlos Berrios
Original poster
#3
Nothing happened. Instead, it gave me a syntax error.
ST
Spiracle Themes
Original poster
#4
Hi Juan,
Could you please send us your website credentials to this email support@spiraclethemes.com
Best Regards