{"id":29956,"date":"2017-09-22T12:32:37","date_gmt":"2017-09-22T17:32:37","guid":{"rendered":"https:\/\/wpengine.com\/?post_type=resource&#038;p=29956"},"modified":"2024-09-29T10:36:06","modified_gmt":"2024-09-29T15:36:06","slug":"how-to-create-table-of-contents-wordpress","status":"publish","type":"resource","link":"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/","title":{"rendered":"How to Create a Table of Contents in WordPress"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The visitor\u2019s User Experience (UX) should be very important to you as a website owner or developer. However, it can be difficult to know whether you\u2019ve covered all of your bases, and what else you should incorporate into your site.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One element that\u2019s often overlooked is a Table of Contents (TOC) for your long-form content. The addition of a TOC to each of your posts not only enables readers to find the exact sections they\u2019re interested in, but also makes your content appear more organized.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this post, we\u2019ll introduce the various options for creating a WordPress table of contents (including plugins, shortcodes, and HTML). We\u2019ll then outline two popular styles and how you can achieve them. Let\u2019s get started!<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Why should I include a table of contents on my WordPress site?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While a Table of Contents may seem superfluous for a blog post, it can actually go a long way towards improving your site\u2019s UX. Most readers come to your content seeking answers to specific questions. A TOC enables them to easily jump to the information that\u2019s most relevant to them, instead of requiring them to scroll and skim to find what they need.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Additionally, a TOC can improve your posts\u2019 Search Engine Optimization (SEO). These handy links are an easy place to incorporate your keyword(s), which are a very important ranking factor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On top of increasing your keyword density, having a TOC in your post can increase your chances of getting a <a href=\"https:\/\/neilpatel.com\/blog\/rank-google-featured-snippets\/\" target=\"_blank\" rel=\"noreferrer noopener\">featured snippet in Google<\/a>. This is the short excerpt that appears above the main list of results for some searches:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Getting a featured snippet is not an exact science. However, lists (such as TOCs) are often displayed, because they can communicate answers to searchers\u2019 questions in a clear and concise way.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Adding a table of contents using plugins<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Plugins are a perfect way to extend functionality within WordPress. There are several solutions available that provide an easy way to add a WordPress table of contents to your site\u2019s posts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Our favorite WordPress table of contents plugin is <a href=\"https:\/\/codecanyon.net\/item\/fixed-toc-wordpress-plugin\/7264676\">Fixed TOC<\/a>. You can also use other plugins in conjunction with it, such as <a href=\"https:\/\/codecanyon.net\/item\/fixed-toc-wordpress-plugin\/7264676\" target=\"_blank\" rel=\"noreferrer noopener\">Q2W3 Fixed Widget<\/a>, to further optimize the TOCs on your website.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/themeisle.com\/blog\/how-to-install-a-wordpress-plugin\/\" target=\"_blank\" rel=\"noreferrer noopener\">Installing a plugin<\/a> is simple. All you have to do is:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to <em>Plugins &gt; Add New<\/em> in the WordPress dashboard.<\/li>\n\n\n\n<li>Upload the plugin\u2019s <em>.zip<\/em> file (free or premium), or install it from the Plugin Directory (free plugins only).&nbsp;<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Once it\u2019s installed and activated, you\u2019ll have full access to the range of functionality offered by that particular plugin. From there, the process will vary based on the tool you\u2019ve chosen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, here\u2019s how to create a TOC once you\u2019ve installed Fixed TOC:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to <em>Settings &gt; Fixed TOC.<\/em><\/li>\n\n\n\n<li>In the <em>General<\/em> tab, select which post types you want to apply a TOC to, which heading levels to include, and where you want your TOC to be located.<\/li>\n\n\n\n<li>In the <em>Color<\/em> tab, choose the color scheme for your TOC.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">The plugin will automatically add a TOC to each of the relevant posts, and use your existing headings to create jump links.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Adding a table of contents using shortcodes<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Alongside WordPress table of contents plugins, you can use shortcodes to further control how your WordPress TOC is displayed. These are small code snippets that you can paste into the editor, letting you display custom content practically anywhere on the page.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Shortcodes make it easy to add a table of contents to your posts, pages, sidebar, and widgets. Here\u2019s how:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download a TOC plugin that uses shortcodes, or use a plugin without shortcodes in conjunction with a solution such as <a href=\"https:\/\/wordpress.org\/plugins\/shortcoder\/\" target=\"_blank\" rel=\"noreferrer noopener\">Shortcoder<\/a>.<\/li>\n\n\n\n<li>Find the shortcodes offered by the plugin, or create them using Shortcoder.<\/li>\n\n\n\n<li>Copy the shortcodes, and paste them wherever you\u2019d like within WordPress (in a blog post, for example). Shortcoder offers easy table of contents shortcodes, making adding them to your site a breeze.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">The beauty of shortcodes is how versatile their placement can be. You can add them to the top, middle, or bottom of your pages and posts, or even in a sidebar widget.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to create a table of contents in WordPress without a plugin<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While plugins are the simplest way to create a TOC within WordPress, you can also add one manually. Here are two methods for doing this.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Creating a table of contents with HTML<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">While HTML can be intimidating, creating a TOC with code is actually a great option for anyone who needs a simple solution for their website. To do this, you\u2019ll <a href=\"http:\/\/www.bloggingtriggers.com\/how-to-create-a-table-in-wordpress-without-using-any-plugin\/\" target=\"_blank\" rel=\"noreferrer noopener\">insert a table within WordPress<\/a>, and include bookmark links to specific pages.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is by far the simplest manual option\u2014with no frills or bulk. Of course, you can go all out if you\u2019d like, by incorporating multiple colors, various font styles and headings, and more. You\u2019re bound only by your own creativity and knowledge of HTML.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using archives and links page templates for TOC<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">TOCs don\u2019t always need to be located on individual posts and pages. Instead, you can create a \u2018master\u2019 TOC using WordPress templates. These are preset page designs, which enable you to create dedicated pages for site elements such as archives and links.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Those pages can then be used on your website as &#8220;master&#8221; TOCs, directing users to the exact content they\u2019re looking for. For example, take <a href=\"http:\/\/leavingworkbehind.com\/archives\/\" target=\"_blank\" rel=\"noreferrer noopener\">Leaving Work Behind\u2019s<\/a> <em>Archives<\/em> page:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The templates for these pages are usually named <em>archives.php<\/em> and <em>links.php<\/em> (although you can rename them). While some themes include these pages, not all do. However, you can <a href=\"https:\/\/www.wpthemedetector.com\/create-archives-page\/\" target=\"_blank\" rel=\"noreferrer noopener\">create your own<\/a> with very little coding knowledge required.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Table of contents styles<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Your table of contents\u2019 style plays a huge role in how well it enhances visitors\u2019 UX. With that in mind, let\u2019s look at the two most popular styles for WordPress TOCs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Floating table of contents<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A floating TOC is a widget that remains fixed on the side of the page. Implementing it takes two steps. First, you\u2019ll need to set up a WordPress TOC and add it to your WordPress site as a widget (using one of the previous methods).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Once that\u2019s done, you can use the <a href=\"https:\/\/wordpress.org\/plugins\/q2w3-fixed-widget\/\" target=\"_blank\" rel=\"noreferrer noopener\">Q2W3 Fixed Widget<\/a> plugin (or a similar solution) to keep the TOC widget \u2018stuck\u2019 to the side of the page. With this plugin installed, go back to the <em>Widgets<\/em> area of your site and open the TOC widget. Then enable the <em>Fixed widget<\/em> checkbox:<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"630\" height=\"331\" src=\"https:\/\/wpengine.com\/wp-content\/uploads\/2017\/09\/4.jpg\" alt=\"floating table of contents for wordpress. How to Create a Table of Contents in WordPress\" class=\"wp-image-29967\" srcset=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/4.jpg 630w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/4-300x158.jpg 300w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/4-274x144.jpg 274w\" sizes=\"auto, (max-width: 630px) 100vw, 630px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Once this option is enabled, the table of contents will no longer disappear from page view as the user scrolls down. Instead, it will scroll along with the page\u2019s contents, so that it\u2019s always present. This is also the default style implemented by the Fixed TOC plugin we mentioned earlier.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Table of contents sidebar<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Similar to the floating TOC, in this method a sidebar is displayed to the right or left of your web page. However, instead of scrolling along with the user, the TOC sidebar stays in a fixed position (such as the one on <a href=\"http:\/\/www.wpbeginner.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">WPBeginner<\/a>):<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"630\" height=\"365\" src=\"https:\/\/wpengine.com\/wp-content\/uploads\/2017\/09\/5.jpg\" alt=\"table of contents sidebar for wordpress. How to Create a Table of Contents in WordPress\" class=\"wp-image-29968\" srcset=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/5.jpg 630w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/5-300x174.jpg 300w, https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/5-249x144.jpg 249w\" sizes=\"auto, (max-width: 630px) 100vw, 630px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The TOC sidebar is very easy to create. Simply add a TOC widget if possible, or include a shortcode in an existing sidebar widget. Your WordPress TOC will then appear as a fixed aspect of the sidebar.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Customize your site with WP Engine<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Delivering the highest quality UX to your website\u2019s users will keep them coming back for more content. In addition to teaching you various methods for incorporating a WordPress TOC into your posts and pages, <a href=\"https:\/\/wpengine.com\/resources\/\" target=\"_blank\" rel=\"noreferrer noopener\">our resources<\/a> have many valuable tips and tricks for enhancing your site.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We also offer industry-leading <a href=\"https:\/\/wpengine.com\/plans\/\" target=\"_blank\" rel=\"noreferrer noopener\">hosting for WordPress sites<\/a>, stellar 24\/7 support, and a <a href=\"https:\/\/wpengine.com\/plans\/\">variety of plans<\/a> to ensure that you\u2019re able to find one that fits your needs. Check them out today!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The visitor\u2019s User Experience (UX) should be very important to you as a website owner or developer. However, it can be difficult to know whether you\u2019ve covered all of your bases, and what else you should incorporate into your site. One element that\u2019s often overlooked is a Table of Contents (TOC) for your long-form content.<span class=\"tile__ellipses\">&hellip;<\/span><span class=\"tile__ellipses--animated\"><\/span><\/p>\n","protected":false},"author":1,"featured_media":108548,"template":"","resource-topic":[901],"resource-role":[896,899],"resource-type":[916],"class_list":["post-29956","resource","type-resource","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create a Table of Contents in WordPress<\/title>\n<meta name=\"description\" content=\"Master creating a WordPress table of contents with our step-by-step guide. Discover how you can enhance your content with a table of contents.\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create a Table of Contents in WordPress\" \/>\n<meta property=\"og:description\" content=\"Master creating a WordPress table of contents with our step-by-step guide. Discover how you can enhance your content with a table of contents.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Engine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wpengine\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-29T15:36:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/table-of-contents-featured.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1100\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to Create a Table of Contents in WordPress\" \/>\n<meta name=\"twitter:description\" content=\"Master creating a WordPress table of contents with our step-by-step guide. Discover how you can enhance your content with a table of contents.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/table-of-contents-featured.jpg\" \/>\n<meta name=\"twitter:site\" content=\"@wpengine\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/\",\"url\":\"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/\",\"name\":\"How to Create a Table of Contents in WordPress\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/#website\"},\"datePublished\":\"2017-09-22T17:32:37+00:00\",\"dateModified\":\"2024-09-29T15:36:06+00:00\",\"description\":\"Master creating a WordPress table of contents with our step-by-step guide. Discover how you can enhance your content with a table of contents.\",\"breadcrumb\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wpengine.com\/case-studies\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\",\"item\":\"https:\/\/wpengine.com\/case-studies\/resources\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Create a Table of Contents in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#website\",\"url\":\"https:\/\/wpengine.com\/case-studies\/\",\"name\":\"WP Engine\",\"description\":\"Managed Hosting for WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpengine.com\/case-studies\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/f5301455463371a10d1fc290e9ad0085\",\"name\":\"WP Engine\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g\",\"caption\":\"WP Engine\"},\"sameAs\":[\"https:\/\/wpengine.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create a Table of Contents in WordPress","description":"Master creating a WordPress table of contents with our step-by-step guide. Discover how you can enhance your content with a table of contents.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"How to Create a Table of Contents in WordPress","og_description":"Master creating a WordPress table of contents with our step-by-step guide. Discover how you can enhance your content with a table of contents.","og_url":"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/","og_site_name":"WP Engine","article_publisher":"https:\/\/www.facebook.com\/wpengine","article_modified_time":"2024-09-29T15:36:06+00:00","og_image":[{"width":1100,"height":500,"url":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/table-of-contents-featured.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"How to Create a Table of Contents in WordPress","twitter_description":"Master creating a WordPress table of contents with our step-by-step guide. Discover how you can enhance your content with a table of contents.","twitter_image":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/table-of-contents-featured.jpg","twitter_site":"@wpengine","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/","url":"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/","name":"How to Create a Table of Contents in WordPress","isPartOf":{"@id":"https:\/\/wpengine.com\/case-studies\/#website"},"datePublished":"2017-09-22T17:32:37+00:00","dateModified":"2024-09-29T15:36:06+00:00","description":"Master creating a WordPress table of contents with our step-by-step guide. Discover how you can enhance your content with a table of contents.","breadcrumb":{"@id":"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/case-studies\/resources\/how-to-create-table-of-contents-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpengine.com\/case-studies\/"},{"@type":"ListItem","position":2,"name":"Resources","item":"https:\/\/wpengine.com\/case-studies\/resources\/"},{"@type":"ListItem","position":3,"name":"How to Create a Table of Contents in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/wpengine.com\/case-studies\/#website","url":"https:\/\/wpengine.com\/case-studies\/","name":"WP Engine","description":"Managed Hosting for WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpengine.com\/case-studies\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/f5301455463371a10d1fc290e9ad0085","name":"WP Engine","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/case-studies\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g","caption":"WP Engine"},"sameAs":["https:\/\/wpengine.com"]}]}},"acf":[],"grid_image_url":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2017\/09\/toc-grid.png","media-type":{"term_id":916,"name":"Article","slug":"article"},"role":"<strong>Roles:<\/strong> Developer, Site Owner","topic":"<strong>Topics:<\/strong> WordPress","_links":{"self":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource\/29956","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource"}],"about":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/types\/resource"}],"author":[{"embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/users\/1"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/media\/108548"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/media?parent=29956"}],"wp:term":[{"taxonomy":"resource-topic","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-topic?post=29956"},{"taxonomy":"resource-role","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-role?post=29956"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-type?post=29956"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}