can I link a post to a specific page

  • Unknown's avatar

    I want to link a post to a specific page on a WP hosted site, but can’t use a plugin. Is there another way? (ie- Video goes to a Video page.) I’ve added the category to the menu but don’t like how the “Category Archive: Video” block appears at the top. Do I have to switch to a self-hosted site?
    Thanks.

  • Unknown's avatar

    You can hide that text by using CSS. Since you have the Value Bundle – you already have the Custom Design upgrade required to use custom CSS.

    For example, to hide the text “Archive | Watch Video” on this page:
    http://trustdocmovie.wordpress.com/category/watch-video/

    You would enter this into your CSS Stylesheet Editor by going to Appearance -> Custom Design:

    .archive_header {
    display: none;
    }

    That will hide the archive header text.

    Does that help? Let me know if you have any questions.

  • The topic ‘can I link a post to a specific page’ is closed to new replies.