• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » List All URLs of Published Posts and Pages in WordPress

By Abhishek Ghosh December 23, 2013 5:20 am Updated on December 23, 2013

List All URLs of Published Posts and Pages in WordPress

Advertisement

List all URLs of publiswayhed posts and pages in WordPress in a convenient way – this URLs are the public URLs and intended for SEO, Promotion with AdWords etc. After 3 years or so, an informative website like the one gradually get “aged” and the needs to promote, organize, properly backlink, redesigning becomes an important work. The SEO part or AdWords management are separate topic, what we want to talk about is simply list all URLs of published posts and pages in WordPress.

 

Why to List All URLs of Published Posts and Pages in WordPress

 

Usually, hugely copy pasting by Made for AdSense websites creates the issue, as they are ‘fresh’, they can ride up in SERP. However, the image search result usually do not change that much. Off site SEO, at minimum is always required even if real, legit good backlinks are present. Plus, Google adds hundreds of bizarre exceptions to their algorithm to prevent spam. Practically, for a honest business; actually the domains should undergo for a whitelisting instead of changing these. These are usually done to keep Google’s AdWords business up and running.  If you talk with any good SEO expert, they will always suggest you to go for backlinking instead of direct AdWords for long term benefit if the budget is lesser. Also, many website closes, many pages get deleted – these demands scheduled backlinking. Again, we are not going to the backlinking or web promotion strategy itself. Google will obviously state that they have the best technology – no one says against their product ! But the fact at the same time is – other Search Engines are far bad in terms of speed and logic of crawling, indexing.

It is quite normal life cycle of since Google Inc. is dominating and managing this time properly usually makes the website to get a stable position on SERP. This re-working is quite difficult by a single webmaster with 5000 or more posts. List all URLs of published posts and pages in WordPress also helps to directly edit the posts.

Advertisement

---

Irrespective of the reason of fetching the URLs, obviously the list of all URLs are important to the webmaster.

 

How to List All URLs of Published Posts and Pages in WordPres

 

Method 1

Here is a standalone PHP file that you can save into the root of your website and name it as export.php (for example) and when you call it with GET request, i.e. load the path on your browser it will send a tab-delimited plain text list of posts with the pretty permalink, the post title and the post type. Just load the URL in your browser and then “save as” to a text file you can then load in Excel or however else you need to process it :

Method 2

List All URLs of Published Posts and Pages in WordPress

There is another method mentioned by David George by using MySQL Query :

Vim
1
SELECT wpp.post_title, wpp.guid, wpp.post_date, CONCAT(wpo_su.option_value, REPLACE( REPLACE( REPLACE( REPLACE(wpo.option_value,'%year%',date_format(wpp.post_date,'%Y')) ,'%monthnum%',date_format(wpp.post_date,'%m')) ,'%day%',date_format(wpp.post_date,'%d')) ,'%postname%',wpp.post_name ) ) as permalink FROM wp_posts wpp INNER JOIN wp_options wpo on wpo.option_name='permalink_structure' and wpo.blog_id=0 INNER JOIN wp_options wpo_su on wpo_su.option_name='siteurl' and wpo_su.blog_id=wpo.blog_id WHERE wpp.post_type = 'post' AND wpp.post_status = 'publish' ORDER BY wpp.post_date DESC

Another method is to Use phpmyadmin and export the wp_posts table from the database in any output format you want :

Use the query SELECT guid FROM wp_posts and then export from that. You may need to raise the php memory allocation for a large query like that or limit the query, i.e. SELECT guid FROM wp_posts LIMIT 0 , 1000 at a time.

Method 3

Using a WordPress Template :

You can create a Template like this one :

Method 4

Attachment URls or modification :

Method 5

There is WordPress Plugin too! Here is the URL :

Vim
1
http://wordpress.org/plugins/list-all-urls/

Tagged With all posts of a website by date , list of standard wordpress urls , how to see all url you manage on wordpress , how to print a list of all pages in wordpress site , how to list all the urls on my wordpress site , how to know all the url to your pages on wordprress , how to get a list of all pages in wordpress , how to download a list of all pages in wordpress website , wordpress list of published , get a list of all posts on website
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to List All URLs of Published Posts and Pages in WordPress

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Google Adwords Management : How to Boost Your Business

    Google Adwords Management takes a bit time to master. But when you can effectively master Google Adwords Management, you can get a good return of Investment.

  • Adwords : Important tool for your website’s success

    AdWords is a very easy way to place advertisements on the Internet. Beside directing traffic, you can gain idea’s about keywords too.

  • PHP Snippet to Hide AdSense Unit on WordPress 404 Page

    Here is Easy PHP Snippet to Hide AdSense Unit on WordPress 404 Page to Avoid Policy Violation and Decrease False Impression, False Low CTR.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Affordable Earphone/IEM for Audiophiles: HiFiMan RE-400 WaterlineOctober 2, 2023
  • What is Hardware Security Module (HSM)September 30, 2023
  • Transducer Technologies of HeadphonesSeptember 28, 2023
  • What is Analog-to-Digital Converter (ADC)September 27, 2023
  • Comparison of Tube Amplifiers and SemiconductorsSeptember 26, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy