Skip to content
  • Home Blog
  • More Online Tools
    • Code Compress & Beautify
      • HTML Compress
      • CSS Compress
      • JavaScript Compress
      • CSS Beautify
    • Words & Character Utitlies
      • Keywords Density & Word Count
      • Change Case
    • Image Convertor
      • Image To WebP Convert
      • EPS To PNG
    • SEO Tools
      • Extrat Title & Meta Tags
      • Extrat Heading Tags
      • Extract Tags From Youtube Video
      • Title Meta Length Counter
    • Color Tool
      • HEX to RGB Convert
    • Device Testing
      • Multi Device Simulator
  • Donate
  • Resource
Go back to home

How to add blog post title or heading in WordPress Single Blog

Posted on: May 1, 2020August 25, 2020WordPress
How to add blog post title or heading in WordPress Single Blog

How to add blog post title or heading in WordPress Single Blog   <h2><?php single_post_title( ‘Current Open Post: ‘ ); ?></h2>    

How to Add Category Drop down or Fetch Category List with Link in WordPress

Posted on: April 14, 2020June 15, 2020WordPress
How to Add Category Drop down or Fetch Category List with Link in WordPress

How to Add Category Dropdown or Fetch Category List with Link in WordPress Code In header.php <div class=”dropDownBlog”> <?php $categories = get_categories( array( ‘orderby’ => ‘name’, ‘order’ => ‘ASC’ ) […]

How to make search icon as rel follow on Enfold WordPress theme

Posted on: April 8, 2020July 19, 2020WordPress
How to make search icon as rel follow on Enfold WordPress theme

Go to PHP file functions-enfold.php (../wp-content/themes/enfold) select $nofollow variable and update ‘rel=”nofollow”‘ to ‘rel=”follow”‘. /* AJAX SEARCH */ if(!function_exists(‘avia_append_search_nav’)) { //first append search item to main menu add_filter( ‘wp_nav_menu_items’, ‘avia_append_search_nav’, […]

Posts pagination

Previous page Page 1 Page 2

Categories

  • MyFreeOnlineTools
  • Resource
  • Author
  • Blog
  • Corona Virus
  • Donate

Recent Posts

  • Create Gutenberg Block with NPX Node Enviroment
  • Basic Function: Get Template Output as String
  • Get Image Path in WP Query Loop
  • How to Dynamically Update the HTML Lang Attribute in WordPress Using functions.php
  • Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results
  • WordPress
    • Gravity Forms

Recent Post

  • Create Gutenberg Block with NPX Node Enviroment
  • Basic Function: Get Template Output as String
  • Get Image Path in WP Query Loop
  • How to Dynamically Update the HTML Lang Attribute in WordPress Using functions.php
  • Create a Taxonomies in Custom Post Type (CPT Plugin) and fetch category post results
MyFreeOnlineTools