wordpress capabilities [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionI'm trying to figure out whether wordpress can handle the following requirements for a site:
incorporating yahoo weather api (and other widgets etc)
testimonial page (user inputs, which have to be moderated back-end and approved)
image gallery (with back-end manager)
video gallery (basically youtube video links - with backend manager)
extremely custom design
I开发者_如何学JAVA know WP is powerful, but can it handle these requirements? How easy/difficult is it to integrate plugins to handle this functionality?
Thanks.
PS. I know this is not a programming question per se, but there are several such "capabilities" questions on the stack!
Yes WordPress would allow you to do all of the above.
You would have to implement this yourself as a plugin. There maybe a plugin already available. This link should help you get started, http://www.binarymoon.co.uk/2010/03/yahoo-weather-api/
The commenting system would easily allow you to do this
There are heaps of galleries, try nextgen gallery, works great.
You could easily provide an admin panel which would allow users to paste the youtube video code in. See the WP docs. http://codex.wordpress.org/Function_Reference/add_options_page and http://codex.wordpress.org/Administration_Menus
WP allows custom themes and they are fairly easy to construct with a little programming knowledge. Simply searching on Google will find you a abundance of walk through tutorials.
精彩评论