I'm customizing a theme for a client and I want to leverage post formats.
On the quote post format I would like
the_content();
to be wrapped in a two spans that contains quotation marks that I could style and position. Is this possible?
Thanks.
|
I'm customizing a theme for a client and I want to leverage post formats. On the quote post format I would like
to be wrapped in a two spans that contains quotation marks that I could style and position. Is this possible? Thanks. |
|||
|
|
|
Try
CSS Solution:
|
||||
|
|
|
Similar to @sisir but a slightly different take on a few of the specifics. For functions.php:
If you're using
|
|||
|
|