posts on other pages

  • Unknown's avatar

    How can I post on another page in my blog? I want to post password secured posts on the F&F Blog page. How can I do that?
    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    How can I post on another page in my blog?

    Do you mean so that these posts don’t show in your main blog feed, but show instead on a page of their own?

    You can password protect any page or post on your site by following the steps here: http://en.support.wordpress.com/pages/page-visibility/

    Hope that helps. Please let me know if you have any further questions.

  • Unknown's avatar

    Thanks for your reply.
    All of the above I already tried, still I did not manage to post my post on a different page.
    I do manage do create a password secured post as well as page, but not getting the post to only show on the newly created page. It always shows on the “home” blog page.
    Regards,
    Daniela

  • Yes, there is no way around that, unfortunately. Your main blog feed displays all posts, and there is no way to “filter out” certain categories or tags.

    That said, there is actually a way to at least hide any “password protected” posts from you feed using a bit of custom CSS.

    .post-password-required { display: none; }

    To use it, go to Appearance > Custom Design and click on the “Edit” button under the CSS section, and paste it in.

    Note that this will require the Custom Design upgrade, though you will still be able to “preview” the CSS to see that it hides the posts from your page.

    Note that this will only hide the post to visitors of your site, though it will still be visible to subscribers in the WordPress.com reader, or those that subscribe via RSS. Regardless, without a password, your content on those posts are accessible only to those who know the password you’ve set.

    Hope that helps!

  • The topic ‘posts on other pages’ is closed to new replies.