kb3hfp
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Download WordPress 1.5?My bad – found it via the Codex, right after I posted that.
Forum: Themes and Templates
In reply to: Can I edit WP Theme in Dreamweaver?Don’t do it! 😀
Just realized the solution to some problems with themes and adsense were directly caused by editing the PHP in Dreamweaver. Still not sure why, though…
Forum: Fixing WordPress
In reply to: AdSense suddenly stopped workingWhile I’m at it, Dreamweaver was also causing trouble with themes – any time I made any edit in index.php (within Dreamweaver) it’d stop working and give me an error on the server. The solution: HANDCODE!
Forum: Fixing WordPress
In reply to: AdSense suddenly stopped workingAs it turned out, it wasn’t a Google OR WordPress issue – Dreamweaver was doing something to the code that was keeping it from working. Not sure exactly what, but when I put it in manually, it worked fine. I knew there was a reason I should be handcoding my HTML. 😀
Forum: Fixing WordPress
In reply to: AdSense suddenly stopped workingThat was my first thought, but it seems odd that it’d happen immediately after I added new AdSense code. But you may be right – I’ll give it a few days and see what happens. Thanks!
Forum: Fixing WordPress
In reply to: AdSense suddenly stopped workingI don’t get where you’re coming from – as I said before, the ads run perfectly in HTML outside of WordPress. When they’re in the WordPress sidebar, they don’t run. Seems to make sense that this is a WordPress issue, even if the issue is that I might have done something wrong in putting the code in my sidebar.
Forum: Fixing WordPress
In reply to: AdSense suddenly stopped workingThe code is generic AdSense code, straight from the AdSense interface. The reason I’m thinking that it’s a WordPress issue is because it works when it’s run from my sidebar.php locally (with CSS not applied, haven’t tried it with) but as soon as it’s live on the server, it won’t run. This is with multiple themes, so it’s not a theme issue.