Top "Wordpress" questions

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

Redirect after Login on WordPress

I'm creating a customized WordPress theme based on an existing site. I want to use an alternate dashboard which I …

php wordpress redirect wordpress-theming
How to get last inserted row ID from WordPress database?

My WordPress plugin has a table with a AUTO_INCREMENT primary key field called ID. When a new row is …

wordpress auto-increment race-condition
get all the images from a folder in php

I am using WordPress. I have an image folder like mytheme/images/myimages. I want to retrieve all the images …

php image wordpress get
Best place to insert the Google Analytics code

Where’s the best place to insert the Google Analytics code in WordPress, header or footer? I prefer footer, because …

javascript html wordpress google-analytics analytics
How can I get customer details from an order in WooCommerce?

I have a function that does this: $order = new WC_Order($order_id); $customer = new WC_Customer($order_id); How …

php wordpress woocommerce
TypeError: $ is not a function WordPress

I might have an error in a .js document in a theme I have purchase: $('.tagcloud a').wrap('&…

javascript jquery wordpress
How to get featured image of a product in woocommerce

Please tell me where I am going wrong . Product featured image is not showing up. $args = array( 'post_type' => …

wordpress woocommerce
How to get post slug from post in WordPress?

I want to get "abc_15_11_02_3" from http://example.com/project_name/abc_15_11_02_3/. How can i do this?

wordpress
Adding <script> to WordPress in <head> element

I'm trying to insert this code: <script type="text/javascript"> some Javascript codes comes here </script> …

javascript wordpress plugins
wordpress contactform7 textarea cols and rows change in smaller screens

I used contactform7 to create the contact form for a wordpress site. I want to reduce the rows in a …

html wordpress contact-form-7