Community & Support

Does WP have something like Drupal's views?

It may help to clarify what Views is for those who don't use Drupal:
"This tool is essentially a smart query builder that, given enough information, can build the proper query, execute it, and display the results. It has four modes, plus a special mode, and provides an impressive amount of functionality from these modes."

Basically, it's an extremely powerful and flexible GUI to rapidly build SQL queries and display the results.

Does wordpress have something similar?

Thanks

Comments

WP does not have content type

Before checking for "views" plugin in WP, you need to ask - does WP have "content type"?

I have used WP but I don't think WP provides "content type" feature like drupal does. Without "content type" feature, Views module cannot exist!!

-Babu
Promote Drupal with Tshirts/merchandise: http://paramprojects.com/drupalstore
Drupal Projects showcase: http://paramprojects.com/website/drupal-servicesprojects

Hi Babu,

WordPress definitely has Content Types, they are called "Post Types" with "Post" and "Page" being their standard post types. You can modify the standard ones via code, or you can create your own Custom Post Types for WordPress if you like.

Hope this helps.

Wordpress Views

Wordpress does not have 'views' like Drupal. However, it is possible to hack small code with in Wordpress themes to achieve similar results.

But no GUI, it will require some programming skills to tweak the themes.

no, and it's

no, and it's frustrating!!!

There is a bunch of crappy code to use instead, and the whole page vs. post thing is a bit whack.

i spoke too soon. There is

i spoke too soon.

There is this thing -> http://wordpress.org/extend/plugins/query-posts/

and -> http://wordpress.org/extend/plugins/virtual-pages/

trying them now.

ps. for the record, the client wants WP, not me! :)

ok. Query Posts is Views

ok. Query Posts is Views challenged infant brother. Not for me.

nobody click here