I’m gonna make my own “reduce stock” functionality in WooCommerce. But first I’m trying to find out what hooks to…
Exclude events from ‘news-list’ class
Forgive the basic question, this is right at the limit of my (low) knowledge and any help is appreciated: <section…
How to use a variable (for wordpress postid) in other queries?
I don’t know php, I just edit it for my needs, please excuse my possible mis-use of terms. I think…
Control page content visibility based on URL parameter
A visitor visits a page for example: https://www.example.com/wp-login.php?action=rp&key=abc&login=jim I want to have a block of text that displays only if…
Why am I getting syntax error, unexpected ‘endwhile’ (T_ENDWHILE) on single.php
Here is the code for my Single.php in my theme folder. I am not sure what is wrong. <?php get_header();…
Complete a form section once then recorded for a session
I want a user to complete a form on my site which consists of a product section and then a…
WordPress (5.2.2) + Woocommerce (3.6.5) is super slow
I am working on some existing WordPress (5.2.2) + Woocommerce (3.6.5) project. All plugins are uptodate It has many add-ons…
how to display this functions?
I want to add this my page.php. Does anyone help me? if(function_exists(‘add_theme_support’)){ add_theme_support(‘post-thumbnails’); } function mallu_link_add_meta_box(){ $screens = array( ‘post’,…
registration form, php
I am creating a custom registration form for the first time. I have created my advanced custom field. I dont…
Custom admin page: How to save changes specifik for users
I created a custom admin page in WordPress and it works as it should. I also figured out how to…
Custom admin page: How to save changes specific to users
I created a custom admin page in WordPress and it works as it should. I also figured out how to…
WordPress is suitable for job portal web sites, Like nakuri web site
Am planing to create and launch a job portal like nakuri website. Which one is the best option to create…
Uploading files to dropbox through contend form
I’m looking for a way to have users upload large video files to our dropbox account through a web interface…
Ways to store a range of values of a data for product variation?
I wanna store any number of dates to a product variation in WooCommerce. And I want every date to get…
I can’t view the orders on the woocomerce dashboard with the brainblocks plugin
I’m trying to make a website that accepts the nano cryptocurrency and I’ve encountered an error. I’m using woocomerce+brainblocks plugin…
Keep $post->ID unchanged while passing through W3TC mfunc
Is there a way of keeping $post->ID unchanged while passing through W3TC Fragment Cache “mfunc” ? I’m dealing with an…
how can i add class or span tag at sprintf?
i hope to add span tag or class at sprintf I want to enlarge the text size of the numbers…
WooCommerce Shopping Cart Not Initially Showing Products
I’m working with a client to create a WooCommerce shopping site. However, for some reason after people add items do…