Our Questions

Our QuestionsCategory: General Questions
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…

1567 views0 answers6 votes
emotester commented 5 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…

927 views1 answers1 votes
tech answered 2 years 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…

593 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…

545 views0 answers4 votes
emotester commented 2 years 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…

268 views0 answers0 votes
Sophia 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…

272 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…

216 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…

224 views0 answers0 votes
Olivia 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…

270 views0 answers1 votes
Michael asked 2 years ago