Posts on a Separate Page Related to Topic

  • Unknown's avatar

    Hi, I have a sports blog that I run and I was wondering if there was a way for a post I put up to appear not only on the homepage or blog feed page, but also on a page I created that is related to the team that said post is about?

    In other words, if I have an post about the NY Giants, is there any way for that post to be published not only on the home and blog feed page, but also on the “Giants” page I have set up to present all content related to that team?

    I wanted to have separate team pages so that readers who just wanted to see content on that team could go to that page and find it.

    Is what I am trying to do possible so that what you see on the feed for team related articles is what you see on the team related page? Or will I just have to input posts on those pages manually?

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

  • Unknown's avatar

    Hi,

    In other words, if I have an post about the NY Giants, is there any way for that post to be published not only on the home and blog feed page, but also on the “Giants” page I have set up to present all content related to that team?

    Yes, this is typically done by creating and using category pages instead of static pages. So, for example, your “Giants” menu item would link to the category page https://empirestateofsports381243168.wordpress.com/category/giants/, instead of the static page that it presently links to.

    See the Category Pages support page for relevant information and instructions.

    Is what I am trying to do possible so that what you see on the feed for team related articles is what you see on the team related page?

    If you prefer to have each team menu item link to a static page (as they presently do), then you could add a dynamic list of posts to the content of each static team page using Display Posts Shortcode, customized to display only posts of a specific category.

    Example display posts shortcode:
    [display-posts category="giants" include_date="true"]

  • Unknown's avatar

    See the Display Arguments section of the Display Posts Shortcode support page for a full list of available customization options.

    If, for example, you wanted to include a featured image and and excerpt with each post in the list, then the shortcode might look something like this:

    [display-posts category="giants" image_size="medium" include_excerpt="true" include_date="true"]

  • The topic ‘Posts on a Separate Page Related to Topic’ is closed to new replies.