techbunny
Forum Replies Created
-
Forum: Plugins
In reply to: [Instagram for WordPress] set up instagram for wordpressFollowed the addon instructions but my authenticaton page isn’t working (no pop up or security setting’s are blocking it I just get a server error) please can you advise?
EDIT:
Server error The website encountered an error while retrieving http://techbunny.net/wp-content/plugins/instagram-for-wordpress/authenticationhandler.php?code=0a9100d539364b8189447810f3c026e2. It may be down for maintenance or configured incorrectly.CLIENT ID ab4ee646bdd742a58a31432b8d958d69 CLIENT SECRET 500ab05bc67748f2b12905b4673e8c18 WEBSITE URL http://techbunny.net REDIRECT URI http://techbunny.net/wp-content/plugins/instagram-for-wordpress/authenticationhandler.phpForum: Fixing WordPress
In reply to: Different headers coding.Hi Andrew,
I was literally just editing my post because the italics tags were to highlight the two areas I think were causing problems but they are not present in my code.
I will try your suggestions, thank you for a fast response 🙂
——————————————
Edit: Both of Andrew’s options are not changing the header for me. The page I wish to change a header image on is renamed to: wh-casino so I have updated my coding to display the page name as wh-casino instead of 8 as my initial post states.
In my Main Index Template (index.php) I have placed the codes in as follows:
<?php /** * @package WordPress * @subpackage Default_Theme */ <?php if (is_home()) get_header(); ?> <?php if (is_page(wh-casino()) include(get_template_directory() . 'uploads/2012/12/Sturgeons-078.jpeg'); ?> get_header(); ?>Can anyone else advise?