Top "Wordpress" questions

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

Wordpress - Images not showing up in the Media Library

I have a huge problem with my Wordpress. My uploaded images don't list in the Media Library. It is weird …

wordpress media-library
WordPress path url in js script file

I added custom script: wp_enqueue_script('functions', get_bloginfo('template_url') . '/js/functions.js', 'search', null, false); It …

javascript wordpress wordpress-theming
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes)

I'm getting an error when I try to open one of my dashboard pages in my wordpress script The error …

php wordpress fatal-error memory-limit
Wordpress plugin install: Could not create directory

I'm using WordPress on centos 6. I try to install a plugin. But I got this error: Installing Plugin: bbPress 2.5.9 Downloading …

php wordpress ftp
How to increase Maximum Upload size in cPanel?

I am using cPanel of my website to increase maximum upload file size for wordpress media uploads. I have used …

php wordpress .htaccess cpanel
How to get the category title in a post in Wordpress?

Say I have a post called Hello World in Wordpress and I'm directly viewing this page, how would I go …

wordpress get categories
Get Wordpress Category from Single Post

I'm finishing up a WP theme, and I'm on the single.php template. I'm having some issues because I need …

php wordpress themes wordpress-theming
WordPress Get the Page ID outside the loop

I want to get the page ID before starting the loop in WordPress. I am using $page = get_query_var(…

php wordpress
How can I get the order ID in WooCommerce?

How do I retrieve the order ID in WooCommerce?

wordpress woocommerce
How to display Woocommerce Category image?

I use this code in PHP: $idcat = 147; $thumbnail_id = get_woocommerce_term_meta( $idcat, 'thumbnail_id', true ); $image = wp_get_…

php wordpress woocommerce thumbnails