Title: audriusr's Replies | WordPress.org

---

# audriusr

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Repurchase order from my account page in woocommerce](https://wordpress.org/support/topic/repurchase-order-from-my-account-page-in-woocommerce/)
 *  [audriusr](https://wordpress.org/support/users/audriusr/)
 * (@audriusr)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/repurchase-order-from-my-account-page-in-woocommerce/#post-4954044)
 * hey [@jushim4](https://wordpress.org/support/users/jushim4/), have you found 
   where it is?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Type Manager] [Plugin: Custom Content Type Manager] Removing %post-type% from the URL](https://wordpress.org/support/topic/plugin-custom-content-type-manager-removing-post-type-from-the-url/)
 *  [audriusr](https://wordpress.org/support/users/audriusr/)
 * (@audriusr)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-removing-post-type-from-the-url/#post-3023769)
 * Hey Pavel, have you figured it out yet?
 * I have found great plugin that allows to edit post urls (title: Custom Permalinks)-
   it allows delete the base url by hand, but I am still looking for other solution
   since I need this to be automated.
 * fireproofsocks – GREAT plugin by the way!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Type Manager] URL without post type](https://wordpress.org/support/topic/url-without-post-type/)
 *  [audriusr](https://wordpress.org/support/users/audriusr/)
 * (@audriusr)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/url-without-post-type/#post-3250936)
 * have you found a solution yet? I tried couple plugins but all they do is give
   me 404 page.. :/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Invoices Ultimate] email customisation](https://wordpress.org/support/topic/email-customisation/)
 *  Thread Starter [audriusr](https://wordpress.org/support/users/audriusr/)
 * (@audriusr)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/email-customisation/#post-3200995)
 * I assume it can be achieved through wp-invoice-notifications.php
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [need help with wp_create_nav_menu() – advanced usage](https://wordpress.org/support/topic/need-help-with-wp_create_nav_menu-advanced-usage/)
 *  Thread Starter [audriusr](https://wordpress.org/support/users/audriusr/)
 * (@audriusr)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/need-help-with-wp_create_nav_menu-advanced-usage/#post-3155052)
 * ok, I have figured it out:
 *     ```
       $myPages = $wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_type = 'people' AND post_status = 'publish'"); 
   
           foreach ($myPages as $q ){
             $id = 'menu-'.$q->ID;
             $ai_post_title = strtolower($q->post_title);
       	  $ai_slug_as_menu_title = str_replace(" ", "-", $ai_post_title);
             wp_create_nav_menu( $ai_slug_as_menu_title );
           }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HELP! my menu links opens in a new window](https://wordpress.org/support/topic/help-my-menu-links-opens-in-a-new-window/)
 *  Thread Starter [audriusr](https://wordpress.org/support/users/audriusr/)
 * (@audriusr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/help-my-menu-links-opens-in-a-new-window/#post-2935298)
 * thanks for your help everyone! I have fixed it. Issue was with javascrip plugin
   that I used for slider..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HELP! my menu links opens in a new window](https://wordpress.org/support/topic/help-my-menu-links-opens-in-a-new-window/)
 *  Thread Starter [audriusr](https://wordpress.org/support/users/audriusr/)
 * (@audriusr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/help-my-menu-links-opens-in-a-new-window/#post-2935290)
 * I checked that too with other wp websites and they are posting absolute url too(
   even this one)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HELP! my menu links opens in a new window](https://wordpress.org/support/topic/help-my-menu-links-opens-in-a-new-window/)
 *  Thread Starter [audriusr](https://wordpress.org/support/users/audriusr/)
 * (@audriusr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/help-my-menu-links-opens-in-a-new-window/#post-2935285)
 * did that already, bu thanks for your comment. I foudn where the issue is, now
   trying to remove it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress SEO by Yoast] Custom taxonomy in post title](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-custom-taxonomy-in-post-title/)
 *  [audriusr](https://wordpress.org/support/users/audriusr/)
 * (@audriusr)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-custom-taxonomy-in-post-title/#post-2323182)
 * [@videosurfer](https://wordpress.org/support/users/videosurfer/) hey I know it’s
   not the place for this, but I really need to talk with you about how you included
   custom post meta-data into multi-rating([http://wordpress.org/support/topic/include-custom-post-meta-data-into-multirating](http://wordpress.org/support/topic/include-custom-post-meta-data-into-multirating)),
   could you invite me to skype(audrius_angryideas) and maybe show some code example?
   I would really appreciate this.
 * Thanks in advance

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