Title: 3task's Replies - page 4 | WordPress.org

---

# 3task

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 46 through 60 (of 82 total)

[←](https://wordpress.org/support/users/3task/replies/page/3/?output_format=md) 
[1](https://wordpress.org/support/users/3task/replies/?output_format=md) [2](https://wordpress.org/support/users/3task/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/3task/replies/page/3/?output_format=md) 
4 [5](https://wordpress.org/support/users/3task/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/3task/replies/page/6/?output_format=md) 
[→](https://wordpress.org/support/users/3task/replies/page/5/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Exclude all Child Pages](https://wordpress.org/support/topic/exclude-all-child-pages/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/exclude-all-child-pages/#post-6260792)
 * Great this work THANK YOU!!!!!!!
 * One last thing please.
 * How can I make another Page dissable /exclude like the id 69043?
    There is some
   other Page where I want to exclude with the ID 74
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Exclude all Child Pages](https://wordpress.org/support/topic/exclude-all-child-pages/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/exclude-all-child-pages/#post-6260786)
 * argh your right I have confused
 * I change it to:
 *     ```
       $post_id = RatingWidgetPlugin::Urid2PostId($urid);
       $parent_post_id = wp_get_post_parent_id($post_id);
       if ( 69043 !== $parent_post_id && 69043 !== $post_id ) {
       	$wp_object = get_post($post_id);
       	$title = get_the_title($post_id);
       	$excerpt = ratingwidget()->GetPostExcerpt($wp_object, 15);
       	$permalink = get_permalink($post_id);
       	$thumbnail = ratingwidget()->GetPostImage($wp_object);
   
       }
       					$wp_object = get_post($post_id);
       ```
   
 * But no effect. Still is the Curb you… Page/Post in der Rating Chart List:
    [http://www.cineglobe.de/charts/filmarchiv-charts/](http://www.cineglobe.de/charts/filmarchiv-charts/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Exclude all Child Pages](https://wordpress.org/support/topic/exclude-all-child-pages/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/exclude-all-child-pages/#post-6260784)
 * I have make this. unfortunately it dont work.
 * I want to show the Ratingts only for this Page:
    [http://www.cineglobe.de/filme/](http://www.cineglobe.de/filme/)
   ID from it is: 65913
 * I have make this code in den top-rated.php
 *     ```
       $post_id = RatingWidgetPlugin::Urid2PostId($urid);
       $parent_post_id = wp_get_post_parent_id($post_id);
       if ( 65913 !== $parent_post_id && 65913 !== $post_id ) {
       	$wp_object = get_post($post_id);
       	$title = get_the_title($post_id);
       	$excerpt = ratingwidget()->GetPostExcerpt($wp_object, 15);
       	$permalink = get_permalink($post_id);
       	$thumbnail = ratingwidget()->GetPostImage($wp_object);
       }
       ```
   
 * Is this correct?
 * [http://www.cineglobe.de/charts/filmarchiv-charts/](http://www.cineglobe.de/charts/filmarchiv-charts/)
   this is the result.
    Curb and User is antother Child Page.
 * Can you help me with this again, please?
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Exclude all Child Pages](https://wordpress.org/support/topic/exclude-all-child-pages/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/exclude-all-child-pages/#post-6260780)
 * Hi Leo and thx for you answer.
 * The Problem is, that are view hundert Pages. It is to much for make it manualy.
 * Is there a way that I can make this option manualy??
    ex: exclude_tree=ID=001
   or something like that what i found for another plugin:
 *     ```
       <?php
       $parent = 001;
       $args=array(
         'child_of' => $parent
       );
       $pages = get_pages($args);
       if ($pages) {
         $pageids = array();
         foreach ($pages as $page) {
           $pageids[]= $page->ID;
         }
   
         $args=array(
           'title_li' => 'All but children of Parent Page ' . $parent,
           'exclude' =>  implode(",", $pageids)
         );
         wp_list_pages($args);
       }
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Archives Calendar Widget] Unable to filter the posts by Category wise](https://wordpress.org/support/topic/unable-to-filter-the-posts-by-category-wise/)
 *  [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/unable-to-filter-the-posts-by-category-wise/#post-5240377)
 * Alltech can you tell me what you line is in 445 complete?
    I have the same problems.
 * I want to show the Entry only from a category with ID66.
    Can you hel me with
   this line?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Seperate Admin and User Comment Rating?](https://wordpress.org/support/topic/seperate-admin-and-user-comment-rating/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/seperate-admin-and-user-comment-rating/#post-5456245)
 * All problems with the payment are resolved ( thx to Vova ) and I install this
   cool Plugin again.
 * Please help me with this question.
    Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Show Rating only from one User ID](https://wordpress.org/support/topic/show-rating-only-from-one-user-id/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/show-rating-only-from-one-user-id/#post-6115556)
 * All problems with the payment are resolved ( thx to Vova ) and I install this
   cool Plugin again.
 * Please help me with this question.
    Thank you!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Rating-Widget: Star Review System] For Germans no compromise only 12 month payment](https://wordpress.org/support/topic/for-germans-no-compromise-only-12-month-payment/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/for-germans-no-compromise-only-12-month-payment/#post-7962232)
 * No exceptions? Yes I want to buy this Upgrade, but I cant afford for 12 month.
   I dont understand why it dont work with paypal? I have buy much international
   Plugins with paypal payments. Or can I make a one time Payment for this 2-3 month
   until you find a solution?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Rating-Widget: Star Review System] For Germans no compromise only 12 month payment](https://wordpress.org/support/topic/for-germans-no-compromise-only-12-month-payment/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/for-germans-no-compromise-only-12-month-payment/#post-7962230)
 * Is there still no option for a german customer for pay monthly oder 3 month wit
   paypal or normal bank transfer ( no creditcard )?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Rating-Widget: Star Review System] For Germans no compromise only 12 month payment](https://wordpress.org/support/topic/for-germans-no-compromise-only-12-month-payment/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [11 years ago](https://wordpress.org/support/topic/for-germans-no-compromise-only-12-month-payment/#post-7962223)
 * [@vovafeldman](https://wordpress.org/support/users/vovafeldman/) I don’t need
   it for 7 days. I need the Google Rich snippets and put the copyright links away.
   
   7 days don’t help.
 * 1 month regular term is out of proportion to 12 months. I’m not paying for it
   12 months in advance for a plugin, where I dont know how Google responds and 
   how the WordPress development continue.
    I do not earn money with my Website 
   where I want to use your plugin…because of it, its not a option for me to pay
   that much money.
 * If I known that before, that it does not work from Germany with monthly paypal
   payment option, I never would have given all the work to set up everything that
   was a lot of work.
 * Perhaps you should be fair and write something about this fact on your website,
   let everyone know that German purchasers can not pay a monthly order.
 * Why is it not possible to pay by standing order, automatic per month from my 
   bank?
 * Kind regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Show Rating only from one User ID](https://wordpress.org/support/topic/show-rating-only-from-one-user-id/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [11 years ago](https://wordpress.org/support/topic/show-rating-only-from-one-user-id/#post-6115351)
 * Please delete this topic, I have uninstall this Plugin. thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Seperate Admin and User Comment Rating?](https://wordpress.org/support/topic/seperate-admin-and-user-comment-rating/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [11 years ago](https://wordpress.org/support/topic/seperate-admin-and-user-comment-rating/#post-5456243)
 * Please delete this topic, I have uninstall this Plugin. thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Seperate Admin and User Comment Rating?](https://wordpress.org/support/topic/seperate-admin-and-user-comment-rating/)
 *  Thread Starter [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [11 years ago](https://wordpress.org/support/topic/seperate-admin-and-user-comment-rating/#post-5456242)
 * No one?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Diplay posts of category ordered by rating](https://wordpress.org/support/topic/diplay-posts-of-category-ordered-by-rating/)
 *  [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [11 years ago](https://wordpress.org/support/topic/diplay-posts-of-category-ordered-by-rating/#post-5478044)
 * i wish this feature too
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rating-Widget: Star Review System] Some questions about your plugin](https://wordpress.org/support/topic/some-questions-about-your-plugin/)
 *  [3task](https://wordpress.org/support/users/3task/)
 * (@3task)
 * [11 years ago](https://wordpress.org/support/topic/some-questions-about-your-plugin/#post-5928911)
 * filtering rating by post category I need to. Maybe take into Future Feature Request
   List 😉

Viewing 15 replies - 46 through 60 (of 82 total)

[←](https://wordpress.org/support/users/3task/replies/page/3/?output_format=md) 
[1](https://wordpress.org/support/users/3task/replies/?output_format=md) [2](https://wordpress.org/support/users/3task/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/3task/replies/page/3/?output_format=md) 
4 [5](https://wordpress.org/support/users/3task/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/3task/replies/page/6/?output_format=md) 
[→](https://wordpress.org/support/users/3task/replies/page/5/?output_format=md)