• I am setting up a family blog. Some in my family are web saavy, while others aren’t. Is there a way I can add a “Create a New Post” link on all the pages on the blog? I know people can do this from the Dashboard, but I’d like to save them the step.

Viewing 13 replies - 1 through 13 (of 13 total)
  • <a href="http://urblogurl.com/wp-admin/post-new.php">Create a new post</a>

    replace urblogurl.com with ur blog url

    paste it at the place u want to show the link

    its simple buddy

    Thread Starter rich4747

    (@rich4747)

    Thanks. I can make this work for individual pages, but how can I make it show up on every page without adding this code to each page separately?

    Page and post are two different things!
    To insert the code from sribharath, in every post you have to edit the theme file single.php.
    For the pages, you have to edit the page.php file.
    But this is a stupid think, to insert this link in this mode!
    Its more simple to insert a new widget in sidebar and it will appear in every kind of page (post or page or archive page or category page etc).

    Thread Starter rich4747

    (@rich4747)

    Thanks, but which widget do I add to allow people to create a new post?

    searching for widget and so on is a very time process..often its very easy to do .. when u put that link in single.php

    Thread Starter rich4747

    (@rich4747)

    Sribharath,
    For some reason, the link appears on every page except for the page where my posts appear. How can I make the link appear on that page as well? Thanks.

    can u provide me url blog url

    Thread Starter rich4747

    (@rich4747)

    It’s a password only site, but I made a temporary password for you:
    user name 0127guest
    password 0127

    i only asked blog url ..i mean website name…

    pls change tht password and url to ur post in which the link is not displaying is enough to me …

    rem , whenever u will ask a question , pls be sure to provide ur website url

    IF you drop this into a “Text Widget” you will have what @cbogdan suggested:

    <a href="/wp-admin/post-new.php">Create a new post</a>

    even i have given the same code right .. any ways

    if u want to go with widgets .. go to widgets in ur admin section and drag text widget to your sidebar and enter the code in the widget ..

    text widget comes with ur installation by default ..so need to install and to search for it

    @sribharath – Yes, it is your code … less the domain reference as it is not needed; and, the snippet I posted can be used on most any WP blog within a text widget.

    Do you know how I might allow people to create a new post without having to go to the wp-admin/post-new.php page?

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

The topic ‘Add link for new posts?’ is closed to new replies.