Need some help/suggestions with Wordpress

6 replies
Is there a way/method/plug-in to move posts to seperate page?
When the posts are published they all appear on the same page
I have created multiple pages and would like to move the posts to corresponding page which act as category

Suggestions appreciated

thankx
#help or suggestions #wordpress
  • Profile picture of the author SteveJohnson
    What you're wanting is pretty much automatic behavior from WordPress.

    When a category is called, WP is coded to look for a template with the category name or number in it and use that to display.

    Say you have a category 'snakes' and its ID is 18. You have a special template for that cat. Name the template 'category-snakes.php' or 'category-18.php'. WP will find and use that template file to display the category posts.

    Does that answer your question?
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[2226409].message }}
  • Profile picture of the author VegasGreg
    Post appear al on one page on the "Post page". You can change this to show just 1 post a t a time if you want to.

    Each post has it's own individual, stand alone url.

    Each post is associated to a category, and each category has it's own individual page.

    All that is automatically inside WP. No plugin needed.
    Signature

    Greg Schueler - Wordpress Fanatic... Living The Offline Marketing Dream...

    {{ DiscussionBoard.errors[2226703].message }}
  • Profile picture of the author msleeth
    I have found that may of the themes that you purchase will have options built into them which will allow you to set the number of posts per page. My all time favorite is the Heatmap Theme. Stuart Wider the developer of this site is great. It is very cheap and he is a great resource. Plus the site is already optimized for adsense, and other affiliate ads.
    {{ DiscussionBoard.errors[2226716].message }}
    • Profile picture of the author dblgdee
      Thanks for the replies guys/gals but not quite

      I am using a theme
      I have several pages and there appear as separate pages/with tabs at the top of the page

      I have also added the categories
      And content is published with xml-rc, but they appear on the same page, while the category pages remain empty.
      Without manually having to move each post to the corresponding page(hundreds ) I'm looking for some automated method

      eg
      post about sport will published in Sports page
      post about money will be published on Money page
      post about Travel will be on Travel page... etc
      WP tends to differentiate pages/Categories

      I realise that categories can be chosen for each individual post, but they still all appear on the main page

      suggestions appreciated
      What we feel, can be real.
      {{ DiscussionBoard.errors[2227643].message }}
  • Profile picture of the author VegasGreg
    If you currently have ALL your posts to go to just one category, then yes, they will all be on that one category page. You have to set up the different categories and set your posts to go to the relevant category.

    Typically the "home" page will show ALL posts from all categories. By default it shows the most recent posts and updates as new material comes on board.

    Depending on your theme, you can alter the code to only show certain categories in that spot. You can also make your home page a 'static' page sonew posts won't show up there.

    You can create navigation links at the top of the page that show 'categories' instead of 'pages' and that would take people to that category page, but if you don't have any posts there, it will be blank.

    Your "Pages" on your top navigation are static pages, not "Category" pages. For example, your "computer" category page is Computer :What we feel, can be real. and not Computers :What we feel, can be real..

    (Also, you should adjust your permalinks to SEO friendly links. /?page_id=183 is no good to the search engines, but /computers is)

    **This part is an assumption based on limited details** You say your posts are coming in by xml-rc, so I am guessing you have article automatically supplied via a plugin or syndication site like AMA/UAW. If that is the case, you have to MAP your article topics to the corresponding categories on your site. Then they will go there automatically.
    Signature

    Greg Schueler - Wordpress Fanatic... Living The Offline Marketing Dream...

    {{ DiscussionBoard.errors[2227965].message }}
    • Profile picture of the author dblgdee
      Originally Posted by VegasGreg View Post

      You can also make your home page a 'static' page sonew posts won't show up there.

      You can create navigation links at the top of the page that show 'categories' instead of 'pages' and that would take people to that category page, but if you don't have any posts there, it will be blank.

      Your "Pages" on your top navigation are static pages, not "Category" pages. For example, your "computer" category page is Computer :What we feel, can be real. and not Computers :What we feel, can be real..

      (Also, you should adjust your permalinks to SEO friendly links. /?page_id=183 is no good to the search engines, but /computers is)

      **This part is an assumption based on limited details** You say your posts are coming in by xml-rc, so I am guessing you have article automatically supplied via a plugin or syndication site like AMA/UAW. If that is the case, you have to MAP your article topics to the corresponding categories on your site. Then they will go there automatically.
      Thanks Greg
      So I gather
      The pages should be replaced by navigation links
      I assume this can be done by changing the permalinks and how/where can the nav links be created?
      {{ DiscussionBoard.errors[2228286].message }}

Trending Topics