cjeweb
Forum Replies Created
-
Forum: Hacks
In reply to: Hacked and can't access my sitesYou’ll want to find the table that stores the user accounts and change the password for your admin user – that field is encrypted.
Forum: Your WordPress
In reply to: Hello! My New Site is On !It will look better when there are some more posts to balance out all those distracting ads. ??
Forum: Your WordPress
In reply to: New WordPress Site for Hickory Street LoungeI added a little visual on the posts on the front page to their comments – thanks again! Good advice.
Forum: Themes and Templates
In reply to: Code doesnt indicate any WP but is WP, How?Unbranding a theme is a separate thing from unbranding the WP application itself.
Most every change you’ll want to make to how WP works and how it displays (its theme) will be done in the php files of the theme. There are plugins to remove things the core does, and it’s better not to modify the core WP, since your changes can end up being lost or broken in upgrades. So, you use a plugin to latch on to standard WP events and alter their function.
Changing system directories can be done a number of different ways – there are config files you can change, use your htaccess rules, etc.
Yes, if you’re going to design WP sites, you should build your own templates, and there is no reason to have any branding other than your own on that template (unless you want to link back to WP). There’s no real good reason to “unbrand” the CMS by changing all instances of “wp” in files, directories, etc., though. Be upfront with your clients that you are using one of the best written and well supported open source web applications for their site. They will appreciate knowing the value of what you’re using, and they will be proud to join the millions of other satisfied WP site owners.
And don’t hesitate to partner with a real coder – these are not web pages. They are web applications. PHP is really easy to learn, but object oriented programming concepts are not. And the core application is a very complex program. Find a web developer who can support your designs to work with.
Forum: Hacks
In reply to: Hacked and can't access my sitesDo you have access to your databases via phpMyAdmin (or similar)?
Forum: Themes and Templates
In reply to: Do you know good theme ?Forum: Themes and Templates
In reply to: Code doesnt indicate any WP but is WP, How?Variable names, css style class names, div names, etc – all these things are completely arbitrary.
You can change the variable names in the themes, remove the generator tags, whatever you like to “unbrand” a WP site.
I’m not trying to rain on your parade, but how can you expect to be a web design company and produce websites for people’s businesses if you can’t code? How do you bring any added value to an open source web application for your customer if you can’t modify it, maintain it, and manage it? Why would someone pay you to get a free web application and a free web template and mash them together?
Forum: Your WordPress
In reply to: New WordPress Site for Hickory Street LoungeOh, the comments only show when you go in a single a post. They didn’t want a bunch of comments cluttering up things :/
Thanks, guys.
Forum: Themes and Templates
In reply to: Problem installing theme on GoDaddyThe problem is IIS ??
Just unzip it, and ftp it to your theme directory?