I love WordPress and PHP!

ShadeDream

BANNED
Joined
Nov 27, 2008
Messages
2,296
Reaction score
5,536
It's just so freaking convenient, especially with the availability of custom fields. PHP rocks! Not that I didn't know this beforehand but I'm actually starting to learn PHP for my own benefit.
 
Another fan here. The best part of wordpress plugins and php is that you can see the source and modify
 
I been teaching myself php also. I notice other languages are similar. I am wondering since they are all similar, is php the best way to go? Can JS be a better route? But i am on the same direction as you :)
 
more than PHP wordpress is simpler for making a site, PHP is kinda a lengthy thing to go aftr..
 
I like coding sites from scratch because it's more flexible
 
Some of the world's biggest companies are using WordPress

http://en.wordpress.com/notable-users/
 
you are reinventing the wheel . From scratch you will have a lot of bugs and problems

Agree,my first websites were hand coded , but with Wordpress or magento why would you bother when you can throw something up in one minute. Unless you are doing something very specific I would stay aware from coding from scratch.
 
From scratch you will have a lot of bugs and problems

Actually I'm having more bugs and problems from WP (theme customising) than from my hand-coded html+php sites. More WP evolves, more it will become bug-pron and overly complicated for average user. Plugins and themes are open gates for hacker intrusion.
 
Last edited:
Since its a big talk about wordpress here can anyone help me out with a question ? How do i customize the font of my category list ? so it doesnt appear just as a blue text
 
Since its a big talk about wordpress here can anyone help me out with a question ? How do i customize the font of my category list ? so it doesnt appear just as a blue text

You need to alter your css file in Appearance >>> Editor, if your theme doesn't allow you to do it in settings page.
 
Yes i checked in appearance - editor but couldnt find anything on categories , and at setting what would i be doing ? :)
 
I always avoided code beyond the basic html, but why not. Downloading a few books right now, and will see what php really has to offer. I'm assuming I'll be using YouTube a decent amount as well. Thanks for the motivation.
 
Back
Top