TobyH
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images on posts shrinkingYea I figured it out. I was using Jetpack’s CDN Photon, which for whatever reason shrunk them down. I deactivated and fixed!
I cannot revert back to WPTouch on iPhone.
I switched over to the desktop version to see if it would work but now I can’t seem to revert back to the plugin. Where would I find the switch to so do?
Forum: Plugins
In reply to: [Sociable] Add "mailto" to sociableWas this resolved? I’m looking to do the same thing.
Forum: Fixing WordPress
In reply to: Styling comments pageSeemed to do the trick thanks!
Forum: Fixing WordPress
In reply to: Styling comments pageIs there a way to just add it to the comments page without affecting the others? I tried this already and it also adds margins to the home page
Forum: Fixing WordPress
In reply to: Different footer for home pageWorked perfectly!! Thank you so much!!! Lovin WordPress…
Forum: Fixing WordPress
In reply to: Different footer for home pageI like the second option much better!
So you’re saying if I put inside the list item like so:
<li class=”homeNav” ?php
if ( is_home() ) :
get_footer(‘home’);
else :
get_footer();
endif;
?>That would work?