Hello, I’ve just bought this theme and I love it. The subtitle field is a good thing for me, but I have noticed it appears as a <p> tag. I would be great if I could have it as a <H2> tag, only on the html side. Do you have any advice of how I could do that? What is the line I should modify in the CSS file?
Thanks a lot for the help you’ll give me
Hi
You need ti edit the file corresponding with post template used and change this tag here: http://screencast.com/t/PoU9hGAquM
Let me know ho it goes.
Thanks!
Just a thing: in that screen I see two kinds of file, loop-single.php and single-template.php should I edit both of them? So far I changed the p tag only in the loop-single file and it seems to work. Could I know the difference between these 2 kinds of templates, if possibile of course?
Hi
Each post template is built from two files: single-template-x.php and loop-single-x.php. Depending by post template each file have its own role, but as an overall view the single files are the main, they start the single pages and they also end the page, I mean the html for posts. Loop files in most cases prepare the article’s content, the one added in wordpress editor.
Hope this helps!
Thanks!