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!
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
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
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?
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 ! Click Pages -> Add New in your Dashboard. Title this page “Home†(you can, of course, name it whatever you like). Type the content you want displayed on the front page of your blog and publish it. Write another new page. Title this page “Posts†(Or “blog†if you want sitename.com/blog) You don’t need to type content, because it won’t be displayed. Publish the page. Click Settings -> Reading on the left menu in your Dashboard. 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....
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!
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