Change Trending News Selection

JC Started by Juan Carlos Berrios · March 28, 2020 at 3:06 am · 3 replies 0 voices Last reply 6 years, 3 months ago
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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Change Trending News Selection

By posting, your reply becomes public (unless marked private).