Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I want to develop a site like http://www.webpresent.biz/ Should I develop in wordpress? How much effort is required? Plugins available?

Help would be appreciated.

share|improve this question

2 Answers

up vote 1 down vote accepted

The amount of effort depends on the level of preparation and thought you put into the start of the site. You should have a clear end goal, and as many details as possible. With that in place you just kneed to know enough about the available WordPress functions so you can choose which is right for your set of options.

The first part of your question is simple: Yes WordPress can be used to create a site like that. The second part isn't a yes/no answer and varies as I mentioned in the first paragraph.

If I were going to design a site similar to that, I would probably make sure to utilize the WordPress Categories, Tags, Custom Post Types, then plan a strategy for listing them.

Here are a few good links to the features mentioned:

(Using WordPress Taxonomies, Tags, and Categories for a product directory): http://www.leewillis.co.uk/wordpress-taxonomies-to-create-a-product-directory/

A Plugin to let Admin's or Everyone to preview the themes:

http://wordpress.org/extend/plugins/nkthemeswitch/

A good place to get help if you get stuck on a WordPress related task: http://wordpress.stackexchange.com/

I hope that helps you out. I've learned my lessons the hard way. The best Advise I can give you is to plan out the required features and make a solid plan on executing them. This should save you a lot of time and back-stepping.

share|improve this answer

Same as OK said,

It can be handle nicely by Wordpress without any doubt. However it requires lots of customization. I would prefer to develop own with less plugin which make website much faster. For product you can use CPT (custom post type) and one other thing might need bit more effort is custom search function with different category and etc..

In fact if you know wordpress theme development with CPT and Taxonomy than you are almost there.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.