Forums
(@hosseintv)
8 years, 6 months ago
you can filter the xml / atom / rss feed with simple xml settings
how to do it? where is this setting?
i want to show only summary feed no full content? thanks
any body are not here???please
hi dear mysite.com/feed https://love2music.com/feed
8 years, 7 months ago
help me
hi this code show post 3 month ago until now according to number view ? or not?
<?php $popularpost = new WP_Query(array( ‘posts_per_page’ => 10, ‘cat’ => ‘2’, ‘meta_key’ => ‘post_views_count’, ‘orderby’ => ‘meta_value_num’, ‘year’ => date(“Y”), ‘month’ => date(“m”)-3, ‘order’ => ‘DESC’ )); while ( $popularpost->have_posts() ) : $popularpost->the_post(); ?> <div class=”clear mod-content gray”>“><?php the_title();?><span class=”badge”><?php echo getPostViews(get_the_ID());?></span></div> <?php endwhile; ?>
<?php $popularpost = new WP_Query(array( ‘posts_per_page’ => 10, ‘cat’ => ‘2’, ‘meta_key’ => ‘post_views_count’, ‘orderby’ => ‘meta_value_num’, ‘year’ => date(“Y”), ‘month’ => date(“m”)-3, ‘order’ => ‘DESC’ ));
while ( $popularpost->have_posts() ) : $popularpost->the_post(); ?> <div class=”clear mod-content gray”>“><?php the_title();?><span class=”badge”><?php echo getPostViews(get_the_ID());?></span></div> <?php endwhile; ?>
this code show post 3 month ago until now according to number view ? or not?
thanks i want to write this function manual.then add it to functions file.
can you sent to me this code. how to show Article From 3 month ago until Today according Most viewed