How can I make more then 1 page for posts?

Discussion in 'WordPress' started by Felix Koifman, Apr 5, 2013.

  1. #1
    Hello everybody,

    I made a posts page. Went to Settings-->Readings-->Front page displays--->Front page

    I want to make 3 more pages like this. 3 more posts pages.

    How can I do this?

    Thanks! :)
    Love you all! :) :)
     
    Felix Koifman, Apr 5, 2013 IP
  2. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #2
    You will just need to use the <?php get_page( $page_id ) ?> code.. All you need to know is the ID's of your pages then you can add them anywhere you want ! you can check this for more informations about how to use this function :

    http://codex.wordpress.org/Function_Reference/get_page

    Goodluck
     
    themes4all, Apr 5, 2013 IP
  3. Felix Koifman

    Felix Koifman Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Hey man, :)
    Thanks you very much for your comment and for your help.
    I tried to use it, but no success.

    I know that it's to much for asking, but it will help me very much:

    I opened that blog: http://www.energyget.net/
    As you can see, if you click on "energy foods", it's a posts page.
    And if you click on "Blog page", it's not a posts page.

    I want all my pages in the site will be like energy foods page.

    Can you please tell me what I need to do? I am new on wordpress.
    Thank you againg
    :)
     
    Felix Koifman, Apr 6, 2013 IP
  4. narwastu

    narwastu Active Member

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    Digital Goods:
    2
    #4
    are you saying you want in index page is a single page or blog page? do you want all inside your web is pages not blog page?
     
    narwastu, Apr 6, 2013 IP
  5. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #5
    You have to understand the diffrence between PAGES and POSTS ! pages is static.. we use them to show About us / Contact Page / Terms and Conditions.....etc POSTS Belong to your website Categories....etc Now You have 2 Options :

    1- You create a Categories Then from your Dashboard Click To Appearance ==> Menu and create a Menu as Primary then add it and i will Appear on the Top Header, When You Click to a Category, the Posts Will show... So in this Case we are in the Normal Use of Wordpress...

    2- Using Pages On Frontpage of your wordpress Blog !
    1. Click Pages -> Add New in your Dashboard.
    2. Title this page “Home” (you can, of course, name it whatever you like).
    3. Type the content you want displayed on the front page of your blog and publish it.
    4. Write another new page.
    5. Title this page “Posts” (Or “blog” if you want sitename.com/blog)
    6. You don’t need to type content, because it won’t be displayed. Publish the page.
    7. Click Settings -> Reading on the left menu in your Dashboard.
    8. Check a Static Pages.... and Save it
    and Now go to : Appearance ==> Menu and create a Menu as Primary From your Pages... and it will Add The Content....
     
    themes4all, Apr 6, 2013 IP
  6. Felix Koifman

    Felix Koifman Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #6
    Hey!
    thank you very very much!:) :) :)

    Maybe you can help me with 1 more thing..
    I have The site: energyget.net
    and the theme built in English (LTR).
    I need the site on Hebrew (RTL)
    I made a menu on Hebrew but It's make a lot of mess.

    How can I solve that problem?

    Thanks again and again! :)
     
    Felix Koifman, Apr 8, 2013 IP
  7. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
  8. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #8


    1- Download the zip file of the “Hebrew language folder" on your computer, Click here to Download

    2- Create a new folder called “/languages” in the “/wp-content” directory of your blog. Upload the Hebrew language folder on it.

    3- open the “wp-config.php" file located in the WordPress directory of your blog and find the line : “define ('WPLANG', ' ');” and replace it with define ('WPLANG', 'he_IL'); for the Hebrew language code then save the file.

    4- Use your Web browser to navigate to your WordPress blog to view all of your content displayed in the Hebrew language.

    Goodluck
     
    themes4all, Apr 9, 2013 IP