GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Business Services (https://gfy.com/forumdisplay.php?f=43)
-   -   Wordpress Tag Bold (https://gfy.com/showthread.php?t=1063636)

meka2003 04-05-2012 12:51 PM

Wordpress Tag Bold
 
Just needed the "searched" tag keyword to be in bold letters. Please help or let me know how much. Thanks

madgreg 04-06-2012 05:11 AM

in the search box?

NinjaSword 04-07-2012 04:57 AM

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>' ); ?>

NinjaSword 04-07-2012 04:59 AM

You can do the same for search results, categories, archives etc, just look around,search.php,etc..

NinjaSword 04-07-2012 05:18 AM

If you're usin Linux, like I do .. then use searchmonkey


All times are GMT -7. The time now is 06:50 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc