Just needed the "searched" tag keyword to be in bold letters. Please help or let me know how much. Thanks
Wordpress Tag Bold
Collapse
X
-
Tags: None
-
Download Notepad++
Use the 'Search in files' function
Search for Tag: ..or whatever other word you want to find in files ...
but in general ... it should be in ./wp-content/themes/twentyeleven/tag.php
change
<?php printf( __( 'Tag: %s', 'twentyeleven' ), '<span>' . single_tag_title( '', false ) . '</span>' ); ?>
to
<?php printf( __( 'Tag: %s', 'twentyeleven' ), '<span style="font-weight:700;">' . single_tag_title( '', false ) . '</span>' ); ?>No. Decided to leave the forum.
Dont contact me.Comment
-
You can do the same for search results, categories, archives etc, just look around,search.php,etc..No. Decided to leave the forum.
Dont contact me.Comment
-
If you're usin Linux, like I do .. then use searchmonkeyNo. Decided to leave the forum.
Dont contact me.Comment

Comment