• I’ve been looking around and I have found a few plugins that add a “Frontend” for users to interact with instead of the WordPress Admin area.

    I know there area few plugins that I can purchase and use but I would like to develop my own to incorporate into my current site.

    Anyone have any idea how this can be done?

    Here is an example. I don’t need the other options that it has . http://www.appthemes.com/themes/classipress/ .

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You’ll be pretty much developing custom pages that replicate the backend pages you want to present. This is typically more of a theme thing, but it can be done from plugins as well. Add a generic page with default template, then change the meta entry to the actual template location.

    Start with a basic plugin that does this for one page, then just keep building on that. There’s probably other approaches, check out the source for any other open source plugins for inspiration.

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress Frontend for Users’ is closed to new replies.