Top "Wordpress" questions

This tag is for programming-specific questions about the WordPress content management system.

Access denied for user 'root@localhost' (using password:NO)

I'm new to MySQL, I'm trying to run WordPress in my Windows desktop and it needs MySQL. I install everything …

mysql wordpress mysql-error-1045
Create a folder if it doesn't already exist

I've run into a few cases with WordPress installs with Bluehost where I've encountered errors with my WordPress theme because …

php wordpress directory
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 …

php wordpress chmod
TypeError: $ is not a function when calling jQuery function

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

jquery wordpress function wrapper typeerror
PHP Warning: POST Content-Length of 8978294 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

I am getting this error when trying to upload an import on WordPress on my XAMPP local dev environment: Warning: …

wordpress xampp php
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 …

wordpress wordpress-theming
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 …

wordpress
How to get WordPress post featured image URL

I am using this function to get the featured images: <a href="#" rel="prettyPhoto"> <?php the_post_…

php wordpress post
#1273 - Unknown collation: 'utf8mb4_unicode_ci' cPanel

I have a WordPress database on my local machine that I want to transfer to a hosted phpMyAdmin on cPanel. …

mysql wordpress phpmyadmin cpanel
TypeError: 'undefined' is not a function (evaluating '$(document)')

I'm using a WordPress site. I'm including this script in the header. When the script loads, I get this error: …

jquery wordpress