plugin development - How to print raw query from WP_Query class just like in CodeIgniter
I am struggling with WordPress, and was looking at WP_Query. We usually pass an array of arguments to get result against
how to fix a broken visual editor
Our visual editor is displaying raw HTML:If I click on Visual or Text, nothing happens at all - the click isn't reg
Custom post type with slug for plural (archive) and for single
I've been searching a way to have kind of "two" slugs for a custom post, let me give an example:www.myweb
advanced custom fields - wp_split_shared_term_batch messing up upgraded ACF 5 data
After upgrading Wordpress and associated plugins to the latest version on a dev server and migrating the source files an
wp query - Showing most popular post of week
I'm trying to display the most popular post of the past week.However, I it is not working correctly and showing t
Page size too big due to images
I hope it's a fitting question to be asked here. My website loads the images and then resizing them. So what happen
Php echo woocommerce price
Hi i am trying to echo with php the woocommerce product price in a specific area at my site. But it only works for singl
Is it possible to install WordPress within WordPress installation?
I have a website that is powered by WordPress, e.g. example. I would like to install a separate WordPress installation w
Display sub categories and their data of a taxonomy
I want to output the sub category details of a taxonomy$getTerms = get_terms($taxonomy, $args);print_r($getTerms);When
users - How to get the count
How to get the count of the WP_User_Query resultwhile I use $query = new WP_User_Query( $args );echo count($query);It
php - Show the most popular post per week
The plugin Most Popular Posts doesn't support WPML and therefore I have tried creating my own.I have found this tut
How to add custom PHP code in post header?
In header.php i want to add :1. For home page :link rel="alternate" href="fr" hreflang="fr-FR
changing notification emails from WordPress <wordpress>@mydomain.net to something else
How do I change notification emails address from WordPress @mydomain to something else.I want to do this because WordPre
hooks - Transform .wp-video to the native video player of the browser
Is there a way to display a video using only the default video player of the browser, without the mejswp-video interf
Custom post type categories gives 404 error
I've created a custom post type for a website.This is the code: EVENTSRegister Custom Post Typefunction ev
Display Custom Post Type in divs
I'm sorry if this is a already asked Question but i'm trying to get my custom post types displayed in grid lik
php - Only show search results with if current date is between two dates?
I have a custom post type which I can set a start and end date in the metadata.I use the function below to filter the se
WordPress does not find author pages in search
I have created a custom child theme based on twentytwelve. I assumed that searching for 'Addy' should return r
How can I edit the Woocommerce product widget html class?
I would like to add a class to the existing woocommerce product widget. The file 'includeswidgetsclass-wc-widget
Display Custom Post Type in divs just thumb and title
The Thing is that i was trying to Display only the thumb and the title of the post inside the thumb with a "got to

