audriusr
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Repurchase order from my account page in woocommercehey @jushim4, have you found where it is?
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
In reply to: [Custom Content Type Manager] URL without post typehave you found a solution yet? I tried couple plugins but all they do is give me 404 page.. :/
Forum: Plugins
In reply to: [WP Invoices Ultimate] email customisationI assume it can be achieved through wp-invoice-notifications.php
Forum: Fixing WordPress
In reply to: need help with wp_create_nav_menu() – advanced usageok, 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
In reply to: HELP! my menu links opens in a new windowthanks for your help everyone! I have fixed it. Issue was with javascrip plugin that I used for slider..
Forum: Fixing WordPress
In reply to: HELP! my menu links opens in a new windowI checked that too with other wp websites and they are posting absolute url too (even this one)
Forum: Fixing WordPress
In reply to: HELP! my menu links opens in a new windowdid that already, bu thanks for your comment. I foudn where the issue is, now trying to remove it.
Forum: Plugins
In reply to: [Plugin: WordPress SEO by Yoast] Custom taxonomy in post title@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://ww.wp.xz.cn/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