Open
How can I get the current page name in WordPress?

What PHP code can be used to retrieve the current page name in a WordPress theme?All the solutions I have…

1529 views0 answers6 votes
emotester commented 2 months ago
Answered
Disable free shipping until a specific date in WooCommerce

I want to disable free shipping until a certain date in WooCommerce using PHP only. add_filter( 'woocommerce_package_rates', 'disable_free_shipping_until_certain_date', 10, 2…

905 views1 answers1 votes
tech answered 1 year ago
Open
How to get the WordPress post thumbnail (featured image) URL?

I am using this function to get the featured images:<a href="#" rel="prettyPhoto"><?php the_post_thumbnail('thumbnail'); ?>Now I want to get the full…

569 views0 answers0 votes
Anonymous commented 56 years ago
Answered
WordPress asking for my FTP credentials to install plugins

I installed a WordPress blog in my local system. But when I try to add plugins from admin it asks…

530 views0 answers4 votes
emotester commented 1 year ago
Answered
Invalid email headers using WordPress wp_mail()

I get an invalid header when I try to send an email using WP Mail SMTP, the test emails work…

732 views1 answers1 votes
tech answered 1 year ago
Open
WordPress how to use jquery and $ sign

I have a simple jQuery script in a WordPress plugin that is using a jQuery wrapper like this:$(document).ready(function(){ // jQuery…

255 views0 answers0 votes
Sophia asked 2 years ago
Open
How can I add a PHP page to WordPress?

I want to create a custom page for my WordPress blog that will execute my PHP code in it, whilst…

235 views0 answers1 votes
Michael asked 2 years ago
Open
Can I install/update WordPress plugins without providing FTP access?

I am using WordPress on my live server which only uses SFTP using an SSH key.I want to install and…

236 views0 answers1 votes
Emily asked 2 years ago
Open
Correct file permissions for WordPress

I've had a look over here but didn't find any details on the best file permissions. I also took a…

200 views0 answers0 votes
Jacob asked 2 years ago
Open
Help me fix the Unknown collation error

I have a WordPress website on my local WAMP server. But when I upload its database to live server, I…

191 views0 answers0 votes
Olivia asked 2 years ago
Resolved
Where do you place test or experimental php code in wordpress?

Sorry for the stupid question. Where do you place test or experimental php code in wordpress? And how do you…

231 views0 answers1 votes
tech asked 2 years ago
Open
Create a URL based on the post URL that can open the WordPress editor directly?

Is there a way to create a URL based on the post URL so that it can open the WordPress…

163 views0 answers0 votes
tech asked 2 years ago
Open
.htaccess Auth for Staging site on a subdomain

i am doing a WordPress staging site on a subdomain with a LiteSpeed server before put online. I apologize but…

177 views0 answers0 votes
tech asked 2 years ago
Closed
Woocommerce checkout field. Type ‘Country’, ‘State’ doesn`t work

When I open the list of billing fields, the fields 'Country', 'State' have type 'Country', 'State'. But when I open…

204 views0 answers0 votes
tech asked 2 years ago