Change style options for post title listing…
-
Hi there…. my website is here: https://www.purebehrouz.com/blog/
If you see the middle section, “Tour Dates”, the listing of tour dates is based on posts that are created. Each post of the “tour dates” category is listed here. The client wants the date highlighted in a different color, e.g. in “7/10: Istanbul, Turkey”, only the “7/10” would be orange.
Now, this is especially tricky bc if i use this in the loop:
<?php the_title( $before, $after, $display ); ?>
I can only add html code before or after the title… i can’t style the title.Is there a workaround for this?
Thanks so much,
David
- The topic ‘Change style options for post title listing…’ is closed to new replies.