Root
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme Not WorkingDid your replace config.php?
Forum: Requests and Feedback
In reply to: 2.3 Tag GripesNobody is 🙂
Forum: Fixing WordPress
In reply to: Dropdown Archives too wideThese look neat:
Forum: Themes and Templates
In reply to: Paid Theme Coding@buga your uri seems to be wrong or your server is down.
Forum: Fixing WordPress
In reply to: where to find wordpress files on my ftp server?The first thing to do when connecting to your web host with an ftp client is to identify the root of the web host. This is commonly public_html but not necessarily. It might be www or some such. Then go from there. WP is in there somewhere.
Forum: Fixing WordPress
In reply to: latest.tar.gz not gzippedYes it would do 🙂
Forum: Requests and Feedback
In reply to: 2.3 Tag GripesMatt made it pretty clear. Upgrade to 2.3 and no need for UTW. I dont agree myself. UTW was pretty cool.
Forum: Requests and Feedback
In reply to: 2.3 Tag GripesWell 2.3 is obviously designed to kill off UTW.
Forum: Themes and Templates
In reply to: Getting titles from the loop into two columnsTdude: What are you talking about? 🙂
Forum: Themes and Templates
In reply to: Kubrick Theme: CSS Repeated and InconsistentIf you want a solid foundation then do not use Kubrick at all.
Forum: Themes and Templates
In reply to: Div height backgroundThere is a very simple answer. You need to use faux columns.
Just Google it up. Basically you need a bg graphic in the parent container (not the floats).
Congratulations to shadow on his promo to mod. Greatly deserved and overdue.:)Forum: Fixing WordPress
In reply to: how to make a custom page? (not a wordpress “Page”)Now you need to create a new static page and assign it to the new template.
Forum: Developing with WordPress
In reply to: Application for maintaining / upgrading multiple WP blogsYou need to write your own bash script.
Forum: Fixing WordPress
In reply to: How to build different “sections” on a WP websiteI would put my if conditionals in the sidebar.
Forum: Fixing WordPress
In reply to: Post Title from black to blue@cemiotika: I am finding some of your CSS really confusing.
@judith: Your post titles are in h2 a so use that:
h2 a:link { font-size: 1.8em; text-align: center; color: #121160; }