Title: DeeMo's Replies | WordPress.org

---

# DeeMo

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Featured Posts and Custom Posts] [Plugin: Featured Posts and Custom Posts] Installation](https://wordpress.org/support/topic/plugin-featured-posts-and-custom-posts-installation/)
 *  [DeeMo](https://wordpress.org/support/users/deemo/)
 * (@deemo)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-featured-posts-and-custom-posts-installation/#post-2903908)
 * hi Jeremy, I just found out that the bug fix for the duplicated stars issue only
   works for the CPTs that have ‘public’ => true. The issue reappears on all CPTs
   that have
    `'public' => false.` I got more: if I revert line 71 of your code 
   to `‘public’ => true, ‘_builtin’ => false` (alas: before the fix), the issue 
   happens the other way round: double stars on public CPTs, single star on non-
   public CPTs
 * Any Idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Types Order] [Plugin: Post Types Order] Breaks previous&next post_link navigation ?](https://wordpress.org/support/topic/plugin-post-types-order-breaks-previousnext-post_link-navigation/)
 *  [DeeMo](https://wordpress.org/support/users/deemo/)
 * (@deemo)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-post-types-order-breaks-previousnext-post_link-navigation/#post-2150718)
 * Me too: it’s breaking my next prev link navigation. Same exact problem as davidinoo.
   
   First post still gets both links, so you end up jumping back and forth between
   first and second post. Thing is, I tested it with a clean twenty-ten theme, no
   other plugin installed..still breaks.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [[Plugin: More Fields] Error in 1.3 version](https://wordpress.org/support/topic/plugin-more-fields-error-in-13-version/)
 *  [DeeMo](https://wordpress.org/support/users/deemo/)
 * (@deemo)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-more-fields-error-in-13-version/#post-1161099)
 * Mattyza, I applied your solution but it breaks the Publish box ( save as draft,
   status etc). Looks like the ajax thingie wont work anymore, nothing happens when
   you try to edit the status…I deactivated the modified plugin and the publish 
   box now works again. Anyone experiencing the same problem?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [comment_form_title not workign with threaded comments](https://wordpress.org/support/topic/comment_form_title-not-workign-with-threaded-comments/)
 *  [DeeMo](https://wordpress.org/support/users/deemo/)
 * (@deemo)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/comment_form_title-not-workign-with-threaded-comments/#post-928553)
 * Ok, trying to make sense of this, after a few hours of pure madness,
    I’m gonna
   quote Ottodestruct and his explanation of the concept: “The “Reply to Person”
   only works when Javascript is disabled on the client. That’s the purpose of it.
   If the javascript is working, then you don’t need to see the Reply to X thing,
   since the reply box itself moves to where the reply will be. However, without
   the javascript, the page has to reload to get the reply-to info, and the name
   thing there is a visual indicator of who you’re replying to, since the reply 
   box will be at the bottom and not in the right place.” I still have to decide
   if I agree or not. He does make sense and I understand why this is NOT considered
   a bug in some quarters. But still, the personalized `reply to %s` looks much 
   better to me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Exclude Current Page from wp_list_pages](https://wordpress.org/support/topic/exclude-current-page-from-wp_list_pages/)
 *  [DeeMo](https://wordpress.org/support/users/deemo/)
 * (@deemo)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/exclude-current-page-from-wp_list_pages/#post-801376)
 *     ```
       <?php
         if($post->post_parent)
        $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&exclude=".$post->ID."&echo=0");
         else
         $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0");
         if ($children) { ?>
         <ul>
         <?php echo $children; ?>
         </ul>
         <?php } ?>
       ```
   
 * I’m no php coder but I had your same problem and I think I made this to work.
   
   I think you miss the `"&echo=0"`
 * Asking coders if this is correct and eventually why.

Viewing 5 replies - 1 through 5 (of 5 total)