How to Change or Modify Extra Theme Trending Label?

extra-by-elegant-themes-blog.shmilon.com
extra-by-elegant-themes-blog.shmilon.com

Change or Modify Extra Theme Trending Label

The extra theme is the best theme for Portfolio, Magazine, Business, and Blogging. Sometimes Situation arises when we have to change the Label of the trending bar in order to give our website an attractive look. Trending Label is located in the header section or you can also check below image for locating the Trending Label.

Change or Modify Extra theme trending label
In this tutorial, we are going to discuss how we can change the label of the trending bar in Extra theme. Suppose we have to replace “RECENT POST:” in place of “TRENDING:” in the Trending bar.

Follow the simple steps for changing the Trending Label:

  • Go to Appearance>>Editor>>header.php
  • Then search the given code below in header.php file.

 

1
2
3
<h4 id=“et-trending-label”>
<?php esc_html_e( ‘TRENDING:’, ‘extra’ ); ?>
</h4>
In this code, we can replace the word TRENDING with RECENT POST. Please visit the below image for more.
Change or Modify Extra theme trending label
Change or Modify Extra theme trending label

Once we have made all the changes then we can see that the word TRENDING is replaced by the RECENT POST.

Change or Modify Extra theme trending label
Change or Modify Extra theme trending label