|
|
|
||||
|
|
#1 |
|
Registered User
Join Date: Sep 2007
Posts: 345
|
Wordpress Tag Bold
Just needed the "searched" tag keyword to be in bold letters. Please help or let me know how much. Thanks
|
|
|
|
|
|
#2 |
|
Registered User
Industry Role:
Join Date: Mar 2012
Posts: 98
|
in the search box?
__________________
French Translator contact me via ICQ: 6 062 36 39 3 Email: contact *at" media22 'dot- fr |
|
|
|
|
|
#3 |
|
Registered User
Industry Role:
Join Date: Jan 2012
Posts: 40
|
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>' ); ?> |
|
|
|
|
|
#4 |
|
Registered User
Industry Role:
Join Date: Jan 2012
Posts: 40
|
You can do the same for search results, categories, archives etc, just look around,search.php,etc..
|
|
|
|
|
|
#5 |
|
Registered User
Industry Role:
Join Date: Jan 2012
Posts: 40
|
If you're usin Linux, like I do .. then use searchmonkey
|
|
|
|