Renji
Forum Replies Created
-
Tried deactiving plugins, that solved the issue.
Thank you for the help.
Forum: Themes and Templates
In reply to: [Customizr] Use an external image for featured postOkay. Thank you.
Forum: Themes and Templates
In reply to: [Hueman] How to style custom post typeActually I did try that, but still doesn’t work.
I have created the post type following instructions in the Codex. Also, I am showing articles listed in that post type on the homepage using below code:
add_filter( 'pre_get_posts', 'my_get_posts' ); function my_get_posts( $query ) { if ( is_home() && $query->is_main_query() || is_category()) $query->set( 'post_type', array( 'post', 'page', 'rhyme' ) ); return $query; }Everywhere the posts listed in ‘rhyme’ appear the same as seen in the previous screenshot.
Forum: Plugins
In reply to: [Jetpack Lite] Most viewed posts and pages widgetThanks a lot for this update, Samuel. π
I am still able to show popular posts, based on views, on my website using the old WP stats code. Want to prevent a couple of pages from showing up in that list. Let me see if it works.
Thanks.
@bransonsparks Can this be used to ignore multiple pages or posts?
@sexydawnt You can download other version of YARPP from here.
@mitcho I have mailed you the
yarpp_related_cachetable data.I just noticed I am having the same problem as Adrianaa mentioned above. The duplicates go after clearing cache but they return after 2-3 new posts.
k00ij,
Visit the Yet Another Related Posts Plugin Options page by adding
&action=flushat the end of the URL or simply visit the below URL, replacing with your site:
http://your-site.com/wp-admin/options-general.php?page=yet-another-related-posts-plugin/options.php&action=flushHi Mitcho,
I was having the same duplicate problem and on the post edit page it was showing me 20 related posts with duplicates. Got it fixed now after usingaction=flush.It’s http://sumtips.com