Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello, I have the wordpress theme simple article v 1.08 with page builder and I have a question:
How to edit the index code to put and image in header?
If put the image in index php dont wok happening.
If put the image in header php the image shows in all the pages
I need only in the index page. What is the index code of page builder?
Hi Acresmedia777,
Please do not directly edit core WordPress files like the index.php. Instead, try making changes via WordPress directory wherever possible.
Based on your theme, you should be able to add the widget to your header by navigating to WP AdminAppearanceWidgets and adding it to your header widget area (this may or may not be present – it definitely looks like there is one however). You can get it to display for a specific page by using a plugin like WooSidebars.
If there isn’t a header widget area, you’ll need to edit your themes header.php. Be sure to use a child theme to ensure your changes aren’t lost on theme update. Open your header.php and then add the following code: