T
tokyojo
Original poster
Member
#1
I want to show the tag search result on the page, such as:
[Introduction to Tokyo]
[tag search result by “Tokyo”]
Is there a widget to show tag search result, similar to “Purea Magazine:Posts layout 2 widget”?
Also I want to change “Tag: Tokyo” into “Destination: Tokyo”. Is it possible?
ST
Spiracle Themes
Original poster
#2
Hi Tokyojo,
Currently, there is no widget for this.
As this is a custom functionality, you’ll have to edit the code files and add them to it.
Let us know if you have any questions
Best Regards
Which files I should modify?
Best regards,
ST
Spiracle Themes
Original poster
#4
Hi tokyojo,
For this, you need to modify archive.php file. This file is responsible for showing all the categories and tags results.
Let us know if you have any questions
Best Regards
Is it in this part?
<h1 class=”main-title”><?php the_archive_title(); ?></h1>
ST
Spiracle Themes
Original poster
#6
Yes, this line shows the title of the category and tags
Best Regards