simple(?) theme modification
#1
How could I make it so that links in post are bold, but links elsewhere are not
Reply
#2
Hello there

open ./inc/class_parser.php

find
$link = "<a href=\"$fullurl\" target=\"_blank\">$name</a>";
replace with
$link = "<a href=\"$fullurl\" target=\"_blank\"><strong>$name</strong></a>";
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)