• I want to be able to take posts that are on the home page and put them also on a different page as well. I’m building an image submission site so when the posts start going down the home page, I want to be able to assign some to a category and have all the items on that category also appear on a different page.

    So, for example, I want all posts to appear on the home page but I want photos also on a different “PHOTOS” page and videos on a separate “VIDEOS” page as well. How can I keep all the content on the home page and archives but also put the same content on different pages as well. I’ve seen some plugins that make lists of the different posts but that’s not what I want. I want the entire set of posts under a certain category to appear on a different page complete with the comments section, etc. Is there a plugin for this or some sort of menu options or something I don’t know about? Is this even possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • works on posts or pages with shortcode, widget or template tag:
    xili-postinpost

    If all you want to move are images, you can embed images from the media library anywhere on your site, regardless of how many times or where they show up.

    upon further examining your request perhaps all you need to do is make a category page, you can do that with a custom menu if you theme supports it.

    You can also use query_posts to call posts by multiple criteria but it involves some coding. xili posts in posts can do that as well, may even make some things easier.

    Thread Starter shotbyadam

    (@shotbyadam)

    Yep, I did it with a Category page. I’m a bit new to WP but when you said this, it made sense and now it’s working great. THANKS!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Insert Posts on to Pages?’ is closed to new replies.