Comments on: How to write an application for WordPress https://www.leewillis.co.uk/writing-a-wordpress-application/ Tue, 16 Mar 2010 23:47:16 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: WordPress Hardcore https://www.leewillis.co.uk/writing-a-wordpress-application/#comment-265 Tue, 16 Mar 2010 23:47:16 +0000 http://www.leewillis.co.uk/?p=132#comment-265 For Option 2, I guess you can use a combination of $wp_query, Rewrite API and template_redirect hook. That way the user won’t be required to create pages, and you can even allow customization of your plugin output (same way as customizing WordPress page, single or search templates).

]]>
By: dan barker https://www.leewillis.co.uk/writing-a-wordpress-application/#comment-71 Mon, 07 Sep 2009 22:25:46 +0000 http://www.leewillis.co.uk/?p=132#comment-71 ridiculous – just re-read your post & see that’s what you went for!

hope life’s good,

dan

]]>
By: dan barker https://www.leewillis.co.uk/writing-a-wordpress-application/#comment-70 Mon, 07 Sep 2009 22:23:31 +0000 http://www.leewillis.co.uk/?p=132#comment-70 hiya, Lee, wordpress’s version of an ‘application’ is a ‘plugin’. You write your plugin, install & activate it, and then call it from wherever you want (eg. a sidebar, a particular post, your site-wide header, etc).

Have a look around http://wordpress.org/extend/plugins/

Hope that helps!

dan

]]>