{"id":6382,"date":"2021-03-19T04:58:59","date_gmt":"2021-03-19T04:58:59","guid":{"rendered":"https:\/\/readyship.co\/blog\/?p=6382"},"modified":"2021-03-19T04:59:00","modified_gmt":"2021-03-19T04:59:00","slug":"find-wordpress-post-id","status":"publish","type":"post","link":"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/","title":{"rendered":"4 Ways to Find a WordPress Post ID (No Code)"},"content":{"rendered":"\n<p>Certain types of features added by a theme or plugin might require you to add the IDs of specific WordPress posts.<\/p>\n\n\n\n<p>For example, you might have installed a plugin that displays featured posts on your homepage. And if you want to display specific posts, not the latest ones, the plugin will most likely ask you to add their IDs.<\/p>\n\n\n\n<p>For beginners, that task might not be so easy. So, in this tutorial, I&#8217;ll show you how to find a WordPress post ID using 4 different methods.<\/p>\n\n\n\n<div class=\"wp-block-group rs-toc\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Contents<\/strong><\/p>\n\n\n\n<ol><li><a href=\"#browser-url-display\">Find a WordPress Post ID from the Browser&#8217;s URL Display<\/a><\/li><li><a href=\"#browser-address-bar\">Find a WordPress Post ID from the Browser&#8217;s Address Bar<\/a><\/li><li><a href=\"#plugin\">Find a WordPress Post ID Using a Plugin<\/a><\/li><li><a href=\"#phpmyadmin\">Find a WordPress Post ID in Your Database with phpMyAdmin<\/a><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<h2 id=\"browser-url-display\">1. Find a WordPress Post ID from the Browser&#8217;s URL Display<\/h2>\n\n\n\n<p>This is the quickest and easiest way to find a post ID in WordPress.<\/p>\n\n\n\n<p>All you have to do is to go to <strong>Posts<\/strong> &gt; <strong>All Posts<\/strong> and hover your mouse cursor over a post to make the action links show up. Then, hover over the <strong>Edit<\/strong> link.<\/p>\n\n\n\n<p>Alternatively, you can hover your mouse cursor over the post&#8217;s title.<\/p>\n\n\n\n<p>Now, in the bottom-left part of your browser, the address of the Edit link will appear. A part of it is  <code>post=X<\/code>, where <code>X<\/code> will be the ID of the post.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-browser-url-display.png\" alt=\"find wordpress post id browser url display\" class=\"wp-image-6387\" width=\"585\" height=\"414\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-browser-url-display.png 585w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-browser-url-display-300x212.png 300w\" sizes=\"(max-width: 585px) 100vw, 585px\" \/><\/figure><\/div>\n\n\n\n<p>In the above screenshot, you can see <code>post=1<\/code>, which means that the ID of that WordPress post is 1.<\/p>\n\n\n\n<div class=\"wp-block-group rs-cta has-background\" style=\"background-color:#fafaff\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-large-font-size\"><strong>Looking for an All-in-One WordPress Solution?<\/strong><\/p>\n\n\n\n<p>ReadyShip offers you ready-made WordPress sites and blogs, plus high-quality managed AWS hosting with free SSL and CDN, at <strong>no initial cost!<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/products\">Visit Marketplace<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<h2 id=\"browser-address-bar\">2. Find a WordPress Post ID from the Browser&#8217;s Address Bar<\/h2>\n\n\n\n<p>This is another quick and easy way to find a post ID in WordPress.<\/p>\n\n\n\n<p>As in the previous method, go to <strong>Posts<\/strong> &gt; <strong>All Posts<\/strong>, but this time click on the <strong>Edit<\/strong> link after hovering on a post from the list. You can also click on the post&#8217;s title instead of Edit.<\/p>\n\n\n\n<p>This will open up the post for editing, and in the browser&#8217;s address bar you&#8217;ll see the editing URL, which will look like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;example.com\/wp-admin\/post.php?post=1&amp;action=edit<\/code><\/pre>\n\n\n\n<p>What interests you is the <code>post=X<\/code> part, where <code>X<\/code> will be the WordPress post ID.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"813\" height=\"354\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-address-bar.png\" alt=\"wordpress address bar\" class=\"wp-image-6390\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-address-bar.png 813w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-address-bar-300x131.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-address-bar-768x334.png 768w\" sizes=\"(max-width: 813px) 100vw, 813px\" \/><\/figure><\/div>\n\n\n\n<p>As you can see in my screenshot, <code>post=1<\/code>, therefore the WordPress post ID is 1.<\/p>\n\n\n\n<h2 id=\"plugin\">3. Find a WordPress Post ID Using a Plugin<\/h2>\n\n\n\n<p>If you need to find WordPress post IDs often, then you might want to use a plugin that displays them in the Posts table.<\/p>\n\n\n\n<p>All you have to do is to <a href=\"https:\/\/readyship.co\/blog\/install-plugin-wordpress\/\">install a WordPress plugin<\/a> called <a href=\"https:\/\/wordpress.org\/plugins\/wpsite-show-ids\/\">Show IDs by 99 Robots<\/a>, and it will automatically show the IDs for the WordPress posts, pages, and taxonomies. It doesn&#8217;t have options.<\/p>\n\n\n\n<p>So, after installing and activating the plugin, go to <strong>Posts<\/strong> &gt; <strong>All Posts<\/strong>. There, you&#8217;ll see a new column, called <strong>ID<\/strong>, showing the IDs for each WordPress post.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"840\" height=\"301\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-ids-plugin.png\" alt=\"wordpress posts ids displayed with a plugin\" class=\"wp-image-6395\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-ids-plugin.png 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-ids-plugin-300x108.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-ids-plugin-768x275.png 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<h2 id=\"phpmyadmin\">4. Find a WordPress Post ID in Your Database with phpMyAdmin<\/h2>\n\n\n\n<p>To find your WordPress post ID in your database using phpMyAdmin, you&#8217;ll need to have a web hosting plan with cPanel, which is a control panel filled with tools. <\/p>\n\n\n\n<p>If you&#8217;re on a Shared web hosting plan, you&#8217;ll most likely have cPanel.<\/p>\n\n\n\n<p class=\"rs-info\">The cPanel interface differs from host to host. So, yours might look different than mine, but the phpMyAdmin tool is there unless the web host removed it.<\/p>\n\n\n\n<p class=\"rs-warning\">Working with the database is dangerous. One mistake and you can break the site and\/or lose data for good. So, I recommend <a href=\"https:\/\/readyship.co\/blog\/backup-restore-wordpress-site-updraftplus\/\">performing a WordPress backup<\/a> first.<\/p>\n\n\n\n<h3>Step 1<\/h3>\n\n\n\n<p>Access cPanel. Usually, you can do this by adding <strong>\/cpanel<\/strong> after your domain, like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;example.com\/cpanel<\/code><\/pre>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"661\" height=\"685\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/cpanel-log-in.png\" alt=\"cpanel log in\" class=\"wp-image-6398\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/cpanel-log-in.png 661w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/cpanel-log-in-289x300.png 289w\" sizes=\"(max-width: 661px) 100vw, 661px\" \/><\/figure><\/div>\n\n\n\n<p>You&#8217;ll need to know your username and password to log in. <\/p>\n\n\n\n<p>Usually, you get those when you purchase your hosting plan. If you don&#8217;t have them, check your web host&#8217;s documentation or contact support to ask how to get them.<\/p>\n\n\n\n<h3>Step 2<\/h3>\n\n\n\n<p>Once you&#8217;ve logged in, search for the <strong>phpMyAdmin<\/strong> tool, which should be under the <strong>Databases<\/strong> section.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"779\" height=\"251\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-cpanel.png\" alt=\"phpmyadmin in cpanel\" class=\"wp-image-6401\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-cpanel.png 779w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-cpanel-300x97.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-cpanel-768x247.png 768w\" sizes=\"(max-width: 779px) 100vw, 779px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 3<\/h3>\n\n\n\n<p>Select your WordPress site&#8217;s database from the left. If you have multiple WordPress sites on one account, you might have multiple databases, one for each site. The name of the database differs.<\/p>\n\n\n\n<p>Then, select the table with <strong>_posts<\/strong> in its name. Usually, it should be <strong>wp_posts<\/strong>, but it might differ depending on how the <a href=\"https:\/\/readyship.co\/blog\/install-wordpress-softaculous-cpanel-detailed\/\">WordPress installation<\/a> was done.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"312\" height=\"334\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-database.png\" alt=\"selecting wordpress database and posts table in phpmyadmin\" class=\"wp-image-6403\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-database.png 312w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-database-280x300.png 280w\" sizes=\"(max-width: 312px) 100vw, 312px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 4<\/h3>\n\n\n\n<p>On the right, you&#8217;ll see a bunch of columns, one of them being <strong>ID<\/strong>, which holds the IDs for all the WordPress posts. You can see the corresponding post title in the <strong>post_title<\/strong> column.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"840\" height=\"336\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-database-phpmyadmin.png\" alt=\"wordpress post ids in phpmyadmin\" class=\"wp-image-6404\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-database-phpmyadmin.png 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-database-phpmyadmin-300x120.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-post-id-database-phpmyadmin-768x307.png 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure>\n\n\n\n<h3>Step 5<\/h3>\n\n\n\n<p>In WordPress, a bunch of things falls into the <code>post<\/code> category: pages, attachments, revisions, etc. <\/p>\n\n\n\n<p>They are all post types, therefore stored in the <code>_posts<\/code> table as well, making it hard for you to quickly separate the blog posts from the rest.<\/p>\n\n\n\n<p>So, here are several ways to sort out the blog posts with <code>post<\/code> type from the rest, without involving SQL commands. <\/p>\n\n\n\n<p><strong>1)<\/strong> Scroll horizontally to the <strong>post_type<\/strong> column and click on its title to sort the results by type.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"236\" height=\"397\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/sort-post-type-column-phpmyadmin-wordpress.png\" alt=\"sort post_type column in phpmyadmin\" class=\"wp-image-6407\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/sort-post-type-column-phpmyadmin-wordpress.png 236w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/sort-post-type-column-phpmyadmin-wordpress-178x300.png 178w\" sizes=\"(max-width: 236px) 100vw, 236px\" \/><\/figure><\/div>\n\n\n\n<p>As you can see, the <code>post_type<\/code> values are now grouped and displayed one after the other. They are not scattered anymore.<\/p>\n\n\n\n<p><strong>2)<\/strong> The second way is to type in <strong>post<\/strong> in the <strong>Filter rows<\/strong> field. It should automatically display the results.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"840\" height=\"585\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/filter-rows-phpmyadmin.png\" alt=\"filter rows in phpmyadmin\" class=\"wp-image-6410\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/filter-rows-phpmyadmin.png 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/filter-rows-phpmyadmin-300x209.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/filter-rows-phpmyadmin-768x535.png 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<p>This does a decent job, but it still slips some post types that are not blog posts.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"274\" height=\"296\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/post-type-filtered-phpmyadmin.png\" alt=\"filter post types in phpmyadmin\" class=\"wp-image-6413\"\/><\/figure><\/div>\n\n\n\n<p><strong>3)<\/strong> This is the third and best way to filter the post types, but it might look a bit scary and complex for some of you beginners.<\/p>\n\n\n\n<p>Here&#8217;s what you need to do:<\/p>\n\n\n\n<ul><li>Switch to the <strong>Search<\/strong> tab, at the top;<\/li><li>Make sure <strong>Table search<\/strong> is selected;<\/li><li>Scroll down to the <strong>post_type<\/strong> column;<\/li><li>In the <strong>Value<\/strong> field of the <strong>post_type<\/strong> column, type in <strong>post<\/strong>;<\/li><li>Click on the <strong>Go<\/strong> button found in the bottom-right.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"840\" height=\"993\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search.png\" alt=\"table search in phpmyadmin\" class=\"wp-image-6414\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search.png 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search-254x300.png 254w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search-768x908.png 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<p>Now, only posts of type <code>post<\/code> will be shown in the <strong>post_type<\/strong> column, which will be highlighted with a yellow border when the results are displayed.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"325\" height=\"326\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/blog-posts-filtered-phpmyadmin.png\" alt=\"filtered wordpress blog posts in phpmyadmin\" class=\"wp-image-6417\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/blog-posts-filtered-phpmyadmin.png 325w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/blog-posts-filtered-phpmyadmin-300x300.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/blog-posts-filtered-phpmyadmin-150x150.png 150w\" sizes=\"(max-width: 325px) 100vw, 325px\" \/><\/figure><\/div>\n\n\n\n<p>Since you&#8217;ll most likely need to find out the IDs of published WordPress posts, not drafts or trashed, you can also add <strong>publish<\/strong> in the <strong>Value<\/strong> field of the <strong>post_status<\/strong> column.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"840\" height=\"1005\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search-publish.png\" alt=\"table search in phpmyadmin\" class=\"wp-image-6418\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search-publish.png 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search-publish-251x300.png 251w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search-publish-768x919.png 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<p>This will display only published WordPress posts. In my case, it only found one, which is correct.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"840\" height=\"413\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search-publish-results.png\" alt=\"sorted published wordpress posts in phpmyadmin \" class=\"wp-image-6420\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search-publish-results.png 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search-publish-results-300x148.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/phpmyadmin-table-search-publish-results-768x378.png 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-group rs-cta has-background\" style=\"background-color:#fafaff\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-large-font-size\">Looking to Buy or Sell WordPress Sites?<\/p>\n\n\n\n<p>At ReadyShip, we offer an all-in-one WordPress solution for those looking to start a blog or site, as well as the opportunity for WordPress developers or professionals to sell their products!<\/p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/products\">Browse Sites<\/a><\/div>\n\n\n\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/blog\/start-selling\/\">Start Selling<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<h2>The End<\/h2>\n\n\n\n<p>Hopefully, in the future, WordPress will display the post IDs by default because it&#8217;s not hard to do, and a lot of users will benefit from it. <\/p>\n\n\n\n<p>Until then, you can use one of these ways to find the WordPress post IDs. <\/p>\n\n\n\n<p>If you have questions or thoughts, feel free to leave a comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Certain types of features added by a theme or plugin might require you to add the IDs of specific WordPress posts. For example, you might have installed a plugin that displays featured posts on your homepage. And if you want to display specific posts, not the latest ones, the plugin will most likely ask you to add their IDs. For beginners, that task might not be so easy. So, in this tutorial, I&#8217;ll show you how to find a WordPress post ID using 4 different methods. 1. Find a WordPress Post ID from the Browser&#8217;s URL Display This is the quickest and easiest way to find a post ID in [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":6425,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"kt_blocks_editor_width":""},"categories":[18],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>4 Ways to Find a WordPress Post ID (No Code) : Ready-Made WordPress Marketplace - ReadyShip<\/title>\n<meta name=\"description\" content=\"Here are 4 ways to find post IDs in WordPress if you need them to enable certain features on your website!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"4 Ways to Find a WordPress Post ID (No Code) : Ready-Made WordPress Marketplace - ReadyShip\" \/>\n<meta property=\"og:description\" content=\"Here are 4 ways to find post IDs in WordPress if you need them to enable certain features on your website!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/\" \/>\n<meta property=\"og:site_name\" content=\"Ready-Made WordPress Marketplace - ReadyShip\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ReadyShip\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-19T04:58:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-19T04:59:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/find-post-id.png\" \/>\n\t<meta property=\"og:image:width\" content=\"980\" \/>\n\t<meta property=\"og:image:height\" content=\"551\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@readyshipco\" \/>\n<meta name=\"twitter:site\" content=\"@readyshipco\" \/>\n<meta name=\"twitter:label1\" value=\"Written by\">\n\t<meta name=\"twitter:data1\" value=\"Radu\">\n\t<meta name=\"twitter:label2\" value=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" value=\"4 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/readyship.co\/blog\/#organization\",\"name\":\"Readyship\",\"url\":\"https:\/\/readyship.co\/blog\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/ReadyShip\",\"https:\/\/twitter.com\/readyshipco\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2019\/01\/readyship_logo_icon.png\",\"width\":201,\"height\":201,\"caption\":\"Readyship\"},\"image\":{\"@id\":\"https:\/\/readyship.co\/blog\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/readyship.co\/blog\/#website\",\"url\":\"https:\/\/readyship.co\/blog\/\",\"name\":\"Readship: WordPress Websites with the Best Hosting\",\"description\":\"Buy\/Sell Subscription Marketplace of beautiful designed WordPress sites with managed hosting, SSL, CDN, 24\/7 supports.\",\"publisher\":{\"@id\":\"https:\/\/readyship.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/readyship.co\/blog\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/find-post-id.png\",\"width\":980,\"height\":551,\"caption\":\"find post id\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/#webpage\",\"url\":\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/\",\"name\":\"4 Ways to Find a WordPress Post ID (No Code) : Ready-Made WordPress Marketplace - ReadyShip\",\"isPartOf\":{\"@id\":\"https:\/\/readyship.co\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/#primaryimage\"},\"datePublished\":\"2021-03-19T04:58:59+00:00\",\"dateModified\":\"2021-03-19T04:59:00+00:00\",\"description\":\"Here are 4 ways to find post IDs in WordPress if you need them to enable certain features on your website!\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/\"]}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/#webpage\"},\"author\":{\"@id\":\"https:\/\/readyship.co\/blog\/#\/schema\/person\/092d749a9bb9e9cb2af8f2532d8e5b45\"},\"headline\":\"4 Ways to Find a WordPress Post ID (No Code)\",\"datePublished\":\"2021-03-19T04:58:59+00:00\",\"dateModified\":\"2021-03-19T04:59:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/#webpage\"},\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/readyship.co\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/#primaryimage\"},\"articleSection\":\"WordPress Tutorials\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/readyship.co\/blog\/find-wordpress-post-id\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/readyship.co\/blog\/#\/schema\/person\/092d749a9bb9e9cb2af8f2532d8e5b45\",\"name\":\"Radu\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fb19726677ad7e3b932bf8b0d9ac7094?s=96&d=mm&r=g\",\"caption\":\"Radu\"},\"description\":\"Hey! I'm Radu, and I've been working with WordPress at personal and professional levels for over 8 years now. I'm a seller on ReadyShip, and I'm also writing posts for their blog, which I hope you'll like. You can find more about me at Radu.link. I'm also quietly on Twitter @RaduWP.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/6382"}],"collection":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/comments?post=6382"}],"version-history":[{"count":2,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/6382\/revisions"}],"predecessor-version":[{"id":6452,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/6382\/revisions\/6452"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/media\/6425"}],"wp:attachment":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/media?parent=6382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/categories?post=6382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/tags?post=6382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}