Title: Pipeliners's Replies | WordPress.org

---

# Pipeliners

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Better Attachments] Thank you…](https://wordpress.org/support/topic/thank-you-875/)
 *  [Pipeliners](https://wordpress.org/support/users/pipeliners/)
 * (@pipeliners)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/thank-you-875/#post-8035052)
 * Hello maximinime, could you please give a help on flexi pages widget support 
   forum regarding the issue of the first clickable dropdown item? I read a reply
   from you 3 years ago solving this problem, tried but couldn´t do it, cuz code
   has changed since then. Could you please give a help? Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Child_of Taxonomy](https://wordpress.org/support/topic/child_of-taxonomy/)
 *  Thread Starter [Pipeliners](https://wordpress.org/support/users/pipeliners/)
 * (@pipeliners)
 * [12 years ago](https://wordpress.org/support/topic/child_of-taxonomy/#post-4906793)
 * I can see that if we edit the “mctagmap_functions.php” and add parent=ID I can
   achieve it. But what must we edit in that file to make it possible to insert 
   it via shortcode and choose the desired tag_ID to be possible to make several
   different Indexes?
 *     ```
       if($taxonomy){
       		$tags = get_terms($taxonomy, 'order=ASC&<strong>parent=ID</strong>&hide_empty='.$show_empty.'');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multi-column Tag Map] Is there any possibility to hide all sub-categories?](https://wordpress.org/support/topic/is-there-any-possibility-to-hide-all-sub-categories/)
 *  [Pipeliners](https://wordpress.org/support/users/pipeliners/)
 * (@pipeliners)
 * [12 years ago](https://wordpress.org/support/topic/is-there-any-possibility-to-hide-all-sub-categories/#post-4642118)
 * I need do it with taxonomies it does not work… Anyone knows how?
 * `$tags = get_terms( $taxonomy, 'order=ASC&parent=0&hide_empty='.$show_empty.'');`
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Link Back to Parent Category – Woocommerce](https://wordpress.org/support/topic/link-back-to-parent-category-woocommerce/)
 *  Thread Starter [Pipeliners](https://wordpress.org/support/users/pipeliners/)
 * (@pipeliners)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/link-back-to-parent-category-woocommerce/#post-4853183)
 * Tried this one with no success:
 * In function.php
 * function the_parent_link() { global $post; if ( !$post->post_parent ) return;
 * echo ‘post_parent) ) . ‘”>’ . apply_filters( ‘the_title’, get_the_title($post-
   >post_parent) ) . ”; } ?>
 * In the php text widget: <?php the_parent_link(); ?>

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