Hi Imaginem, I want to add php code, but only on the homepage. Adding to the header.php without condition if (..) { } that will be executed on a blog, website, entries. Everywhere. As a condition to enter that code “if” performed only on the main page?
Hi Imaginem,
Can you please help. I have this error after the installation of the theme: Warning: include(/home/thelittlestory.com/public_html/wp-content/themes/photonexus/css/dynamic_css.php) [function.include]: failed to open stream: No such file or directory in /home/thelittlestory.com/public_html/wp-content/themes/photonexus/header.php on line 83
Warning: include() [function.include]: Failed opening ’/home/thelittlestory.com/public_html/wp-content/themes/photonexus/css/dynamic_css.php’ for inclusion (include_path=’.:/usr/share/php’) in /home/thelittlestory.com/public_html/wp-content/themes/photonexus/header.php on line 83
Warning: include(/home/thelittlestory.com/public_html/wp-content/themes/photonexus/css/dynamic_font.php) [function.include]: failed to open stream: No such file or directory in /home/thelittlestory.com/public_html/wp-content/themes/photonexus/header.php on line 84
Warning: include() [function.include]: Failed opening ’/home/thelittlestory.com/public_html/wp-content/themes/photonexus/css/dynamic_font.php’ for inclusion (include_path=’.:/usr/share/php’) in /home/thelittlestory.com/public_html/wp-content/themes/photonexus/header.php on line 84
Thank you in advance.
Hi Imaginem,
I’m hoping you can help me with the Featured Page. Following the instructions in your user guide, I created a Feature page but the images don’t show up and the page title appears at the top but it shouldn’t.
http://www.leslienorgate.com/new-featured-page/I have created several gallery pages and they are all working fine. It’s just the Feature page that isn’t working.
Thanks in advance.
Hi, beautiful theme We purchased it for a friend’s photography portfolio for the neat slideshow with thumbnails but apparently we cant put text below the slideshow and cant use a slideshow in a post? we need the category view to exhibit different types of works (coskunasar.com) so is there a way to create post templates where we can have a slideshow AND text or modify the page template like that and have a category-like view for the pages? thank you

Hi,
You can edit the header.php file.
if ( is_home() ) { your condition }The above code can be used to only execute code from the mainpage.
Thanks