I need help in getting a wordpress site to show all results on a single page. https://www.dqqq.co.nz/?s=ALL&post_type=product The site returns all the produ
I have created a custom theme and downloaded woocommerce plugin, the shop page is working fine however when I view a product only the content appears. The produ
I tried a lot, but with no success. This LOOP works fine. It shows all Custom Post Types (apps-und-tools): <?php $loop = new WP_Query( array(
I have made a WordPress site. Here, I have added a menu bar for all pages. But the menu bar is shown on all pages except the home page. How can I fix it?
In my gulpfile.js I have the following code: const themeName = "test" const browsersync = require('browser-sync').create(); // Browsersync function browserSync
i have problem about get post meta , i want to show meta by per user , but when i addet meta+user_id i cant get all some meta My code is <?php $p
I am on functions.php and I want to add this filter: function graphene_alter_the_query( $request ) { $dummy_query = new WP_Query(); $dummy_query->pa
Good morning, We are using Elementor+Crocoblock on our Wordpress site and we have a problem with our CSS. It seems like it's not stored in the cache and every t
I'm a newbie, and I have this problem as it shows me $0.00 on the Order received page. // Add Custom WooCommerce Checkout Message add_action( 'woocommerce_thank
I am trying to to get list of active Wordpress plugins and for that I am using wp plugin list --status=active --allow-root command. That gives me putout like t
I am trying to use ajax to add multiple, different products to cart with one button click. The AddToCart-Button is living in SHOP before pagination. Ajax reques
I am trying to add new woocommerce custom product type from my plugin. I just have a simple construct in the class that extend WC_Product namespace giftbox\mode
Can someone advise a free Search plugin for WordPress WooCommerce website , that can display in search results “products” and read
These two srcripts are added on every footer of my WordPress pages. Is it possible to remove them via functions.php?
The code: define( 'FS_METHOD', 'direct' ); doesn't working on Mac to install plugins and themes Awesner please!
How can I add a unique class name to every gutenberg block on save? I tried doing this with php using a combination of wp_after_insert_post, parse_blocks, wp_up
i've found the following code to make an element change to display:block; if a user is logged in .logged-in .price{ display: none; } and also <?php if ( i
I use wordpress shortcode to create a form and send post request in current page. But I will get twice post request so my mail will send twice. Hope someone can
I am newbie in wordpress mvc of https://www.wordpress-mvc.com/. When I try to add a new menu in plugin, a menu appears. But the callback function ideapro_script
I am in the process of creating a order tracker using Wordpress, ACF, and a yet to be decided form plugin for use on the front-end. The back-end is working just