Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CMS Capabilities of WordPress

CMS Capabilities of WordPress

The underlying architecture of the WordPress content storage and retrieval systems provide a flexible and powerful way of creating all manner of sites.

This talk is an overview of that capability and a stern reminder that its not about the WordPress plugins you install, but the Information Architecture you implement.

Eric Marden

December 05, 2009
Tweet

More Decks by Eric Marden

Other Decks in Programming

Transcript

  1. Points I won’t be making • You can use WordPress

    AS a CMS • You need certain plugins to have a CMS • WordPress is the last CMS you’ll ever need @xentek http://xentek.net 11
  2. where the rubber meets the road where the rubber meets

    the road @xentek http://xentek.net 29
  3. API • wp_insert_post wp_update_post wp_delete_post get_post get_posts • add_post_meta update_post_meta

    delete_post_meta get_post_meta • register_post_type set_post_type get_post_type • Widgets API register_sidebar register_sidebar_widget dynamic_sidebar @xentek http://xentek.net 30
  4. API • add_meta_box • the_editor • The Loop the_content the_title

    the_permalink • do_action add_action • add_shortcode do_shortcode • add_filter apply_filter • WP_Query $wpdb @xentek http://xentek.net 31