I have a WooCommerce Shop with 850+ products that needs editing. Without having to purchase an Extended/Pro Plugin to mass edit these products... I am trying to do this through phpMyAdmin. The site is a little bit of "Add to Cart" and "Ask
Some strangeness here. So I have build a custom theme for a client about a year ago and all has worked perfectly till about 3 days ago when I noticed that I could not login to the website. I kept and still keep getting the 'ERROR: Cookies are blocked
I have a magento store running on name.pippo.com Now I am considering to install wordpress for blogging. Since I would like to integrate magento + wordpress as a fully integrate system (maybe with magento fishpig extension), i would like to knwo how
I am trying to write a function to output featured products so that I can tie it in with Advanced Custom Fields to display more data on the front-end. function featured_courses_query() { $args = array( 'post_type' => 'product', 'meta_key' => '_featu
We are struggling with the speed on our wordpress website. Have just moved to a VPS and this hasn't helped the speed at all. Can anyone offer any recommendations on what needs to be done? link to the website >> salon99.co.ukYou have some javascript
I have a couple of order item meta details that I would not like the customer to see (on the view orders page under account info). I have found a filter that will remove this data from the ADMIN (where I would still like to see it), but can't find a
I have the following function which puts just the content on the page (images were removed) <?php $content = preg_replace('/(<img [^>]*>)/', '', get_the_content()); $content = wpautop($content); // Add paragraph-tags $content = str_replace('&l
hello i am new here and will be happy for the help i have 1000 posts in my site that contain the word "free" i need to replace the word "free" only in 20 posts that contain another word "blue" so from 1000 posts only 20 of th
I am not able send links in email. I am using wp_mail() function to send email. When i set header $headers .= "Content-Type: text/html; \r\n"; this header removes href attribute in received email. i am using wp_editor for textarea. I also tried
I want to run multiple site:- i.e http://example.com & http://backend.example.com both websites will be connected to single database. how can i do that because wordpress reads siturl from the database.There can be two ways of having two wordpress web
I'm creating a blog with wordpress, I'm using the DIVI theme and I need to change the appearance of the category pages of the blog... what's the easiest way to do that? I understood I should look for category.php in the editor and create a new php fi
I've created a custom post type and have both a post and category archive for it. But when I click on the post tags the tag archive says "No results found". How do I create a archive for the tags?Most of the time no results issues is related to
I am creating my first Wordpress plugin and have been stumped for a couple of days. So far I am trying to just get my plugin to save data to the MySQL database on my localhost. When I enter info into the form it creates a new row, which auto incremen
In my custom page template "portfolio template", I try to get title and content (from text editor). I can get the title, but content returns as empty string (""). What am I doing wrong? <?php /* Template Name: Portfolio Template */
I want to hide or remove VAT (tax) line from WooCommerce order emails. Result comes out from this function "get_order_item_totals()". Already I can hide tax label from emails by using following code. function sv_change_email_tax_label( $label )
Please see this image in which first link syncs with first slide Hope the below mentioned plugins may help you : => https://www.wonderplugin.com/wordpress-slider/examples/wordpress-slider-with-text-navigation-id33/ => https://wordpress.org/plugins/k
I am writing a simple WooComerce plugin. This is the first time I work with WordPress so my question may be quite noobish. The plugin should just provide some additional information about product price, which is approximate price in local currency (b
I've had this issue before. When running Wordpress (or other PHP scripts) behind Amazon's EC2 Load Balancer, the scripts do not realize they are being ran on the https:// protocol and results in issues such as endless redirect loops, and HTTPS warnin
Does someone know how to get the first comment ID from the current post? I have already searched long for a good solution, but found nothing suitable. I appreciate any help.get_comments() returns an object. So you can just access the first one like a
I lost all the likes on my website on Wordpress then I bought the domain. It turns out that is the same site, but now no longer use the wordpress.com but .com (http://sobreasdeliciasdavida.com/). Despite recent, my blog already had good statistics an
I have a custom post type (job) in my WordPress theme. Posts of this type are inserted by users themselves, but if two or more jobs are inserted with the same title, the slug will be: www.mydomain.com/job/title-choosen-by-user www.mydomain.com/job/ti
I need to remove all of the options in a dropdown that don't have a specific value. Here's my code: ` <select name="worker"> <option value="0">John Doe</option> <option value="5">Jim Smith</option&g
I'm trying to figure out a way to display custom text based on the users selection of the variable product. The attribute is 'pricing' and the tag is deposit - which I've added a text description to when adding the attribute. So I'm trying to make th
I've just set up a Woocommerce based webstore and I'm very happy with it so far, but I've come across something that isn't necessarily a dealbreaker, though it's annoying for the customer. Some context: the store is for my band website and sells phys
I want to change a wordpress script. I want to get all meta posts using get_post_meta. But how to do that with starting from $user_ID. I mean that I have user ID and nothing more, and I want to get his meta posts, similar output as of get_post_meta()
I wonder if the following is possible? My website have a secret link (website.com/?secret=yes) I wanted to make the url look (website.com) after they have entered + show them the special content because they are from the secret link. I thought about
Is there a way to count widgets in widgetized area in WordPress. I need to add specific class for every 3rd widget. For example: <div class="widget-item">...</div> <div class="widget-item">...</div> <div clas
I'm getting a Page Not Found message when clicking on the link to display the terms in a taxonomy Scenario: I have a custom post type called "glossary" Attached is a custom taxonomy called "section" with the rewrite set to "librar
I'm trying to program an online experiment which posts some data using jQuery and ajax to a PHP script which saves the data to the text file, and I'm having some issues. The script works fine when the data I post is small (say 2kb) and will correctly
Building a WordPress options panel. One of the things it does is allow users to pick custom colors. I use a default stylesheet, then call styles for custom inputs. However, I simply insert this in the header instead of having these custom values resi