dianamichal
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Variation prices not savingHi Mike,
Thanks for your reply.
I’ve tried steps 1 & 2 it doesn’t fix my issues. For Step 3, my server does not host Suhosin, should I just remove “suhosin.” on the codes in the documentation to make it work?
Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Recaptcha in Woocommerce LoginHi alfaafla, this docs helped me
https://github.com/mcguffin/wp-recaptcha-integrationI used wp_recaptcha_required.
i have this for saving or inserting my post in a custom post type
$post_id = wp_insert_post( array( 'comment_status' => 'closed', 'ping_status' => 'closed', 'post_author' => $author_id, 'post_name' => $slug, 'post_title' => $title, 'post_status' => 'publish', 'post_type' => 'projects' ) );
I already tried that earlier. nothing happened. maybe I’m doing something wrong. HMMMM.
I have an html form for the new post, then wp_insert_post to save the post.Yes that’s correct.
function bnfw_insert_post_hook_for_theme( $themes ) { $themes[] = 'dev-starter-theme'; return $themes; } add_filter( 'bnfw_insert_post_themes', 'bnfw_insert_post_hook_for_theme' );
Yes i changed the curly to apostrophe
Hello Jack i tried this
function bnfw_insert_post_hook_for_theme( $themes ) { $themes[] = ‘theme_name’; return $themes; } add_filter( ‘bnfw_insert_post_themes’, ‘bnfw_insert_post_hook_for_theme’ );
but it didn’t work. i put it in my functions.php
Thanks Jack will try this and get back to you.
I’m also using the old version of recaptcha / version 1 (client’s decision)
New version works though.Forum: Plugins
In reply to: [Annual Archive] Editing Pagesorry forgot to link it. this is the 2nd link. the 1st link will supposed to be like this
https://www.redemperorresources.com/irm/archive/asx-announcements.aspx?RID=8Forum: Plugins
In reply to: [Annual Archive] Editing Pagethis is the link that i want to edit. i think this is generated by wordpress.
https://119.252.77.228/~redemper/2015/Forum: Plugins
In reply to: [Annual Archive] Editing Pageand also how can i edit links in the format option i want it to redirect to my category page. thanks