I hate wordpress! so difficult to use

Don't you know that you can edit theme in wordpress?
if Wp is hard for u,try Blogger on custom site LOL
 
Want to add your phone number to the header? Just open up the header.php file in your Wordpress theme and make necessary changes. Takes 3 seconds. Want to add your phone number to the header section of your HTML-based website? Edit all your HTML pages separately. This can take a lot of time depending on how many pages of content you have. That is unless you have a separate single header file that is linked from all pages.

The same goes for widgets. Start with a basic/plain Wordpress theme to really get the hang of it.

As one starting out with HTML sites, I can honestly tell you Wordpress is super easy once you get used to it. And your HTML/CSS knowledge will go a long way in helping you customize your sites to near perfection.
 
Honestly the problem is you have no idea what you're doing and complaining instead of figuring it out. There is a plugin for absolutely everything on WP, and not to mention there are countless guides and videos online to teach you everything you need to know. Wordpress is so powerful because you can create a fully functionally killer website in little to no time at all once you are comfortable with its features.
 
1. "need to change your page title tag to something else? too bad, wordpress says the title tag has to be "the page title" followed by the character "|" followed by "website name""

A: this can be fixed in the "header.php" page. in twenty-ten it's:

wp_title( '-', true, 'right' );

(i made it a hypen instead of the veritcal pipe)

2. "need to put your phone number on the top of every page? too bad, that area is not "widgetized" because the theme author didn't think anybody would need that feature."

A: put the number in the blog description box and it will appear on every page.

btw, anyone know if there's some way to shorten the "archive date" format from september, august, etc. to sep., aug.? etc.
 
i love wordpress, its great especially with the plugins. the plugins to me is the main attraction.
 
Back
Top