Top "Wordpress" questions

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

WordPress is giving me 404 page not found for all pages except the homepage

All of a sudden I go to my WordPress website and all the pages give me a 404 page not found …

wordpress
upstream sent too big header while reading response header from upstream

I am getting these kind of errors: 2014/05/24 11:49:06 [error] 8376#0: *54031 upstream sent too big header while reading response header from upstream, client: 107.21.193.210, …

php wordpress nginx fastcgi nginx-reverse-proxy
How to pass extra variables in URL with WordPress

I am having trouble trying to pass an extra variable in the url to my WordPress installation. For example /news?…

php wordpress url get
What type of hash does WordPress use?

What type of hash does WordPress use? Here is an example of a WordPress hash: $P$Bp.ZDNMM98mGNxCtHSkc1DqdRPXeoR.

php wordpress hash
Proper way to get page content

I have to get specific page content (like page(12)) I used that : <?php $id=47; $post = get_page($id); echo $…

wordpress
WooCommerce - get category for product page

For my WC product pages, I need to add a class to the body tag so that I can perform …

php wordpress woocommerce
The requested URL /about was not found on this server

The home page of my wordpress website seems to be displaying correctly but if you click through to any of …

wordpress .htaccess wordpress-theming
Get custom product attributes in Woocommerce

In Woocommerce, I am trying to get product custom attribute values but I fail miserably and I don't get anything. …

php wordpress woocommerce product custom-taxonomy
How to decode encrypted wordpress admin password?

I forgot my WordPress admin password, and I see it in the phpMyAdmin file. But it is in a different …

wordpress decode
Woocommerce, get current product id

I'm currently working on a WooCommerce theme and attempting to add a sidebar to the product detail page. I've been …

php wordpress woocommerce product