How To show custom post data in categories in WordPress July 9, 2019 WordPress This code is used for you to create custom posts than after you are getting this data for specific categories […] Read more
How To show custom post and Custom post field data in WordPress July 9, 2019 WordPress how to fetch custom post and custom post field data in WordPress. <?php $type = ‘unlimited’; $args=array( ‘post_type’ => $type, […] Read more
How To Convert Number to the icon in WordPress July 9, 2019 WordPress This code is used to convert Numbers to icons in WordPress. <th class=”rating-box”><?=$meta[‘rating’][0];?> <?php if($rating!=”” OR $rating!=0){ for($i=1;$i<=$rating;$i++){ ?> <i […] Read more
How to Creating custom post Type in WordPress September 7, 0219 WordPress WordPress custom post types are powerful features. They’re what elevates WordPress from a humble blogging tool to a CMS. Read more