If you liked my site map (Can see here), this is how I have those settings:
First install the plugin “Advanced Post List” in WORDPRESS
Go to Settings -> Advanced Post List
Scroll down to table
Click On LOAD button next to “everythingNumbered_200”
And Hit Load (this will load its settings which we can work of off)
Here is what I put for the settings that make my posting list the way they do:
List Amount: 1000
Before list:
<p><strong>All my pages and posts (roll over for titles)</strong></p>
<p>Note: Dates in localtime & Newest on top </p>
<p>
List content:
* ITEM #: [item_number], SITE ID:[ID], CREATED: [post_date format=”m-d-Y”], MOD: [post_modified format=”m-d-Y”]<br/><a href=”[post_permalink]” title=”[post_title]”>[post_title]</a>[final_end]<br/><br/>
After list:
</p>
<p>Made possible with: Advanced Post List<br/>
A WORDPRESS PLUGIN</p>
Sidenote: By default if you follow my instructions this will show every page and post list, maybe even some that you didnt want listed. Thats where the advanced filter comes in which I havent used – so your on your on on that one.
Finally save the preset, give it a name. For example: Best_1000
Preset Name: Best_1000
Then make a page or a post and put this text in it (short word) and it will pull up the entire post and page listing as you programmed it.
.
.
.
More below
.
.
.
(method1) Advanced Post List – Settings – SHOW EVERY POST – NORMAL + INFO
No case change post and page listing – with information (create/modified date,listing number, and page id – which I dub site id)
Shows every post/page – like a sitemap
Step1) Download pluging Advanced Post Listing & activate it, go to settings -> Advanced Post listing, Scroll to the table and find “everythingID_200” and click Load to loads its settings (they are close enough to where we can modify less things)
Step2) Change the following settings:
===List Amount:===
1000
===Exit Message:===
leave blank – literally dont put anything here
===Before List:===
<p><strong>ALL OF MY PAGES AND POSTS (roll over for titles)</strong></p> <p>Note: Dates in localtime & Newest on top </p> <p>
===List Content:===
* ITEM #: [item_number], SITE ID:[ID], CREATED: [post_date format="m-d-Y"], MOD: [post_modified format="m-d-Y"]<br/><a href="[post_permalink]" title="[post_title]">[post_title]</a>[final_end]<br/><br/>
===After List:===
</p> <p>Made possible with: Advanced Post List<br/> A WORDPRESS PLUGIN</p>
Step3) Change the Preset Name to “every_1000_lower_info” or whatever you want and click “Save Preset”
Step4) Put into your post/page, by putting in a short code like this:
NOTE: just put that short word into the regular “Visual” editor of the post/page
OUTPUT SHOULD BE SIMILAR TO (actual links will be present however):
ALL OF MY PAGES AND POSTS (roll over for titles)
Note: Dates in localtime & Newest on top
* ITEM #: 1, SITE ID:327, CREATED: 01-15-2014, MOD: 01-15-2014
BASH navigating around with control and alt on big or small command lines
* ITEM #: 2, SITE ID:320, CREATED: 01-15-2014, MOD: 01-16-2014
GREP/FIND IPS IN A FILE – ALSO – HOW TO JOIN LINES WITH SPACE OR COMMAS
Made possible with: Advanced Post List
A WORDPRESS PLUGIN
(method2) Advanced Post List – Settings – SHOW EVERY POST – UPPER CASE + INFO
Upper case post & page listing – with information (create/modified date,listing number, and page id – which I dub site id)
Shows every post/page – like a sitemap
Step1) Download pluging Advanced Post Listing & activate it, go to settings -> Advanced Post listing, Scroll to the table and find “everythingID_200” and click Load to loads its settings (they are close enough to where we can modify less things)
Step2) Change the following settings:
===List Amount:===
1000
===Exit Message:===
leave blank – literally dont put anything here
===Before List:===
<p><strong>ALL OF MY PAGES AND POSTS (roll over for titles)</strong></p> <p>Note: Dates in localtime & Newest on top </p> <p>
===List Content:===
<style type="text/css"> <!-- .allcaps { font-variant: small-caps; text-transform: uppercase; } --> </style> <p class="allcaps">* NUMBER: [item_number], SITE ID:[ID], CREATED: [post_date format="m-d-Y"], MOD: [post_modified format="m-d-Y"]<br/><a href="[post_permalink]" title="[post_title]">[post_title]</a>[final_end]<br/><br/> </>
===After List:===
</p> <p>Made possible with: Advanced Post List<br/> A WORDPRESS PLUGIN</p>
Step3) Change the Preset Name to “every_1000_upper_info” or whatever you want and click “Save Preset”
Step4) Put into your post/page, by putting in a short code like this:
NOTE: just put that short word into the regular “Visual” editor of the post/page
OUTPUT SHOULD BE SIMILAR TO (actual links will be present however):
ALL OF MY PAGES AND POSTS (roll over for titles)
* NUMBER: 109, SITE ID:9, CREATED: 01-13-2014, MOD: 01-13-2014
DONATE – HELPS KOSSBOSS GROW
* NUMBER: 110, SITE ID:1, CREATED: 01-13-2014, MOD: 01-16-2014
WELCOME TO THE NEW KOSSBOSS
Made possible with: Advanced Post List
A WORDPRESS PLUGIN
(method3) Advanced Post List – Settings – SHOW EVERY POST – UPPER CASE (NO EXTRA INFO – JUST LISTING)
Upper case post & page listing – no extra info, each line is just one post or page (the posts/pages title per line)
Shows every post/page – like a sitemap
Step1) Download pluging Advanced Post Listing & activate it, go to settings -> Advanced Post listing, Scroll to the table and find “everythingID_200” and click Load to loads its settings (they are close enough to where we can modify less things)
Step2) Change the following settings:
===List Amount:===
1000
===Exit Message:===
leave blank – literally dont put anything here
===Before List:===
<p><strong>ALL OF MY PAGES AND POSTS</strong></p> <p>
===List Content:===
<style type="text/css"> <!-- .allcaps { font-variant: small-caps; text-transform: uppercase; } --> </style> <p class="allcaps"><a href="[post_permalink]" title="[post_title]">[post_title]</a> </><br/>
===After List:===
</p> <p>Made possible with: Advanced Post List<br/> A WORDPRESS PLUGIN</p>
Step3) Change the Preset Name to “every_1000_lower_info” or whatever you want and click “Save Preset”
Step4) Put into your post/page, by putting in a short code like this:
NOTE: just put that short word into the regular “Visual” editor of the post/page
OUTPUT SHOULD BE SIMILAR TO:
ALL OF MY PAGES AND POSTS
HOME
DONATE – HELPS KOSSBOSS GROW
WELCOME TO THE NEW KOSSBOSS
Made possible with: Advanced Post List
A WORDPRESS PLUGIN