Title: Developing plugins &#8211; Basic flow and theme integration question
Last modified: August 19, 2016

---

# Developing plugins – Basic flow and theme integration question

 *  [dyerrington](https://wordpress.org/support/users/xgote/)
 * (@xgote)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/developing-plugins-basic-flow-and-theme-integration-question/)
 * So I’ve been poking around the codex and tinkering a bit with plugins. What I
   want to do is simple:
    - Create a function that displays a form
    - Display it on it’s own page using the theme’s header and footer
    - Accessible by guests
    - Post to the same page or another and display results of the post
 * I see there are hooks to add stuff into an admin area but how do I create a new
   page (not a post) that hooks into a custom controller / form handler that I write
   inside of a plugin, display of the form for that specific page and also react
   to handle the submit data?
 * Once I can understand how this works, I will be able to integrate my custom development(
   yay)!
 * Any hints would really help! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [dyerrington](https://wordpress.org/support/users/xgote/)
 * (@xgote)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/developing-plugins-basic-flow-and-theme-integration-question/#post-1176140)
 * bump
 *  Thread Starter [dyerrington](https://wordpress.org/support/users/xgote/)
 * (@xgote)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/developing-plugins-basic-flow-and-theme-integration-question/#post-1176201)
 * Ok I think the way this might be handled is that you create a plugin, activate
   it, bind a method to filter “the_content”, in that method check for the uri, 
   page title or whatever and then once it’s found, echo out the content (ie form,
   etc).
 * Seems to work so far..
 * Thanks me!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Developing plugins – Basic flow and theme integration question’ is closed
to new replies.

## Tags

 * [plugin-development](https://wordpress.org/support/topic-tag/plugin-development/)

 * 2 replies
 * 1 participant
 * Last reply from: [dyerrington](https://wordpress.org/support/users/xgote/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/developing-plugins-basic-flow-and-theme-integration-question/#post-1176201)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
