Thanks Luo that's working;
Can you tell me how to get the text BY AURTHUR MILLER along side the H2 Title THE CRUCIBLE but as it looks now NOT as an h2
URL: hidden link
CODE USING
<div class="row">
<div class="col-sm-3"><a href="[wpv-post-url]" alt="[wpv-post-title] [types field='author-credit'][/types] [types field='author'][/types]" Title="[wpv-post-title] [types field='author-credit'][/types] [types field='author'][/types]">[wpv-post-featured-image size="medium"]</a></div>
<div class="col-sm-9">
<h2><a href="[wpv-post-url]" Title="[wpv-post-title] [types field='author-credit'][/types] [types field='author'][/types]">[wpv-post-title]</a></h2><span class="author-credit">[types field='author-credit'][/types] <strong>[types field='author'][/types]</strong></span>
[wpv-conditional if="( '[types field='start-date' format='F'][/types]' eq '[types field='end-date' format='F'][/types]' )"][types field='start-date' format='jS'][/types] - [types field='end-date' format='jS F Y'][/types] at [types field='start-time-evenings'][/types][/wpv-conditional][wpv-conditional if="( '[types field='start-date' format='F'][/types]' ne '[types field='end-date' format='F'][/types]' )"][types field='start-date' format='jS F'][/types] - [types field='end-date' format='jS F Y'][/types] at [types field='start-time-evenings'][/types][/wpv-conditional][wpv-conditional if="( '[types field='start-time-matinee'][/types]' ne '' )"] (matinee at [types field='start-time-matinee'][/types])[/wpv-conditional]<br/><br/>
<span class="strapline">[types field='strapline'][/types]</span>
[wpv-post-body view_template="None"]</div>
</div>
Hello,
I assume you are going to display H2 text "THE CRUCIBLE" and text "BY ARTHUR MILLER" in the same line.
If it is, you can use CSS codes to customize it, for example:
...
<h2 style="display: inline;"><a href="[wpv-post-url]" Title="[wpv-post-title] [types field='author-credit'][/types] [types field='author'][/types]">[wpv-post-title]</a></h2><p style="display: inline;"><span class="author-credit">[types field='author-credit'][/types] <strong>[types field='author'][/types]</strong></span></p>
...
See screenshot inline.JPG
More help:
hidden link
My issue is resolved now. Thank you!