When I create content template the title does not display correctly from my theme. It is also not consistent with the theme in the rest of my site. However, it display's fine in View page I use to navigate. I think it is because I there is no article tag wrapped around the content template. Is there a way I can do that? Or am I missing something else.
Here is the link to the views section
http://gardul.com/world/fantasy-races-gardul/
You can use the "Continue reading »" to get to the content template or click here http://gardul.com/races/mountian-orc/
View code
[wpv-layout-start] [wpv-items-found] <!-- wpv-loop-start --> <wpv-loop> <article id=[wpv-post-id] class="post-22 post type-post status-publish format-standard hentry category-news posttitle-show"> <h2 class="entry-title">[wpv-post-link]</h2> [types field="appearance"][/types] <footer class="entry-footer entry-meta"><span class="continue-link"> <a href=[wpv-post-url] title="Fantasy Race Page "[wpv-post-title] >Continue reading <span class="meta-nav">»</span></a> </span><span class="sep"> | </span> </article> </wpv-loop> <hr> <!-- wpv-loop-end --> [/wpv-items-found] [wpv-no-items-found]
content Template code
<h3 class="entry-title">Appearance</h3> <div class="entry-summary"><p>[types field="appearance"][/types]</p></div> <h3 class="entry-title">Developement</h3> <div class="entry-summary"><p>[types field="evolution"][/types]</p></div> <h3 class="entry-title">Racial Traits</h3> <div class="entry-summary"><p>[types field="traits"][/types]</p></div>