Hi,
I would like to modify the blog entry template and I don’t know what php file i have to edit.
I want to add an element next to the title of my article (a 1px line, like the special-heading-border).
Can you tell me where I can find the php file that directly change the blog entry template ?
Thank you very much for your help !
Regards
Hey Obeatone!
Please go to Enfold theme options > Blog Layout and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” in Blog Style and go to your blog page and edit it just like you are editing a page using ALB :)
Regards,
Yigit
I’m sorry sorry you don’t understand me :)
I want to change the article template, for exemple this kind of page : http://kriesi.at/themes/enfold/2014/04/28/cryptocurrencies-are-booming/
I want to add automatically an element next to the title of my article (a 1px line, like the special-heading-border).
I don’t want to add it every time i’m posting an article :)
Thank you in advance for your answer !
Regards
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .entry-content-wrapper .post-title {
background-image: url(https://equineandcaninenews.com/wp-content/uploads/black-line1.jpg);
background-size: contain;
}
.single .entry-content-wrapper .post-title > a {
background-color: white;
}
Cheers!
Yigit
Thank you for the reply but it doesn’t work.
Can you tell how I can change the template directly in the PHP file ?
Thank you very much for your help !
Hey!
Thank’s for coming back.
You find the php files in the folder enfold/includes.
Normaly it should be loop-index.php, but it might also be loop-portfolio-single.php.
For more information about custom templates have a look at:
http://codex.wordpress.org/Page_Templates
Cheers!
Günter