{"id":2202,"date":"2025-06-11T01:39:19","date_gmt":"2025-06-11T06:39:19","guid":{"rendered":"https:\/\/upupdo.com\/?p=2202"},"modified":"2025-12-18T15:41:13","modified_gmt":"2025-12-18T15:41:13","slug":"wordpress-media-library","status":"publish","type":"post","link":"https:\/\/upupdo.com\/wordpress\/wordpress-media-library","title":{"rendered":"A Comprehensive Guide to WordPress Media Library"},"content":{"rendered":"\n<h5 class=\"wp-block-heading\">1. Introduction to the Media Library<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">The WordPress Media Library is a centralized hub for managing all your media files, including images, videos, audio files, and documents. It simplifies the process of uploading, organizing, and inserting media into your posts, pages, or other areas of your website. To access the Media Library, log in to your WordPress dashboard and navigate to &#8220;Media&#8221; in the left-hand menu. From there, you can view all uploaded files, search for specific items, and perform actions like editing or deleting files. This powerful tool is essential for enhancing your website\u2019s visual and interactive elements.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">2. Uploading Media Files<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Uploading media to the Media Library is straightforward and can be done in two primary ways: directly through the Media Library or while editing content.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To upload from the Media Library:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to <strong>Media &gt; Add Media Files<\/strong>.<\/li>\n\n\n\n<li>Click the &#8220;Select Files&#8221; button or drag and drop your files into the upload area.<\/li>\n\n\n\n<li>Wait for the upload to complete, after which the files will appear in the Media Library.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Alternatively, when working on a post or page, click the &#8220;Add Media&#8221; button above the editor to upload files directly into your content. WordPress supports a variety of file formats to accommodate different media types.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a518d8c51190&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a518d8c51190\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1914\" height=\"692\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/upupdo.com\/wp-content\/uploads\/2025\/06\/2025061101.png\" alt=\"WordPress Media Library\" class=\"wp-image-2206\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h6 class=\"wp-block-heading\">2.1 Supported File Types<\/h6>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress supports the following default file types:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Images:<\/strong> .jpg, .jpeg, .png, .gif, .ico<\/li>\n\n\n\n<li><strong>Documents:<\/strong> .pdf, .doc, .docx, .ppt, .pptx, .pps, .ppsx, .odt, .xls, .xlsx, .psd<\/li>\n\n\n\n<li><strong>Audio:<\/strong> .mp3, .m4a, .ogg, .wav<\/li>\n\n\n\n<li><strong>Video:<\/strong> .mp4, .m4v, .mov, .wmv, .avi, .mpg, .ogv, .3gp, .3g2<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Some hosting providers may impose restrictions on certain file types (e.g., .svg files are blocked by default for security reasons). If you need to upload restricted formats, you can use plugins or adjust server settings, though you may need to consult your hosting provider for support.<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">2.2 File Size Limitations (Adjustable)<\/h6>\n\n\n\n<p class=\"wp-block-paragraph\">The maximum file size for uploads depends on your server\u2019s PHP settings, specifically the upload_max_filesize and post_max_size directives. This limit is typically between 2MB and 8MB but varies by hosting provider. To check your limit, go to <strong>Media &gt; Add New File<\/strong>, where it\u2019s displayed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To increase the limit for larger files, consider these options:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Edit the <code>php.ini<\/code> file on your server (requires server access).<\/li>\n\n\n\n<li>Modify your<code> .htaccess<\/code> file with appropriate directives.<\/li>\n\n\n\n<li>Install a plugin like &#8220;Increase Maximum Upload File Size.&#8221;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Adjusting these settings might also require tweaking related parameters, such as <code>max_execution_time<\/code>, to avoid upload timeouts. Technical assistance from your hosting provider may be necessary.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">3. Editing Media File Information<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Once a media file is uploaded, you can edit its details to enhance its context, accessibility, and search engine optimization (SEO). To edit a file:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to the <strong>Media <strong>&gt; <\/strong>Library<\/strong>.<\/li>\n\n\n\n<li>Click the file you want to edit.<\/li>\n\n\n\n<li>In the &#8220;Attachment Details&#8221; window, update the fields as needed.<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a518d8c51f55&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a518d8c51f55\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"591\" height=\"560\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/upupdo.com\/wp-content\/uploads\/2025\/06\/Editing-Media-File-Information.png\" alt=\"Editing Media File Information\" class=\"wp-image-2438\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For more options, click &#8220;Edit&#8221; to access the full editing screen. Key fields include:<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">3.1 Alternative Text (Alt Text) &#8211; Importance for SEO<\/h6>\n\n\n\n<p class=\"wp-block-paragraph\">Alt text is a critical feature for images, serving dual purposes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Accessibility:<\/strong> It provides a description for screen readers, aiding visually impaired users.<\/li>\n\n\n\n<li><strong>SEO:<\/strong> Search engines use alt text to understand and index images, boosting your site\u2019s visibility in image searches.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Tips for effective alt text:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Be descriptive (e.g., &#8220;A red rose in a glass vase on a wooden table&#8221;).<\/li>\n\n\n\n<li>Keep it concise (under 125 characters).<\/li>\n\n\n\n<li>Use relevant keywords naturally, avoiding overstuffing.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">For example, replace &#8220;img123.jpg&#8221; with &#8220;A sunset over the ocean with palm trees in the foreground.&#8221;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\">3.2 Title, Caption, Description<\/h6>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Title:<\/strong> The file\u2019s name, shown in the Media Library and used in galleries or attachment pages. Make it descriptive (e.g., &#8220;Ocean Sunset&#8221;).<\/li>\n\n\n\n<li><strong>Caption:<\/strong> A brief text displayed beneath the media in posts or pages, offering immediate context (e.g., &#8220;A serene sunset view&#8221;).<\/li>\n\n\n\n<li><strong>Description:<\/strong> A longer explanation, typically used on attachment pages or in certain themes (e.g., &#8220;This photo captures a sunset on a tropical beach with vibrant colors&#8221;).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">While titles and descriptions are optional, captions can significantly improve user engagement.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">4. Inserting Media into Posts and Pages<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress makes it easy to add media to your content. Here\u2019s how to handle different types:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Images:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In the editor, position your cursor where you want the image.<\/li>\n\n\n\n<li>Click &#8220;Add Media.&#8221;<\/li>\n\n\n\n<li>Select or upload an image.<\/li>\n\n\n\n<li>Set alignment (left, center, right, none), size (thumbnail, medium, large, full), and link options (media file, attachment page, custom URL, none).<\/li>\n\n\n\n<li>Click &#8220;Insert into post.&#8221;<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">You can also designate an image as the &#8220;Featured Image&#8221; for prominent display in your theme.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Galleries:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Click &#8220;Add Media.&#8221;<\/li>\n\n\n\n<li>Select multiple images and click &#8220;Create Gallery.&#8221;<\/li>\n\n\n\n<li>Arrange images, set column numbers, and adjust link settings.<\/li>\n\n\n\n<li>Click &#8220;Insert gallery.&#8221;<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a518d8c52d28&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a518d8c52d28\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1485\" height=\"495\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/upupdo.com\/wp-content\/uploads\/2025\/06\/Create-WordPress-Gallery.png\" alt=\"Create WordPress Gallery\" class=\"wp-image-2441\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Videos and Audio:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Upload the file to the Media Library.<\/li>\n\n\n\n<li>Insert it with the &#8220;Embed Media Player&#8221; option for an in-content player, or link to it for external playback.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Documents:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Upload the file (e.g., a PDF).<\/li>\n\n\n\n<li>Use &#8220;Add Media&#8221; to insert a link into your content.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Plugins can enhance functionality, such as embedding document viewers.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">5. Basic Image Optimization<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress offers a built-in image editor for basic adjustments. To use it:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to the <strong>Media<strong> <strong>&gt;<\/strong><\/strong><\/strong> <strong>Library<\/strong>.<\/li>\n\n\n\n<li>Click an image and select &#8220;Edit Image.&#8221;<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Available tools include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Crop:<\/strong> Trim the image by selecting an area, with options for aspect ratios (e.g., 1:1) or free cropping.<\/li>\n\n\n\n<li><strong>Rotate:<\/strong> Turn the image 90 degrees left\/right or flip it horizontally\/vertically.<\/li>\n\n\n\n<li><strong>Scale:<\/strong> Resize by entering new dimensions (downscaling only, to preserve quality).<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;6a518d8c537c7&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"6a518d8c537c7\" class=\"aligncenter size-full wp-lightbox-container\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"963\" height=\"294\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on--pointerdown=\"actions.preloadImage\" data-wp-on--pointerenter=\"actions.preloadImageWithDelay\" data-wp-on--pointerleave=\"actions.cancelPreload\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/upupdo.com\/wp-content\/uploads\/2025\/06\/WordPress-offers-a-built-in-image-editor.png\" alt=\"WordPress offers a built-in image editor\" class=\"wp-image-2442\"\/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\tdata-wp-bind--aria-label=\"state.thisImage.triggerButtonAriaLabel\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.thisImage.buttonRight\"\n\t\t\tdata-wp-style--top=\"state.thisImage.buttonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Edits are non-destructive; revert to the original by selecting &#8220;Restore Original Image.&#8221; For advanced edits, use external tools like Photoshop or GIMP before uploading.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">6. Organizing Media Files<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress stores files in the <code>wp-content\/uploads<\/code> directory by year and month, but the Media Library lacks native folder support. To organize:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install plugins like &#8220;Media Library Folders&#8221; or &#8220;WP Media Folder&#8221; for virtual folders.<\/li>\n\n\n\n<li>Use search and filter options (by date, type, or name).<\/li>\n\n\n\n<li>Add tags or categories with plugins like &#8220;Enhanced Media Library.&#8221;<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Effective organization is key for managing extensive libraries.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">7. Best Practices for Media Management<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Optimize your Media Library with these tips:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Image Optimization:<\/strong> Compress images pre-upload with tools like TinyPNG to reduce file size.<\/li>\n\n\n\n<li><strong>External Hosting:<\/strong> Use platforms like YouTube or SoundCloud for large video\/audio files, embedding them to save bandwidth.<\/li>\n\n\n\n<li><strong>Cleanup:<\/strong> Remove unused files periodically, aided by plugins like &#8220;Media Cleaner.&#8221;<\/li>\n\n\n\n<li><strong>Backups:<\/strong> Include media in site backups via hosting services or plugins.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These practices ensure efficiency and performance.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Conclusion<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">The WordPress Media Library is a vital tool for managing your site\u2019s media. By mastering uploading, editing, inserting, and optimizing media, you can elevate your website\u2019s appeal, accessibility, and speed. Regularly maintain your library with meaningful alt text and organization strategies for the best results.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. Introduction to the Media Library The WordPress Media Library is a centralized hub for managing all your media files, including images, videos, audio files, and documents. It simplifies the process of uploading, organizing, and inserting media into your posts, pages, or other areas of your website. To access the Media Library, log in to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2908,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,19],"tags":[20],"class_list":["post-2202","post","type-post","status-publish","format-standard","has-post-thumbnail","category-wordpress","category-beginner-level","tag-media"],"_links":{"self":[{"href":"https:\/\/upupdo.com\/wp-json\/wp\/v2\/posts\/2202","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/upupdo.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/upupdo.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/upupdo.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/upupdo.com\/wp-json\/wp\/v2\/comments?post=2202"}],"version-history":[{"count":0,"href":"https:\/\/upupdo.com\/wp-json\/wp\/v2\/posts\/2202\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/upupdo.com\/wp-json\/wp\/v2\/media\/2908"}],"wp:attachment":[{"href":"https:\/\/upupdo.com\/wp-json\/wp\/v2\/media?parent=2202"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/upupdo.com\/wp-json\/wp\/v2\/categories?post=2202"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/upupdo.com\/wp-json\/wp\/v2\/tags?post=2202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}