Title: Satiro's Replies | WordPress.org

---

# Satiro

  [  ](https://wordpress.org/support/users/satiro/)

 *   [Profile](https://wordpress.org/support/users/satiro/)
 *   [Topics Started](https://wordpress.org/support/users/satiro/topics/)
 *   [Replies Created](https://wordpress.org/support/users/satiro/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/satiro/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/satiro/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/satiro/engagements/)
 *   [Favorites](https://wordpress.org/support/users/satiro/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/satiro/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/satiro/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RecipePress Reloaded] Lots of errors in error log](https://wordpress.org/support/topic/lots-of-errors-in-error-log/)
 *  [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/lots-of-errors-in-error-log/page/2/#post-5684756)
 * Hi,
    the plugin update works for me. Now the message error doesn’t appear.
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RecipePress Reloaded] Lots of errors in error log](https://wordpress.org/support/topic/lots-of-errors-in-error-log/)
 *  [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/lots-of-errors-in-error-log/#post-5684735)
 * Same error for me.
    Any news?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration] Thumbnails on pages (wpuf-attachments)](https://wordpress.org/support/topic/thumbnails-on-pages-wpuf-attachments/)
 *  [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/thumbnails-on-pages-wpuf-attachments/#post-4068630)
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration] Thumbnails on pages (wpuf-attachments)](https://wordpress.org/support/topic/thumbnails-on-pages-wpuf-attachments/)
 *  [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/thumbnails-on-pages-wpuf-attachments/#post-4068628)
 * same error for me
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Facebook Comment Count Refresh](https://wordpress.org/support/topic/facebook-comment-count/)
 *  Thread Starter [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/facebook-comment-count/#post-3251592)
 * I solved with an ajax call
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [category__not_in doesn't work](https://wordpress.org/support/topic/category_not_in-doesnt-work/)
 *  Thread Starter [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/category_not_in-doesnt-work/#post-3330149)
 * I solved it! Here the code: [http://pastebin.com/X3kDPSic](http://pastebin.com/X3kDPSic)
   
   Thanks for your help!
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [category__not_in doesn't work](https://wordpress.org/support/topic/category_not_in-doesnt-work/)
 *  Thread Starter [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/category_not_in-doesnt-work/#post-3330147)
 * Sorry 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](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](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [category__not_in doesn't work](https://wordpress.org/support/topic/category_not_in-doesnt-work/)
 *  Thread Starter [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/category_not_in-doesnt-work/#post-3330144)
 * Hi, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GD Star Rating] Text after the article content](https://wordpress.org/support/topic/text-after-the-article-content/)
 *  Thread Starter [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/text-after-the-article-content/#post-3236554)
 * Ok, thx for the information
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GD Star Rating] Text after the article content](https://wordpress.org/support/topic/text-after-the-article-content/)
 *  Thread Starter [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/text-after-the-article-content/#post-3236450)
 * > Hi,
   > 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” ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[plugin: Simple Press] Paid subscribtion to expensive for just pluing download](https://wordpress.org/support/topic/plugin-simple-press-paid-subscribtion-to-expensive-for-just-pluing-download/)
 *  [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [14 years ago](https://wordpress.org/support/topic/plugin-simple-press-paid-subscribtion-to-expensive-for-just-pluing-download/#post-2707283)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed doesn't show full text](https://wordpress.org/support/topic/rss-feed-doesnt-show-full-text/)
 *  Thread Starter [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [14 years ago](https://wordpress.org/support/topic/rss-feed-doesnt-show-full-text/#post-2726579)
 * There is a way to change the “description” (summary) of feed?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [RSS Feed doesn't show full text](https://wordpress.org/support/topic/rss-feed-doesnt-show-full-text/)
 *  Thread Starter [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [14 years ago](https://wordpress.org/support/topic/rss-feed-doesnt-show-full-text/#post-2726471)
 * Yes, this setting is already selected.
 * This is my URL Feed: [http://www.satiro.org/feed/](http://www.satiro.org/feed/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to collapse long comments](https://wordpress.org/support/topic/how-to-collapse-long-comments/)
 *  Thread Starter [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [14 years ago](https://wordpress.org/support/topic/how-to-collapse-long-comments/#post-2725806)
 * Thank you! Your help is really precious!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to collapse long comments](https://wordpress.org/support/topic/how-to-collapse-long-comments/)
 *  Thread Starter [Satiro](https://wordpress.org/support/users/satiro/)
 * (@satiro)
 * [14 years ago](https://wordpress.org/support/topic/how-to-collapse-long-comments/#post-2725779)
 * Thx!
    There is a script to expand the excerpt and turn it into content?
 * I tried searching on google a lot, but with no results 🙁

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/satiro/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/satiro/replies/page/2/?output_format=md)