egoldin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Broken ImagesWoot! This solved my problem. Totally didn’t know the upload-path setting even existed. Thanks for the tip algreg!
Forum: Fixing WordPress
In reply to: Display rss feeds on pages. Any recommendation?This was perfect. Thanks!
Forum: Themes and Templates
In reply to: Turning the_title into a css classThis was exactly what I needed! I changed it slightly to pull the current page title, instead of the parent and to only show on pages besides the front page:
<?php if (!is_front_page()) print strtolower(str_replace(' ','', get_the_title($post))); ?>Forum: Fixing WordPress
In reply to: Blogger import problem – HTML tags wrongJust to chime in here, as I spent the last hour or so trying to fix this, importing the blog at WordPress.com solved the problem.
My web host has php 5.2.6, so that might have been the source of the problem, along with an old version of LibXML. But I prefer not to go through them, so importing at WP.com solved the problem for me!
Forum: Requests and Feedback
In reply to: Auto Upgrade Overwrites Default Theme Without BackupSame thing happened to me. Sucks…especially since I did a lot more than tweaking.