otto2021
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: WooCommerce Product TemplateDear Yogesh Yadav,
I would like need only 1 product in homepage.
Forum: Developing with WordPress
In reply to: wp_insert_post order problemMy $posts array is okay. I used the krsort( $posts ) function. I checked with print_r() function. My $posts variable is okay. Why is it wrong?
Forum: Developing with WordPress
In reply to: Foreach wp_insert_post not workingDear Ryan Welcher,
Thank you very much. It works. My new question:
// before: function videoss( $url, $tag ) {} videoss( 'https://*', '*' );// now: add_action( 'init', 'videoss', 'https://*', '*' );How to add function args to add_action?
Forum: Developing with WordPress
In reply to: Foreach wp_insert_post not workingDear Ryan Welcher,
How to create the hook? I am beginner. Thanks.
Forum: Developing with WordPress
In reply to: Call to undefined function wp_create_category()Bad idea:
wp_create_category(); wp_insert_category();Good idea:
wp_insert_term( 'Super', 'category' );Forum: Developing with WordPress
In reply to: Call to undefined function wp_create_category()PHP Fatal error: Uncaught Error: Call to undefined function wp_insert_category() in...No comment. I was disappointed in WordPress.
Forum: Developing with WordPress
In reply to: Sortable Custom Column?Deleted.
- This reply was modified 4 years, 10 months ago by otto2021.
Viewing 7 replies - 1 through 7 (of 7 total)