Wordpress website

Status
Not open for further replies.

oneano

New member
Nov 5, 2007
33
0
0
Im a bit of a noob when it comes to wordpress. I have made blogs before and installed a few themes but thats about it. What I want to do it to build a website on wordpress, remove the blog entry titles and times, make it look more like a CMS.

I want to use wordpress because Im more familiar with it. I have tried some google searches but come up with nothing. Can anyone suggest an addon or a site that I can reference?
 


You just edit the template files of your theme to remove the coding which displays the date , author name, or comments, etc.

It's best to do it from the theme editor built into Wordpress. That way you can see the changes immediately.
 
You can also upload other template and change the settings. This can really help you to regain everything.

Chao
 
My coupon codes site is done entirely in wordpress.
Lots of template pages and heavily modified. I'm still working on tweaking it to speed some things up a little. My code would probably make a real programmer puke. ;)

Bot it's really only been live since early august but I've done 4k in sales so far this month with no PPC. :)

You can pretty much do anything you want with it which is why I love it. Forget all those plug ins that say "Turn wordpress into a CMS!" Page templates are the way to go.
 
Make a backup copy of the theme you want to use, then go through the php files in the wp-content/themes/your_theme directory and add/remove/modify these to get what you want.
 
My coupon codes site is done entirely in wordpress.
Lots of template pages and heavily modified. I'm still working on tweaking it to speed some things up a little. My code would probably make a real programmer puke. ;)

Bot it's really only been live since early august but I've done 4k in sales so far this month with no PPC. :)

You can pretty much do anything you want with it which is why I love it. Forget all those plug ins that say "Turn wordpress into a CMS!" Page templates are the way to go.

Nice looking site....how did you get your popups to work with Wordpress?
 
Nice looking site....how did you get your popups to work with Wordpress?
I tried to do it with greybox and lightbox but after a few days of struggling with getting it to work I gave up and threw in a DHTML pop up. It'll do for now.

I basically replaced everything in single.php with the iframe and dhtml popup.
The wordpress loop goes inside the pop up code. if that makes sense.
 
Status
Not open for further replies.