Edit a post structure
-
Hi guys,
I hope I’m in the right forum to ask this question πI am working on a new theme that is based on the 2014theme.
I have already edited my post view with CSS, and now I want the “Featured Image” to show up under the posts headline and text (actually I’m not using any text in my posts so it doesn’t really matter) and not above as it is in the default theme.So in every post (in the code it’s an <article> tag), I have to swap between the
<a class="post-thumbnail" .......
line, and the
<header class="entry-header">........
line.
I tried it on my browser (using inspect element thing) and it looks great!So my question is how do I edit this?
In what file?
Can someone instruct me how to do this right?Thank you,
Have a great weekend πp.s: I tried googleing this question and all I got was websites that explain how to edit posts in dashboard?
The topic ‘Edit a post structure’ is closed to new replies.