• Yes I am wondering every time I post something it goes right to my home page. I am wondering can I sent up post to go to different pages not the home page. I would like to talk about different topics like have a section for “health” and maybe like “education” but I don’t want both topics to show up on the main web site just on different pages. Is this possible or no?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You Make those categories and then link the categories in your menus. Then your Home page would be a static page instead of your blog.

    Thread Starter antoniodaman10

    (@antoniodaman10)

    Thank you for writing back, how do you link the categories to the menus? Sorry this version of wordpress is way different than the version I started on it’s like learning it all over again.

    You can just place a direct link to a specific category including the category id. The actual link depends on if you are using permalinks.
    You can also include in your navigation to list ctaegories which I believe is:
    <?php wp_list_categories(‘show_count=1&title_li=<h2>Categories</h2>’); ?>

    Or you can use the tags. Depends on the result you are after. For instance a car club site might have categories for car shows, technical info, member pictures, etc. Have in the menu direct links to each cat. As long as members post to the correct category it will keep them organized. But if you want say certain car shows and pictures posts to sometimes show grouped together on the same page, then you use tags.
    Hope that helps.

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

The topic ‘Posting’ is closed to new replies.