derpaa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Trouble creating page-specific element in footerAhhh, thank you so much! I’m starting to get it. Worked like a charm. Really appreciate your help with my noobish stuggles 🙂
Forum: Themes and Templates
In reply to: Trouble creating page-specific element in footerWith this code:
<?php
wp_reset_query();
if ( is_page_template( ‘page-templates/template-custom.php’ ) )
?>
{<div class=”box”>
<img src=”logo.jpg” class=”logo”>
</div>}
?>it simply shows the logo on every page as if the if statement wasn’t there at all. And if I put the ?> AFTER the curly bracket nothing displays.
Forum: Themes and Templates
In reply to: Trouble creating page-specific element in footerNo, I am still trying to learn the proper syntax, haha. I didn’t know one was needed. I put one there, but now it’s ignoring the if statement.
Forum: Themes and Templates
In reply to: Help using body_class()Ahhh, thank you very much!
Forum: Fixing WordPress
In reply to: Hosting a website for a writer… need adviceAwesome news! Thank you, that’s a big relief. I know he’d need a lot of help getting everything looking the way he wants, but he is used to WordPress so it would be extremely helpful if he could continue to use the Dashboard to post his material. Thanks for the quick reply!