How to invert color of an image using css?
Invert color of an image using css //use this style in the tergatted image img{ filter: invert(100%); }
Invert color of an image using css //use this style in the tergatted image img{ filter: invert(100%); }
<?php //get the category of current post in wordpress foreach((get_the_category()) as $category) { echo $category->cat_name . ‘ ‘; } ?>
Show data by live search from mysql database using ajax //html form <form method=”post”> <h5> SEARCH FOR USERS </h5> <input type=”text” id=”search” name=”search” placeholder=”search”> <!– <input type=”submit” name=”sechsub” value=”Search”> –>
Display custom meta box in wordpress First generate meta box code and then add this code where you want to display – <?php $custom_meta_data = get_post_meta( get_the_ID(),’custom_meta_box_id_’ ,true); ?> <?php
Use pagination in wp_query in wordpress Best Way of getting pagination in wp_query is – <?php $paged = get_query_var(‘paged’); $args = array( ‘cat’ => 1, ‘posts_per_page’ => 5, ‘paged’ =>
Send otp and verify it (in wordpress) //send otp part <div class=”container”> <center> <h4>Enter Mobile Number</h4> <form method=”post” action=””> <input type=”text” class=”fullrow” name=”phone” placeholder=”Enter phone no.” > <span class=”error” style=”display:none”></span>
Dharmanagar, Tripura, India.