-
AuthorPosts
-
October 27, 2014 at 12:29 pm #341442
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 !
RegardsOctober 28, 2014 at 1:16 am #341926Hey 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,
YigitOctober 28, 2014 at 11:44 am #342149I’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 !
RegardsOctober 29, 2014 at 3:49 pm #342760Hi!
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!
YigitOctober 30, 2014 at 10:58 am #343320Thank 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 !October 30, 2014 at 11:35 am #343338Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.
