Top "Wordpress" questions

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

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 …

php wordpress
#1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’

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

mysql sql wordpress collation
Column count doesn't match value count at row 1

So I read the other posts but this question is unique. So this SQL dump file has this as the …

mysql wordpress sql-insert
Get current category ID of the active page

Looking to pull the category ID of a specific page in WordPress that is listing all posts using that specific …

php wordpress wordpress-theming categories
Nginx serves .php files as downloads, instead of executing them

I am installing a website in a droplet (Digital Ocean). I have a issue for install NGINX with PHP properly. …

php wordpress nginx location fastcgi
Table is marked as crashed and should be repaired

I am getting this error in wordpress phpMyadmin #145 - Table './DB_NAME/wp_posts' is marked as crashed and …

mysql database wordpress
How do I add a simple jQuery script to WordPress?

I read the Codex and a few blog posts about using jQuery in WordPress, and its very frustrating. I've got …

jquery wordpress
How to get the current taxonomy term ID (not the slug) in WordPress?

I've created a taxonomy.php page in my WordPress theme folder. I would like to get the current term id …

php wordpress taxonomy
How to get WooCommerce order details

In WooCommerce from the following line code: $order = new WC_Order( $order_id ); How can I get WooCommerce order details …

php wordpress woocommerce product orders
Turn off deprecated errors in PHP 5.3

My server is running PHP 5.3 and my WordPress install is spitting these errors out on me, causing my session_start() …

php wordpress deprecation-warning