Ok, but if i download the single.php file from:
/public_html/wp-content/plugins/td-composer/legacy/Newspaper
and i upload it to:
/public_html/wp-content/themes/Newspaper-child
without modification, how can it mess up the post page?
-
This reply was modified 6 years by
fabiofiorini.
Hi Calin,
it’s an adv code for a background skin, that i have to put right after the open <body> tag.
Anyawy, inserting the code in the header.php in /public_html/wp-content/plugins/td-composer/legacy/Newspaper seems working 🙂
My error was to edit the header.php file in /public_html/wp-content/themes/Newspaper.
-
This reply was modified 6 years by
fabiofiorini.
Ok, using Child theme and using the header.php file that i downloaded from
/public_html/wp-content/plugins/td-composer/legacy/Newspaper seems ok.
But when i try the single.php file (from the same location), when i just put it in the child theme (in /public_html/wp-content/themes/Newspaper-child) without modification, it broke the site and i had to remove it.
What can it be?
Ok done, thanks! 😉
Maybe because i edit the header.php via FTP file in /public_html/wp-content/themes/Newspaper, and i need to edit trhe file in /public_html/wp-content/plugins/td-composer/legacy/Newspaper?
Just a last question: when i upload the child theme folder in the themes folder, do i have to activate the child theme like a new theme?
Thanks.
Ok, thanks for your support.
Hi Vlad,
i tried this, but it doesn’t show anything after the <body> tag.
If i try something like:
<body>
<div>HELLO WORLD!</div>
It doesn’t show the text.
Great Calin!
How can i not lose this mod updating the theme in future? Using child?
-
This reply was modified 6 years by
fabiofiorini.
But i really need this.
What can i do to publish something here: http://prntscr.com/pkkhma ?
I can’t even editing .php file?
Hi Calin,
i can’t use the header ads beacause it shows the adv on the homepage too, and i need it only in the post page.
Using Post style 12, 13 are not working because i use the default style: http://prntscr.com/pkf4qe
What can i do?
Note: using “Post Template Style 12, 13” do not work, even if i try a simple “Hello World!” text instead of ads code, it doesn’t show anything.