![]() | | ||||||||
| | #1 |
| Advanced Warrior War Room Member Join Date: Oct 2008
Posts: 688
Thanks: 4
Thanked 11 Times in 11 Posts
|
Even though Wordpress is pretty easy to use, I'm still learning... One thing that I can't seem to grasp is Pages vs. Posts. I'm just not exactly sure when I should use Pages and when I should use Posts. Can anyone here help? ![]() Thanks... |
| | |
| | #2 |
| Spartan Warrior War Room Member Join Date: Jul 2008 Location: PH
Posts: 902
Thanks: 121
Thanked 144 Times in 72 Posts
|
Pages are meant to be part of the blog's site-wide navigation. It's like a permanent "page" while posts are meant to be "forgotten" some time well not really forgotten but you get the point |
| | |
| | |
| | #3 |
| Advanced Warrior War Room Member Join Date: Oct 2008
Posts: 688
Thanks: 4
Thanked 11 Times in 11 Posts
|
Hmmm.... okay, thanks. |
| | |
| | #4 |
| Senior Warrior Member War Room Member Join Date: Jul 2008 Location: Niagara Region, Canada
Posts: 1,103
Thanks: 1,452
Thanked 408 Times in 318 Posts
|
think of WP posts like articles, daily news, etc... WP pages are more for things like an about page, a contact page, a privacy policy page...etc. |
| | |
| | |
| | #5 |
| websiteshostingreviews.co War Room Member Join Date: Jan 2008 Location: Blenheim, New Zealand.
Posts: 490
Thanks: 221
Thanked 37 Times in 29 Posts
|
I sometimes create a page that I want as a landing page, see here: Phantom GPS and then in settings 'read' select 'static page' and in the drop down box select the page you have created or I might use a plugin called 'optin front page' where you give your posts the slug of blog, see here: Burn The Fat Review and any post you give the slug of blog to, they appear on the landing page and all others will be available either in the posts and pages widget if you activate them or in your side bar or where ever your theme has placed. As Karen has said posts are usually your daily, weekly or however often you want to update your blog where as pages are for items that you want people to access on a permanent basis because they don't get buried in the bowls of your site ![]() I hope that has helped you. Cheers Viv |
| | |
| | |
| | #6 |
| Advanced Warrior Join Date: Aug 2006 Location: The Midwest
Posts: 971
Thanks: 1
Thanked 63 Times in 52 Posts
|
WordPress blogs have what is called the "Loop". The loop is the (usually) chronological order that the posts (not pages) are in. With the newest post appearing on top, as stated above the older posts eventually get buried and forgotten. Pages are not part of the loop, and are usually used on a blog for information that isn't as time sensitive as posts like an "About" or "Contact" page. Pages are/were meant to be used sparingly if using WP as just a blog, but with the proper WP knowledge and theme tweaks you could use a WP site with many pages more like a, for lack of better term, regular website. |
| | |
| | |
| | #7 |
| Advanced Warrior War Room Member Join Date: Oct 2008
Posts: 688
Thanks: 4
Thanked 11 Times in 11 Posts
| |
| | |
| | #8 |
| Active Warrior Join Date: Apr 2009 Location: US
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
|
If you need any help in wordpress regarding design or to solve a problem than please let me know in future.
|
| | |
| | #9 | |
| HyperActive Warrior Join Date: Apr 2009
Posts: 152
Thanks: 17
Thanked 18 Times in 17 Posts
| Quote:
I also use WP to create small websites that are NOT blogs, and I almost exclusively use pages....although there are ways to tweak WordPress to use Posts and not have them display in the usual "blog" style. Many of the newer premium themes make this very easy. Pages will not be part of the RSS feed, so that is something else you need to know. | |
| | ||
| | |
| | #10 |
| Warrior Member Join Date: May 2009
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
|
Pages go on navigation bar while posts go on front page.
|
| | |
| | #11 |
| Web Designer | Developer Join Date: Apr 2009 Location: 117 N Cooper St.,Olathe KS, USA
Posts: 90
Thanks: 7
Thanked 3 Times in 3 Posts
| |
| | |
| | |
| | #12 |
| Advanced Warrior War Room Member Join Date: Oct 2008
Posts: 688
Thanks: 4
Thanked 11 Times in 11 Posts
| |
| | |
| | #13 | |
| Don't Just Sit There! Join Date: Jan 2009 Location: NE UK
Posts: 748
Thanks: 498
Thanked 231 Times in 208 Posts
| Quote:
How To Hide A Wordpress Page | Silly Blogger shows you how . . . | |
| | ||
| | |
| | #14 | |
| Advanced Warrior War Room Member Join Date: Oct 2008
Posts: 688
Thanks: 4
Thanked 11 Times in 11 Posts
| Quote:
| |
| | |
| | #15 | |
| Don't Just Sit There! Join Date: Jan 2009 Location: NE UK
Posts: 748
Thanks: 498
Thanked 231 Times in 208 Posts
| Quote:
Maybe "hide" is confusing in this sense! If you don't want the page to appear on the nav bar - change the code for the navigation bar. If you don't want it to appear in the sidebar - do the same for the code in the sidebar etc etc . . Hope that clarifies a bit, sorry. | |
| | ||
| | |
| | #16 |
| Advanced Warrior War Room Member Join Date: Oct 2008
Posts: 688
Thanks: 4
Thanked 11 Times in 11 Posts
| |
| | |
| | #17 |
| Don't Just Sit There! Join Date: Jan 2009 Location: NE UK
Posts: 748
Thanks: 498
Thanked 231 Times in 208 Posts
| |
| | |
| | |
| | #20 |
| Warrior Member War Room Member Join Date: Mar 2009 Location: Atlanta, GA
Posts: 13
Thanks: 4
Thanked 0 Times in 0 Posts
| This is the method that I use. I have some pages that only appear in the sidebar and some that don't appear in either (thanks and goodbye pages for my autoresponder for example). Excluding from the sidebar is easier, you can just list the page IDs in the settings for the Pages widget. An easy way to find the ID number for a page is to hover your mouse over the title of the page in the Page Edit list in WP admin. The url in the status bar will have page=xx on the end, where xx is a number. That number is the page id of the post.
|
| | |
| | |
| | #21 |
| Advanced Warrior Join Date: Aug 2006 Location: The Midwest
Posts: 971
Thanks: 1
Thanked 63 Times in 52 Posts
|
Pages that show on the Nav bar are theme specific and most themes are coded to show all pages but you can choose to include or exclude certain pages. The code is usually in the header.php file and the code to look for is something like this: <?php wp_list_pages(’title_li=&depth=2&sort_column=menu_ order’); ?> To include only specific pages this example is showing only page number 67 and 68: <?php wp_list_pages(’title_li=&depth=2&sort_column=menu_ order&include=67,68′); ?> This is showing all pages but excluding pages 67 and 68: <?php wp_list_pages(’title_li=&depth=2&sort_column=menu_ order&exclude=67,68′); ?> More here: Customize WordPress Header Navigation Bar |
| | |
| | |
| | #22 |
| HyperActive Warrior Join Date: Apr 2009
Posts: 152
Thanks: 17
Thanked 18 Times in 17 Posts
|
pageMash is the plugin I use. But if you want a custom option and want certain pages to show up in different places, you can always custom code them like others have suggested. |
| | |
| | |
| | #23 | |
| HyperActive Warrior War Room Member Join Date: May 2008 Location: United Kingdom.
Posts: 195
Thanks: 23
Thanked 34 Times in 19 Posts
| Quote:
You can use WordPress very effectively as a CMS. Pages are usually static: they display information that doesn't change much. It's possible to construct a blog consisting entirely of pages. Posts are more transient - they are used to record events that occur sequentially through time, or as a timed series of articles. For example, you can use posts to publish a course of 10 lessons on how to ... with one lesson appearing per day/week/month. The best way to get a feel for this is to just do it. Don't get hung up on the technicalities - just start a WP blog and find your own way. If you do anything wrong you can always delete it. Good luck! Sarah | |
| Download my FREE 'WordPress for Websites' Tutorial now! | ||
| | |
| | #24 |
| HyperActive Warrior Join Date: Feb 2009 Location: Phoenix, AZ
Posts: 122
Thanks: 0
Thanked 2 Times in 2 Posts
|
I like to create POSTS with a short headline and a description that then link to a PAGE. That way I have a permanent static page that can be used as a landing page AND a brief summary POST that gets picked up by RSS Feed.
|
|
Follow me on Twitter: twitter.com/KennyKurtz and I'll follow you back.
| |
| | |
| | #25 | |
| Web Technologies Expert War Room Member Join Date: Jul 2002 Location: Montreal, Quebec, Canada.
Posts: 1,300
Thanks: 53
Thanked 115 Times in 63 Posts
| Quote:
There are plugins, that will do just that, manage what page you want to appear or not in the menu bar, and it can also be accomplished by hacking the header.php code. When one wants to know if one can achieve X functions, a way to go is to go into your dashboard, then click on plugins, then on add new, you'll see a search form where you can type the keywords about what you're looking for, and then click on search and POOF... most likely you'll find something that'll help you enhanced your site the way you want. Be careful though and use this function with prudence, it is VERY addicticve ![]() Regards, Andre Foisy | |
![]() WordPress Business Themes Bundle - 3 Awesome Premium themes for Less than the price of 1 - With Developers' License - Yes At No Extra Charge! | ||
| | |
| | #26 |
| Warrior Member Join Date: Dec 2007 Location: , , .
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
In terms of SEO perspective, is pages and post the same? It seems like posts are getting more SEO value. |
| | |
| | #27 |
| Wordpress Warrior War Room Member Join Date: Jul 2008 Location: , , .
Posts: 500
Thanks: 31
Thanked 123 Times in 50 Posts
|
REally all depends on what SEO plugins you use. If you consider using 'All in One SEO', then yes, posts do get more SEO love. But if you use 'Platinum SEO' (my preference), then all pages are created equal. Including the front page, it you select a static page for this. Frank |
| | |
| | |
| | #28 |
| Active Warrior Join Date: Apr 2009
Posts: 36
Thanks: 15
Thanked 2 Times in 2 Posts
|
If you create about us then you create page. Otherwise post for some topic that will be updated.
|
| | |
![]() |
|
| Tags |
| pages, posts, wordpress |
| Thread Tools | |
| |
![]() |