• Hi

    I’ve searched a bit for this, but haven’t found anything close
    to what I want to do. I want to add a button to invoke the
    “write post” page to allow my registered users to start new
    topics from whichever category/topic that they may be viewing
    at the moment. It would be a huge plus to be able to integrate
    my existing theme into the “write post” page as well

    thanks

    Claude

Viewing 5 replies - 1 through 5 (of 5 total)
  • You could hard code a link to the wp-admin/post.php page.

    You’re probably gonna have to manually code one that manually inserts into the database (which won’t be hard to do) as I don’t believe the “Write Post” page accepts category inputs.

    What about the wp-admin-bar plugin
    A user must be logged in, but it puts a bar at the top of the browser allowing for write edit, options, etc from anywhere, without clicking on the admin link, and then navigating to the section of the dashboard.

    Thread Starter claudel

    (@claudel)

    Hi

    I wound up adding a link with a button to the sidebar.

    That’ll do for now.

    I’m gonna check out “wp-admin-bar” plugin too for later…

    thanks all

    Claude

    Thread Starter claudel

    (@claudel)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Want to add button to invoke “write post” page to theme’ is closed to new replies.