I'm new to WordPress. I'm trying to complete the FreeCodeCamp tutorial now. The tutorial explains how to install a new them. Whenever I click Install to insta
Hi I'm using WP All Import to process an XML Feed of events. The feed does not include the venue as a separate path but in CDATA which looks like this: <name
I am using Woodmart theme for wordpress. I have "Brand" as product attributes. I want to display products from the same brand in "related products" section, but
I want to do something in WordPress after the media (image) is deleted. There is a hook (delete_attachment) for this purpose but it is before deleting while I w
Hello and thank you for your time. I'm building wordpress plugin, which should add some javascript code on every page of wordpress site. So i decided to registe
I have customised the quantity selector to include plus/minus arrows instead. When you click in the box though, it shows arrows. How can I rem
newbie here. Please let me know if more info is needed! Many thanks for having a look + trying to help 🙏 The Desire I'm trying to make a SwiperJS slider
I want to print what I input in wordpress, but I still not get the variable from different function in the same class The following is my code: class Test{
This is my code in blade file : <form action="{{ route('user.delete') }}" method="Delete" class="row g-3"> @csrf <div class="col-a
I've built a custom post filter in Wordpress using Ajax. function filterPublications(filters, filterType) { filters = JSON.stringify(filters); $.ajax({
My WordPress 5.9 Admin section , in certain parts such as the Tools>Site Health , section says "The Site Health check requires JavaScript" but all java scrip
I have installed Wordpress via docker-compose on my RaspberryPi server. Wordpress is listening on port 8084 and has address: WordPress Address (URL) http://dev.
I have a contributor role which cap is below: WP_Role Object ( [name] => contributor [capabilities] => Array ( [edit_posts] =&
enter image description here WordPress css issue in WordPress cart
We have a WooCommerce site with 2 parent categories: New Furniture and Used Furniture. They both have a child category called Chairs. These are the URL's we get
having this error do you know what is wrong with my code? Notice: wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeh
Hope someone can help me. function leverage_handle_ajax_request() { if ( ! empty( $_POST ) ) { require_once( plugin_dir_path( __FILE__ ) . 'recapt
I am trying to hide a section from either PHP template or CSS override from a website I am working on. The snippet of concern is as follows: div class="widget w
I have a WordPress page template themename/template-payment.php <?php /** * Template Name: payment */ session_start(); ?>
I have seen a lot of references as to how to add a body tags based on WooCommerce categories, but what I am wanting to achieve is to add body classes from produ