What Is Easier? Modify A Wordpress Blog Or creating php pages from stratch?

6 replies
Alright guys

I have a very strange one for you...

I am with a membership site at the moment and I very much like the way they have design their layout, you can see an image here http://www.digitalresellersvault.com...eenMember2.gif

The way they have done it sort of reminds me of a blog.... But they have actually just created in php pages...

I was wondering what would be easier? For me to modify a wordpress theme or just start created php pages?

How easier is it to code a php page? For example like you would do in a blog post.. Add new blog post, new date, month, categories, etc.. And it displays them in the sidebars...

Could I do the same in a normal php page??
#blog #creating #easier #modify #pages #php #stratch #wordpress
  • Profile picture of the author mywebwork
    Hi Byron

    I think modifying the WordPress theme would be much easier, especially if this is a site you were planing to update frequently.

    Coding in PHP is not really that difficult once you become familiar with it, but to create a page that can be updated regularly and easily you'd probably need to keep the content in a database and use PHP to retrieve and display it. You'd also need to build an administrators utility to manage your site. WordPress has already done all that for you.

    Just my 2 cents! Best of luck with your project.

    Bill
    {{ DiscussionBoard.errors[1392557].message }}
  • Profile picture of the author vipdistinct
    I agree that if you're not familiar with PHP features of what you could provide on your site might suffer a little as you could take longer to update the new content. You're best bet is to get the WordPress theme modified. Then I'd experiment on some free time with PHP and see if you can actually create what you want.
    {{ DiscussionBoard.errors[1393286].message }}
  • Profile picture of the author gordi555
    I'm a PHP coder and have done this before. You're best sticking to WP. Unless you need it to perform in a exact way I would use WP.

    I could do it but would sooner use WordPress because it's less time consuming and does a great job.
    {{ DiscussionBoard.errors[1393576].message }}
  • Profile picture of the author chaos69
    Originally Posted by Byron_Wells View Post

    The way they have done it sort of reminds me of a blog.... But they have actually just created in php pages...

    I was wondering what would be easier? For me to modify a wordpress theme or just start created php pages?
    Either way would work and have benefits over the other, but the fact you are asking the question would suggest you are far better off sticking to wordpress.

    It is somewhat bloated, but does a very good job at doing exactly what you are looking for; without sufficient knowledge it would take you an age to build something comparable. Why reinvent the wheel?

    The plugins/themes available for WP is what makes it so versatile, you can do anything you want with it. If there isnt a plugin you need, it'd be quicker to learn how to, and write your own to do the job rather than build an entire CMS.
    Signature
    Best Ways To Make Money Online

    Eight bytes walk into a bar. The bartender asks, “Can I get you anything?”
    “Yeah,” reply the bytes. “Make us a double.”
    {{ DiscussionBoard.errors[1393606].message }}
  • Profile picture of the author trumpetblast
    If you don't know PHP already, definitely stick with Wordpress. There's a reason so many people use it. Actually, even if you know PHP, I'd still say stick with Wordpress unless there's some really good reason not to. Sounds like it would work for you.
    {{ DiscussionBoard.errors[1394465].message }}
  • Profile picture of the author llamafier
    I would only consider this if you know some PHP (or other server side coding) already. Couldn't really tell from your post if this was true.

    Personally I find it is much easier to make my own stuff. I don't have to learn all about a CMS and then try to make it like I want. If I make everything, I know what is going on in all the code.

    But if you don't know PHP or anything, it would be way quicker just to use an existing CMS.
    {{ DiscussionBoard.errors[1398104].message }}

Trending Topics