ituk
Forum Replies Created
-
Thank you for thew quick reply, but i couldn’t find the right solution within the shortcode list.,
what i’m looking for is as followed:
add the category field and one meta field to the quick search form. i’m not sure if this option is available in the plugin settings or not, because something doesn’t work with it.thank you again,
itamarhey vkumar14,
I’m looking for solution in the same issue, have you figured out the way to achieve it? i’d appreciate your help.happy new year,
itamarForum: Plugins
In reply to: [Ultimate Posts Widget] Display posts only within current Taxonomyhave you found any good solution? i’m facing the same problem.
Forum: Plugins
In reply to: [WooCommerce Product Slider] Add to cart texti found a way to edit the plugin a bit and it works fine for me. if you’re interested i can upload the edited file and send you.
itamar
Forum: Fixing WordPress
In reply to: Invisible Pending CommentsI have the same problem. it happens only when i submit a post from the frontend as a custom post type.
this is the code i use for the submitting form in the frontend.//Post Properties $new_post = array( 'post_title' => $title, 'post_content' => $description, 'post_status' => 'pending', // Choose: publish, preview, future, draft, etc. 'post_type' => 'index' //'post',page' or use a custom post type if you want to ); //save the new post $pid = wp_insert_post($new_post);