Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Depending on your exact needs, a plugin might be overkill unless your wanting to provide it for consumption on the net as well. It would definitely be a little more useful as far as separating the login from the template goes, but for personal use it might end up being more work in order to do something that could be handled just as easily by built in functions.</p> <p>Something like this is exactly what the newer "Custom Post Types" in Wordpress 3.0+ are built for. Using the new functions you can pretty easily build custom submit forms, and these type of submissions are kept out of the main loop by default, so that content is already separated away from normal blog posts. You can add your specific functions into the default functions.php wordpress uses, or separate it out and just include it manually without having to worry about all the hooks and action calls a "plugin" generally requires. </p> <p>Using a mix of custom post types and templated pages should be just as useful for you as a full blown plugin, and require less overall Wordpress knowledge to implement. I highly suggest checking out what Custom Post Types have to offer, the following links should be useful in getting you started:</p> <p><a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress" rel="nofollow noreferrer">http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress</a><br> <a href="http://new2wp.com/pro/wordpress-custom-post-types-and-taxonomies-done-right/" rel="nofollow noreferrer">http://new2wp.com/pro/wordpress-custom-post-types-and-taxonomies-done-right/</a><br> <a href="http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/" rel="nofollow noreferrer">http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/</a><br> <a href="http://kovshenin.com/archives/extending-custom-post-types-in-wordpress-3-0/" rel="nofollow noreferrer">http://kovshenin.com/archives/extending-custom-post-types-in-wordpress-3-0/</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload