Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
Does your company provide a service that the adult industry needs? Post your service here. Video Editing, blog writing, encoding, programming, the works. |
|
Thread Tools |
04-05-2012, 12:51 PM | #1 |
Confirmed 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
|
04-06-2012, 05:11 AM | #2 |
Confirmed User
Industry Role:
Join Date: Mar 2012
Posts: 210
|
in the search box?
__________________
French Translator contact me via skype: media22.fr Uploader available |
04-07-2012, 04:57 AM | #3 |
Registered User
Industry Role:
Join Date: Jan 2012
Posts: 41
|
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>' ); ?> |
04-07-2012, 04:59 AM | #4 |
Registered User
Industry Role:
Join Date: Jan 2012
Posts: 41
|
You can do the same for search results, categories, archives etc, just look around,search.php,etc..
|
04-07-2012, 05:18 AM | #5 |
Registered User
Industry Role:
Join Date: Jan 2012
Posts: 41
|
If you're usin Linux, like I do .. then use searchmonkey
|