Satiro
Forum Replies Created
-
Forum: Plugins
In reply to: [RecipePress Reloaded] Lots of errors in error logHi,
the plugin update works for me.
Now the message error doesn’t appear.Thank you!
Forum: Plugins
In reply to: [RecipePress Reloaded] Lots of errors in error logSame error for me.
Any news?I’ve the same problem with same plugin.
However never mind, I’ve founded the solution: disable the option “Show attachments in the post” in Others section.Thanks anyway!
same error for me
Forum: Plugins
In reply to: [WP Super Cache] Facebook Comment Count RefreshI solved with an ajax call
Forum: Hacks
In reply to: category__not_in doesn't workI solved it! Here the code: http://pastebin.com/X3kDPSic
Thanks for your help!Forum: Hacks
In reply to: category__not_in doesn't workSorry for the mashup. I need to show the last 6 posts, one for each category (they’re 6 too). Then I’ve to avoid the repetition of categories and posts.
I tried to do with this code: http://pastebin.com/2SWPNcyP
But it shows only 5 posts (sometimes less), because 1 or more posts don’t satisfy the if condition while the next post is retrieved.
Forum: Hacks
In reply to: category__not_in doesn't workHi, sorry for the late reply.
I tried with this:<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); $category = get_the_category(); if (!in_array($category[0]->cat_ID, $do_not_duplicate)) : $do_not_duplicate[] = $category[0]->cat_ID; [SHOW POSTS] endif; endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?>Using this algorithm, doesn’t show the default number of posts on the page, cause one or more posts don’t comply with the if condition.
What can I do?Forum: Plugins
In reply to: [GD Star Rating] Text after the article contentOk, thx for the information
Forum: Plugins
In reply to: [GD Star Rating] Text after the article contentHi,
I have the same probleme. Did it appears with the very last version ?
Yes, it did
It is the google rich snippet. You can disable it on the settings page. It used to be hidden, but google does not allow it to be hidden.
Thx! Is it better to hidden it with the style “display: none” ?
I’m in the same situation and I fully agree. It would be much more reasonable to charge a lower price for each plugin.
Forum: Fixing WordPress
In reply to: RSS Feed doesn't show full textThere is a way to change the “description” (summary) of feed?
Forum: Fixing WordPress
In reply to: RSS Feed doesn't show full textYes, this setting is already selected.
This is my URL Feed: http://www.satiro.org/feed/
Forum: Fixing WordPress
In reply to: How to collapse long commentsThank you! Your help is really precious!
Forum: Fixing WordPress
In reply to: How to collapse long commentsThx!
There is a script to expand the excerpt and turn it into content?I tried searching on google a lot, but with no results 🙁