Title: acondiff's Replies | WordPress.org

---

# acondiff

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Node/Post Reference](https://wordpress.org/support/topic/nodepost-reference/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/nodepost-reference/#post-1735638)
 * Well my business partner has come up with a method using our own custom function.
   Although this would be amazing if it became a native wordpress function. I’ll
   have to talk to him and see where the function is located at.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to Define Slug](https://wordpress.org/support/topic/how-to-define-slug/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/how-to-define-slug/#post-1587049)
 * Sorry for not explaining, but these are all custom fields in a custom post type(
   Players).
    ‘number’ ‘first_name’ ‘last_name’
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot drag menu items in menu setup](https://wordpress.org/support/topic/cannot-drag-menu-items-in-menu-setup/)
 *  [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/cannot-drag-menu-items-in-menu-setup/#post-1540988)
 * i am actually having the same problem, only i don’t have any plugins activated.
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [RC3 Menus](https://wordpress.org/support/topic/rc3-menus/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/rc3-menus/#post-1538032)
 * Anybody?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Import a WordPress Page into Flash with as3?](https://wordpress.org/support/topic/import-a-wordpress-page-into-flash-with-as3/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/import-a-wordpress-page-into-flash-with-as3/#post-1529627)
 * anybody please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Front-end Editor] Edit Content Blocks](https://wordpress.org/support/topic/plugin-front-end-editor-front-end-plugin-edit-content-blocks/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-front-end-plugin-edit-content-blocks/#post-1493178)
 * i did resolve this issue as mentioned above. in my email i was referring to how
   to fix the tooltip bug (the tooltip does not display the left two rounded corners
   on a firefox and safari on a mac and the text wraps to two lines in firefox on
   a mac). I was just wondering if you could tell me how I could fix this issue.
   if I need to I will wait until the next update. =)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Front-end Editor] Edit Content Blocks](https://wordpress.org/support/topic/plugin-front-end-editor-front-end-plugin-edit-content-blocks/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-front-end-plugin-edit-content-blocks/#post-1493117)
 * false alarm…i guess i cant have the code inside <h4> tags.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Front-end Editor] Edit Content Blocks](https://wordpress.org/support/topic/plugin-front-end-editor-front-end-plugin-edit-content-blocks/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-front-end-plugin-edit-content-blocks/#post-1493116)
 * Ok well I found out that I need to use this inside the loop:
    <?php editable_post_meta(
   $post->ID, ‘my_key’, ‘rich’); ?>
 * The funny thing is, it is editable outside of the loop but when I put it inside
   the loop it adds a fee div and then a div after containing my custom field value.
   The text is not editable when this code is placed inside the loop.
 * Do you have any idea why this is?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Front-end Editor] Edit Content Blocks](https://wordpress.org/support/topic/plugin-front-end-editor-front-end-plugin-edit-content-blocks/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-front-end-plugin-edit-content-blocks/#post-1493115)
 * Hmmm… I did a little research and could I get the same result if I used custom
   fields instead of the Multiple Content Blocks plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Front-end Editor] modifier key?](https://wordpress.org/support/topic/plugin-front-end-editor-modifier-key/)
 *  [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-modifier-key/#post-1453586)
 * that would be nice to have the option…
 * – double-click
    – control/command + click – right-click – add a link after the
   text: “Edit text” (then when your editing change the link to “Advanced” or “Edit
   in Admin”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Front-end Editor] Edit Content Blocks](https://wordpress.org/support/topic/plugin-front-end-editor-front-end-plugin-edit-content-blocks/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-front-end-editor-front-end-plugin-edit-content-blocks/#post-1493112)
 * Thanks for the reply. I will create child pages if I need to, but that seems 
   like a bad way to do this. My client will have access to the admin area and those
   extra pages might confuse them, because they will be mixed in with other pages.
 * Are you familiar with the MultiEdit plugin? Some of the blocks of text are editable,
   but not all. I think it is dependent on whether or not they are in the loop. 
   But for the blocks that are, you double click to edit, and the text that is inside
   the text box created by the plugin is not the same text that was there before
   I double-clicked it. It is actually the main text instead of the text for that
   block. This is probably because the block is contained inside of the pages loop.
 * But is there any other way to do this so that the block is editable?
 * Thanks again.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [If page has thumbnail image](https://wordpress.org/support/topic/if-page-has-thumbnail-image/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/if-page-has-thumbnail-image/#post-1388467)
 * ya, the post thumbnail
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Post URL](https://wordpress.org/support/topic/post-url-3/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/post-url-3/#post-1387719)
 * I just want the url to look like the post is a page.
 * So when your on the url,
    [http://www.mysite.com/services/it-consulting/](http://www.mysite.com/services/it-consulting/)
   and you click a link to a post, the url would look like it is a page. So it would
   look like this: [http://www.mysite.com/services/it-consulting/my-post/](http://www.mysite.com/services/it-consulting/my-post/)
 * But it really would be a post, not a page. If that makes any sense at all.
 * In my wp admin, you click on posts, then categories and it looks like this:
 * Services (parent category with a slug of services)
    -IT Consulting (child of 
   services with a slug of ‘it-consulting’) -Network Management (child of services
   with a slug of ‘network-management’) -Business Identity (child of services with
   a slug of ‘business-identity’)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Loop Order?](https://wordpress.org/support/topic/loop-order/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/loop-order/#post-1371729)
 * im sorry but i didn’t find the solution on that page.
 * here is what i wanted to accomplish:
 * in all of the main pages (pages that appear in nav bar) show the children of 
   those pages. then when you get into children of those pages display the children
   of that top parent page. so however deep in the site you are it still displays
   the children of that top page.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Loop Order?](https://wordpress.org/support/topic/loop-order/)
 *  Thread Starter [acondiff](https://wordpress.org/support/users/acondiff/)
 * (@acondiff)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/loop-order/#post-1371715)
 * thats a lot. ok last question i promise. how do you get it to list the children
   of the parent?

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

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