wp redirect - show payment receipt in woocommerce thankyou page with custom payment gateway?
I'm developing a payment gateway for WooCommerce with my client's bank that provides an API and actually I can
Writing a plugin which needs to upload files
I am quite new to Wordpress development, and am writing a plugin which needs to have an option of uploading a spreadshee
url rewriting - add_rewrite_rule ignoring other params than the "p" param
A specific post on my website has a shortcode that uses a parameter called "query" to produce its content. So,
Automatically making a newly saved payment method default in WooCommerce
I've been trying to find an appropriate action(s) hook to do what I'm describing in my title.Under My account
permalinks - How to allow different authors to use same post slug?
We have a multi-author WordPress site where different authors need the ability to use the same slug (post_name). Right n
plugins - Ability to make API calls out of Wordpress as well as executing SQL?
I'm pretty new to Wordpress, so I'm risking some downvotes here... but, I'm curious, are there any recomm
debug - Wordpress Cron job, 302 response
I am trying to debug a cron job in wordpress. It's supposed to update user hours but doesn't, and after puttin
Display custom tags for custom post listing page
I'm very new to WordPress, but I've created a custom post type with two sets of tags. I've added the tags
mysql - Find duplicate posts with same slug and author
We imported over 250K posts into our multi-author WordPress database but have found duplicate posts where the same autho
Extending REST API responses
I have a custom post type with a parent post, and code to fetch this post in Javascript via a GET request, all is workin
How to display custom post type tags?
I have created custom post type with 'members' <?php$member = new CPT(array('post_type_name' =&g
custom hierarchical taxonomy and custom post type list contains surplus posts
I wish to list custom taxonomy terms as titles and custom posts as lists under titles:BasicsList item1List item2MoviesL
wp query - inserting content of 1 Post to in another with a template hierarchy
I have a page template I use for landing pages for various ad campaigns. The template uses custom fields for things like
pre get posts - Why is pre_get_posts hook invoked multiple times?
I am using pre_get_posts hook, however as it is not working as expected, I have discovered that the function is being in
embed - How to make enqueue_embed_scripts work with the embed_template filter
I am currently trying to customize the display of my posts that gets embedded on other sites.I am able to have my custom
Different WP Rest API custom endpoints across different themes
I have created a custom theme on Wordpress with custom WP Rest API endpoints. This is how I have set it up.Theme name: T
json - How do I filter Child Posts by Parent Post ID for Custom Post types in Wordpress REST API response?
I have two Custom post types: question and answer. "Questions" are hierarchical and they are parent posts for
wp admin - Failed to load resource: the server responded with a status of 500 (Internal Server Error)
I'm getting this 500 error in the browser:HTTP500: SERVER ERROR - The server encountered an unexpected conditiontha
pagination - How to determine if theres a next page
I am new to wordpress development, just trying to convert my HTML into a WordPress theme, I started with Chris Coyer
jquery - Customizer add query to preview URL
In some part of our customizer we are redirecting users to some specific pages.var url = ''; api.previewer.pr

