Bold part of the post title
-
Hello Guys, I was trying to bold part of the post tittle before “:” and I used thse customs, but for some reason it doesn’t work. Do you know what am I doing wrong?
It should looks like this
Name of Person:
Sentence he saidI added this to style.css
.entry-title span { font-weight: bold; }
and this to functions.php
function bold_before_colon( $title ) { if( is_sticky() && strpos( $title, ':' ) ) $title = '<span>'.preg_replace('#(:)#',':</span>',$title,1); return $title; }
Also, I would like to start Text after “:” below the name of Author
Website is Odviati.com
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Bold part of the post title’ is closed to new replies.