{"id":100058,"date":"2020-02-24T12:38:51","date_gmt":"2020-02-24T18:38:51","guid":{"rendered":"https:\/\/wpengine.com\/?post_type=resource&#038;p=100058"},"modified":"2024-10-02T14:37:48","modified_gmt":"2024-10-02T19:37:48","slug":"wordpress-author-box","status":"publish","type":"resource","link":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/","title":{"rendered":"How to Add an Author Box to WordPress Posts"},"content":{"rendered":"\n<p>One of the many useful features WordPress delivers as a Content Management System (CMS) is the option to manage multiple authors. This can be especially useful if you want to keep up a high-volume publishing schedule. However, not all themes are well-designed to display individual author bios on posts.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Fortunately, there are several tools available for including author boxes on your site. In fact, they enable you to build this key information right into your website\u2019s or blog\u2019s structure. That way, your various writers get credit, and your readers can seek out more content from their favorite authors.<\/p>\n\n\n\n<p>In this article, we\u2019ll review three ways to include author boxes on your WordPress website. We\u2019ll also look at several <a href=\"https:\/\/wpengine.com\/resources\/wordpress-plugins-site-optimization\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress optimization<\/a> plugins that can make this task easier. <\/p>\n\n\n\n<p>Let\u2019s get started!&nbsp;&nbsp;<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">What Is a WordPress Author Box?<\/h2>\n\n\n\n<p>First, let\u2019s take a look at what a WordPress author box actually is. When you read articles on your favorite blogs, you might notice there\u2019s often a section\u2014typically at the bottom of the page\u2014that\u2019s styled to stand out from the rest of the post\u2019s content.<\/p>\n\n\n\n<p>This is an example of a WordPress author box over on <a href=\"https:\/\/torquemag.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">the Torque blog<\/a>. Most author boxes are similar, providing basic information about the writer and typically an image or headshot. Additionally, there are often links leading out to the author\u2019s email address and\/or social media accounts.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Can a WordPress Author Bio Enhance Your Site?&nbsp;<\/h2>\n\n\n\n<p>With so many content options available online, setting your blog post apart from the masses is important. This is where using a WordPress author box can be very helpful.&nbsp;Additionally, creating a WordPress author page, separate from the blog, will be beneficial as well.<\/p>\n\n\n\n<p>When you add your writers\u2019 author description and include their professional or academic achievements to their posts, it can help lend credibility to the content. Additionally, if you often <a href=\"https:\/\/torquemag.io\/2018\/09\/how-to-effectively-attract-and-manage-guest-bloggers-in-wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\">invite guest bloggers<\/a> to provide content, placing their author bios on the page is a great way to provide transparency to your readers.&nbsp;&nbsp;<\/p>\n\n\n\n<p>As we saw above, WordPress author boxes usually enable you to include each author\u2019s photo as well. This helps give the post (and your website) a &#8220;face.&#8221; If visitors can connect a real person to what they\u2019re reading, it will humanize your content and encourage users to seek out more.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to Show Author Names in Your WordPress Posts (3 Methods)<\/h2>\n\n\n\n<p>As with most WordPress-related tasks, you have several options when it comes to including an author box widget on your posts. Depending on your unique situation, one of the following three methods should get the job done. We suggest reading through all of them, and then picking the one that best meets your needs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Choose a WordPress Theme with Author Boxes&nbsp;<\/h3>\n\n\n\n<p>One of the easiest ways to include author boxes on your website is to <a href=\"https:\/\/www.studiopress.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">choose a theme<\/a> that offers the option as a built-in feature. This is especially important if you have more than one author, as most themes only enable you to display boxes for a single writer.&nbsp;<\/p>\n\n\n\n<p>Once you choose a theme with this feature, you\u2019ll want to have each author access their <em>User Profile<\/em> in the WordPress dashboard. They can find this under <em>Users &gt; All Users<\/em>, by clicking on their usernames.<\/p>\n\n\n\n<p>The information each writer provides in their profile will be used in the corresponding author box. That includes the author\u2019s display name, biographical information, an image if relevant, email address, and even social profiles.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Use an Author Box WordPress Plugin<\/h3>\n\n\n\n<p>If you\u2019re already using a theme that does not feature author boxes, that\u2019s okay! Thanks to the robust offerings in the <a href=\"https:\/\/wordpress.org\/plugins\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Plugin Directory<\/a>, there are several tools to choose from that can add this feature to just about any theme.&nbsp;<\/p>\n\n\n\n<p>To help you choose the WordPress author box plugin that will best suit your needs, we\u2019ve reviewed four well-rated options you can try. You\u2019ll find those reviews later in this article.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Use Manual Code to Add Author Bios to WordPress&nbsp;<\/h3>\n\n\n\n<p>If you\u2019re comfortable editing your website&#8217;s files directly, you can also add author boxes using code snippets. This is a useful option if you want a completely customized look and feel.<\/p>\n\n\n\n<p>To get started, you can add <a href=\"https:\/\/www.wpkube.com\/how-to-add-author-box-in-wordpress-posts\/\" target=\"_blank\" rel=\"noreferrer noopener\">the following code<\/a> to your Cascading Style Sheet (CSS) file:&nbsp;<\/p>\n\n\n\n<p><code>#author-info { float: left; padding: 20px;background-color: #f0f0f0; margin-bottom:10px; -moz-border-radius: 5px;border-radius: 5px;}&nbsp;<br>#author-info .avatar { position: relative; top: 0; left: 0; float: left; }&nbsp;<br>#author-description { margin-left: 100px; }&nbsp;<br>#author-description h3 { margin-top:0px;margin-bottom:10px;}<\/code><\/p>\n\n\n\n<p>Of course, you can tweak this code to suit your website\u2019s specific theme.<\/p>\n\n\n\n<p>Then, you\u2019ll need to locate the <em>single.php<\/em> file for your theme. If you\u2019re not working with <a href=\"https:\/\/wpengine.com\/resources\/create-child-theme-wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\">a child theme<\/a> yet, we do recommend taking that approach. It can help to prevent site breakage if something goes wrong with your code placement.&nbsp;<\/p>\n\n\n\n<p>Next, add <a href=\"https:\/\/www.wpkube.com\/how-to-add-author-box-in-wordpress-posts\/\" target=\"_blank\" rel=\"noreferrer noopener\">the following code<\/a> inside <a href=\"https:\/\/codex.wordpress.org\/The_Loop\" target=\"_blank\" rel=\"noreferrer noopener\">The Loop<\/a> of your <em>single.php<\/em> file:<\/p>\n\n\n\n<p><code>&lt;div id=\"author-info\"&gt;<br>     &lt;div id=\"author-avatar\"&gt;<br>     &lt;?php echo get_avatar( get_the_author_meta('user_email'), '80', '' ); ?&gt;<br>     &lt;\/div&gt;<br>&lt;div id=\"author-description\"&gt;<br>&lt;h3&gt;&lt;?php the_author_link(); ?&gt;&lt;\/h3&gt;<br>     &lt;?php the_author_meta('description'); ?&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;\/div&gt;<br>&lt;\/div&gt;<\/code><\/p>\n\n\n\n<p>With that code in place, you can now edit the snippet to customize your WordPress author box. You\u2019re free to add in additional information and links as needed; as usual with WordPress, the sky&#8217;s the limit when it comes to customization.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Are the Best WordPress Author Box Plugins?<\/h2>\n\n\n\n<p>If you want to use a plugin to add a WordPress author box to your site, you\u2019re in luck. There are several to choose from, which all have some unique features to offer. Here are four of the best options.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. <a href=\"https:\/\/wordpress.org\/plugins\/simple-author-box\/\" target=\"_blank\" rel=\"noreferrer noopener\">Simple Author Box<\/a><\/h3>\n\n\n\n<p>The <a href=\"https:\/\/wordpress.org\/plugins\/simple-author-box\/\" target=\"_blank\" rel=\"noreferrer noopener\">Simple Author Box<\/a> plugin is a helpful tool if you want to help your authors promote their social media profiles. When you install and activate this plugin, it can add more than 30 possible social media options to the <em>User Profile<\/em> page in WordPress.&nbsp;<\/p>\n\n\n\n<p>Authors can then choose which accounts they\u2019ll link to in their displayed author boxes. Additionally, each author box can include the writer\u2019s name, their <a href=\"https:\/\/wordpress.org\/support\/article\/how-to-use-gravatars\/\" target=\"_blank\" rel=\"noreferrer noopener\">Gravatar<\/a>, and a description. Simple Author Box is also fully responsive, so you can be confident that your author boxes will display properly on any size screen.&nbsp;<\/p>\n\n\n\n<p>This is a free plugin with a decent set of default features. However, if you want to gain access to a long list of advanced options, you can upgrade and purchase a single site license for <a href=\"https:\/\/wpauthorbox.com\/pricing\/\" target=\"_blank\" rel=\"noreferrer noopener\">$39 per year<\/a>.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. <a href=\"https:\/\/wordpress.org\/plugins\/starbox\/\" target=\"_blank\" rel=\"noreferrer noopener\">Starbox<\/a><\/h3>\n\n\n\n<p><a href=\"https:\/\/wordpress.org\/plugins\/starbox\/\" target=\"_blank\" rel=\"noreferrer noopener\">Starbox<\/a> is a bit of a star itself in the plugin world. It has more than 10,000 active downloads, and more than 130 five-star ratings. It also offers a lot of flexibility in how you customize and display your author boxes.<\/p>\n\n\n\n<p>For example, you can choose to include your author boxes at the top or bottom of relevant pages. Additionally, you\u2019ll be able to add in all the information you need to display, along with social links and images. You can also easily add a Starbox to your site by using shortcodes, and create pages that display posts written by specific authors.&nbsp;<\/p>\n\n\n\n<p>This is a very robust author box plugin that you can download for free. There\u2019s also a <a href=\"https:\/\/starbox.squirrly.co\/product\/starbox-the-author-box-for-humans\/\" target=\"_blank\" rel=\"noreferrer noopener\">pro version<\/a> that you can upgrade to, if you want to receive the developer\u2019s premium support service. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. <a href=\"https:\/\/wordpress.org\/plugins\/molongui-authorship\/\" target=\"_blank\" rel=\"noreferrer noopener\">Molongui Authorship<\/a><\/h3>\n\n\n\n<p>While other plugins often limit author information to users who are registered through your WordPress administration panel, <a href=\"https:\/\/wordpress.org\/plugins\/molongui-authorship\/\" target=\"_blank\" rel=\"noreferrer noopener\">Molongui Authorship<\/a> offers more options. With this plugin, you\u2019ll be able to include author details from outside WordPress itself.&nbsp;<\/p>\n\n\n\n<p>You can feature guest authors without adding them to your user list and use the related posts feature to show other work posted by that author. Additionally, you\u2019re able to accommodate multiple writers in one box. This is a highly-desirable feature if you\u2019re looking to attract panels or teams of talented writers, who prefer to see all of their names featured.<\/p>\n\n\n\n<p>This is another free plugin with a <a href=\"https:\/\/www.molongui.com\/product\/authorship\/\" target=\"_blank\" rel=\"noreferrer noopener\">premium upgrade option<\/a>. A one-site license is about $42\/year (\u20ac39\/year). The free version is pretty robust, but if you want to extend the author box feature to your custom post types or sidebars the premium version is your best bet.&nbsp;&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>4. <\/strong><a href=\"https:\/\/wordpress.org\/plugins\/about-author\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>About Author<\/strong><\/a><\/h3>\n\n\n\n<p>Use <a href=\"https:\/\/wordpress.org\/plugins\/about-author\/\" target=\"_blank\" rel=\"noreferrer noopener\">About Author<\/a> to display your author bio in style. Choose from 10 different author design templates, utilize the multiple author display layout, pick from more than 500 fonts, among many other convenient features.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>5. <\/strong><a href=\"https:\/\/wordpress.org\/plugins\/co-authors-plus\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Co-Authors Plus<\/strong><\/a><\/h3>\n\n\n\n<p><a href=\"https:\/\/wordpress.org\/plugins\/about-author\/\" target=\"_blank\" rel=\"noreferrer noopener\">Co-authors Plus<\/a> allows you to add bylines for authors without creating new WordPress accounts. Unique to this plugin, add multiple bylines to posts using a convenient search as you type box.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Build Trust and Authority with WP Engine&nbsp;<\/h2>\n\n\n\n<p>There\u2019s a lot of noise out there, and keeping your audience focused on your content can be difficult. Displaying a WordPress author box is an easy way to offer your readers transparent and valuable details about your writers\u2019 expertise.&nbsp;<\/p>\n\n\n\n<p>Here at WP Engine, we know how important it is to have access to the best <a href=\"https:\/\/developer.wordpress.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">developer resources<\/a> and top-tier <a href=\"https:\/\/wpengine.com\/wordpress-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">hosting for your WordPress site<\/a>. When it comes to building fast, secure, and reliable websites, we have several <a href=\"https:\/\/wpengine.com\/plans\/\" target=\"_blank\" rel=\"noreferrer noopener\">hosting plans<\/a> to choose from.<\/p>\n\n\n\n<p>Check out our WordPress solutions for your next project!&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One of the many useful features WordPress delivers as a Content Management System (CMS) is the option to manage multiple authors. This can be especially useful if you want to keep up a high-volume publishing schedule. However, not all themes are well-designed to display individual author bios on posts.&nbsp;&nbsp; Fortunately, there are several tools available<span class=\"tile__ellipses\">&hellip;<\/span><span class=\"tile__ellipses--animated\"><\/span><\/p>\n","protected":false},"author":1,"featured_media":146147,"template":"","resource-topic":[904],"resource-role":[895,896,1296,899],"resource-type":[916],"class_list":["post-100058","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 Add an Author Box to WordPress Posts<\/title>\n<meta name=\"description\" content=\"Adding an author box to your WordPress posts builds trust with your users. Learn how to add an author bio or create an author page in WordPress.\" \/>\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 Add an Author Box to WordPress Posts\" \/>\n<meta property=\"og:description\" content=\"Adding an author box to your WordPress posts builds trust with your users. Learn how to add an author bio or create an author page in WordPress.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/\" \/>\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-10-02T19:37:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2020\/02\/author-header.png\" \/>\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\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to Add an Author Box to WordPress Posts\" \/>\n<meta name=\"twitter:description\" content=\"Adding an author box to your WordPress posts builds trust with your users. Learn how to add an author bio or create an author page in WordPress.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2020\/02\/author-header.png\" \/>\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\/wordpress-author-box\/\",\"url\":\"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/\",\"name\":\"How to Add an Author Box to WordPress Posts\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/#website\"},\"datePublished\":\"2020-02-24T18:38:51+00:00\",\"dateModified\":\"2024-10-02T19:37:48+00:00\",\"description\":\"Adding an author box to your WordPress posts builds trust with your users. Learn how to add an author bio or create an author page in WordPress.\",\"breadcrumb\":{\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/#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 Add an Author Box to WordPress Posts\"}]},{\"@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 Add an Author Box to WordPress Posts","description":"Adding an author box to your WordPress posts builds trust with your users. Learn how to add an author bio or create an author page in WordPress.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"How to Add an Author Box to WordPress Posts","og_description":"Adding an author box to your WordPress posts builds trust with your users. Learn how to add an author bio or create an author page in WordPress.","og_url":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/","og_site_name":"WP Engine","article_publisher":"https:\/\/www.facebook.com\/wpengine","article_modified_time":"2024-10-02T19:37:48+00:00","og_image":[{"width":1100,"height":500,"url":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2020\/02\/author-header.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_title":"How to Add an Author Box to WordPress Posts","twitter_description":"Adding an author box to your WordPress posts builds trust with your users. Learn how to add an author bio or create an author page in WordPress.","twitter_image":"https:\/\/wpengine.com\/case-studies\/wp-content\/uploads\/2020\/02\/author-header.png","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\/wordpress-author-box\/","url":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/","name":"How to Add an Author Box to WordPress Posts","isPartOf":{"@id":"https:\/\/wpengine.com\/case-studies\/#website"},"datePublished":"2020-02-24T18:38:51+00:00","dateModified":"2024-10-02T19:37:48+00:00","description":"Adding an author box to your WordPress posts builds trust with your users. Learn how to add an author bio or create an author page in WordPress.","breadcrumb":{"@id":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/case-studies\/resources\/wordpress-author-box\/#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 Add an Author Box to WordPress Posts"}]},{"@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\/2020\/02\/author-grid.png","media-type":{"term_id":916,"name":"Article","slug":"article"},"role":"<strong>Roles:<\/strong> Agency, Developer, Publisher, Site Owner","topic":"<strong>Topics:<\/strong> Marketing","_links":{"self":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource\/100058","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\/146147"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/media?parent=100058"}],"wp:term":[{"taxonomy":"resource-topic","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-topic?post=100058"},{"taxonomy":"resource-role","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-role?post=100058"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/wpengine.com\/case-studies\/wp-json\/wp\/v2\/resource-type?post=100058"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}