WordPress meta_query by compare (value, array, date)

Simple meta query options = equals != does not equal > greater than >= greater than or equal to < less than <= less than or

Get Windows Photo Viewer back in Windows 10

If you want to get back Windows Photo Viewer in Windows 10 simple follow this step. Open a new text document copy below code and same that text wi

XAMPP: Port 80 in use by “Unable to open process” with PID 4!

Port 80 in use by "Unable to open process" with PID 4! Don't worry solution is ready for you! Just follow all instruction included below. Ri

WordPress query by meta name and value

This is sample code for WordPress query by meta name and value $args = array( 'post_type' => 'post', 'post_status' => 'publish',

WordPress query by taxonomy

This is sample of WordPress query by taxonomy $TaxQuerya[] = array( 'taxonomy' => 'category', 'field' => 'slug', 'terms' => 'new

Change “Enter Title Here” placeholder text on a custom post type

Yes! Now you can change your WordPress default title placeholder text by using this code. add_filter( 'enter_title_here', 'unique_function_name' );

Register custom post type in WordPress

For register custom post type in WordPress this Article will helpful for you. add_action( 'init', 'unique_function_name' ); function unique_function