{"id":170,"date":"2018-04-02T15:15:37","date_gmt":"2018-04-02T15:15:37","guid":{"rendered":"http:\/\/vassarspaces.net\/support\/?p=170"},"modified":"2019-10-24T18:03:55","modified_gmt":"2019-10-24T18:03:55","slug":"publishing-content","status":"publish","type":"post","link":"https:\/\/vassarspaces.net\/support\/uncategorized\/publishing-content\/","title":{"rendered":"Publishing Content"},"content":{"rendered":"<div class=\"level1\">\n<p>The primary activity that you&#8217;re likely to be doing on your WordPress site is publishing content. The content could be the text you write, pictures you take, videos or audios (which may be hosted on another site), or other media that you&#8217;ve found elsewhere on the Web. WordPress makes it very easy to publish media content of all types, whether hosted on your actual Web server or elsewhere.<\/p>\n<\/div>\n<h2 id=\"posts-vs-pages\" class=\"sectionedit11\">Posts vs. Pages<\/h2>\n<div class=\"level2\">\n<p>Out of the box, WordPress provides two primary content types for you two work with: posts and pages. If you read blogs or have ever written for a blog before, the concept of a post is probably a bit familiar.\u00a0<strong>Posts<\/strong>\u00a0often are content that appear on your blog in some kind of scheduled way. They usually are presented on your site in reverse-chronological order. Posts might be what you use to share your regular thoughts, reflections, or ideas about a topic. Posts make up a kind of \u201criver\u201d of content that you&#8217;re producing as part of your blogging activity.<\/p>\n<p><strong>Pages<\/strong>\u00a0usually correspond to our more traditional concept of what makes up a Web site. Pages are presented outside of the \u201criver\u201d of content that are posts. They are more likely to stand alone and be organized according to a traditional hierarchy. Pages might be content that is less frequently updated or changed.<\/p>\n<p>If you were using WordPress to build a business Web site with a lot of information content, you would probably use Pages. If you added a feature to that site where you started to advertise special events or news, you would probably use Posts.<\/p>\n<p><strong>A few other things to know about Pages vs Posts:<\/strong><\/p>\n<ul>\n<li class=\"level1\">\n<div class=\"li\">If you want your content to be accessible to your users via RSS\/syndication, you&#8217;ll need to use Posts. By default, Pages do not appear in a site&#8217;s RSS feed.<\/div>\n<\/li>\n<li class=\"level1\">\n<div class=\"li\">Categories and Tags (which are used in WordPress to help you organize your content) are ONLY available on Posts. Page organization is done by customizing your site&#8217;s menus.<\/div>\n<\/li>\n<li class=\"level1\">\n<div class=\"li\">Okay, this get&#8217;s a little tricky: WordPress, by default, also creates \u201cCategory Pages\u201d and \u201cTag Pages\u201d that display all the Posts in a category or tag. These are NOT related to the regular Page type.<\/div>\n<\/li>\n<\/ul>\n<\/div>\n<h2 id=\"media\" class=\"sectionedit12\">Media<\/h2>\n<div class=\"level2\">\n<p>Upon occasion, you may want to include media (images, audio, video) in your site&#8217;s posts and pages. There are generally two approaches to handling media in WordPress:<\/p>\n<p><strong>Uploading<\/strong>: You can upload the files to your site&#8217;s Media Gallery and then link to them in your posts\/pages. This works very well for images, and when you take this approach for images you have the added benefit of being able to make use of WordPress&#8217; built-in (albeit rudimentary) editing tools. Also, when you upload images to WordPress, it automatically creates different sizes that you can use, as needed. This approach works less well for audio and video. In order to have your media files actually show up in a \u201cplayer\u201d (with controls for stopping, pausing, etc.) you&#8217;ll need to install a plugin. Otherwise, you&#8217;ll only be able to include links to the files. How people view\/listen to them will depend a bit on the setup on their own computer and in their own browser. They may, for example, have to download the media file and then open it in another program on their computer.<\/p>\n<p><strong>Embedding<\/strong>: You can embed media from other sites easily in WordPress. Embedding an image just means providing a\u00a0<abbr title=\"Uniform Resource Locator\">URL<\/abbr>\u00a0to its location elsewhere on the Web. Instead of uploading it to the server, WordPress grabs that image from the external source and displays it on your post\/page. However, with this approach, you lose your editing capabilities as well as the resizing feature. Embedding audio and video from external sources becomes easier with every version of WordPress it seems. These days, you can embed video and audio from many external services (YouTube, Vimeo, SoundCloud, complete list here) by simply placing the full\u00a0<abbr title=\"Uniform Resource Locator\">URL<\/abbr>\u00a0of the audio\/video location on its own line in your post\/page. There is\u00a0<a class=\"urlextern\" title=\"http:\/\/codex.wordpress.org\/Embeds#Okay.2C_So_What_Sites_Can_I_Embed_From.3F\" href=\"http:\/\/codex.wordpress.org\/Embeds#Okay.2C_So_What_Sites_Can_I_Embed_From.3F\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">a complete list of supported external services<\/a>, and you can learn\u00a0<a class=\"urlextern\" title=\"http:\/\/codex.wordpress.org\/Embeds\" href=\"http:\/\/codex.wordpress.org\/Embeds\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">more about embedding from external sources at the WordPress site<\/a>. Our general advice is to use externally hosted media whenever it makes sense and works. This is\u00a0<em>usually<\/em>\u00a0the case when you need to use audio or video; without plugins, well-presented audio and video in WordPress is tricky. For images, if you need to do basic editing and\/or require different sizes of images, upload them to your site. Otherwise, consider referencing them from another location (your Flickr account, for example).<\/p>\n<\/div>\n<h2 id=\"post-formats\" class=\"sectionedit13\">Post Formats<\/h2>\n<div class=\"level2\">\n<p>Recent versions of WordPress have built out a new \u201cpost format\u201d feature which, if you are using a theme with the feature enabled, will style post formats differently depending on what they are. The formats that are built-in to WordPress (and are available for theme developers to use) are the following:<\/p>\n<ul>\n<li class=\"level1\">\n<div class=\"li\">aside &#8211; Similar to a Facebook note update.<\/div>\n<\/li>\n<li class=\"level1\">\n<div class=\"li\">gallery &#8211; A gallery of images.<\/div>\n<\/li>\n<li class=\"level1\">\n<div class=\"li\">link &#8211; A link to another site.<\/div>\n<\/li>\n<li class=\"level1\">\n<div class=\"li\">image &#8211; A single image.<\/div>\n<\/li>\n<li class=\"level1\">\n<div class=\"li\">quote &#8211; A quotation.<\/div>\n<\/li>\n<li class=\"level1\">\n<div class=\"li\">status &#8211; A short status update, similar to a Twitter status update.<\/div>\n<\/li>\n<li class=\"level1\">\n<div class=\"li\">video &#8211; A single video.<\/div>\n<\/li>\n<li class=\"level1\">\n<div class=\"li\">audio &#8211; An audio file.<\/div>\n<\/li>\n<li class=\"level1\">\n<div class=\"li\">chat &#8211; A chat transcript.<\/div>\n<\/li>\n<\/ul>\n<p>Those of you familiar with\u00a0<a class=\"urlextern\" title=\"http:\/\/tumblr.com\/\" href=\"http:\/\/tumblr.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">Tumblr<\/a>\u00a0may recognize this approach to post formats.<\/p>\n<p>For the most part, post formats are designed as a way to\u00a0<strong>style<\/strong>\u00a0a site (and customize styling depending on the kind of content that is being displayed). They have no special functionality, and their use depends entirely upon the theme you are using. Many older themes, for example, do not recognize post formats.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The primary activity that you&#8217;re likely to be doing on your WordPress site is publishing content. The content could be the text you write, pictures you take, videos or audios (which may be hosted on another site), or other media that you&#8217;ve found elsewhere on the Web. WordPress makes it very easy to publish media [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-170","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/vassarspaces.net\/support\/wp-json\/wp\/v2\/posts\/170","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vassarspaces.net\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vassarspaces.net\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vassarspaces.net\/support\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vassarspaces.net\/support\/wp-json\/wp\/v2\/comments?post=170"}],"version-history":[{"count":2,"href":"https:\/\/vassarspaces.net\/support\/wp-json\/wp\/v2\/posts\/170\/revisions"}],"predecessor-version":[{"id":505,"href":"https:\/\/vassarspaces.net\/support\/wp-json\/wp\/v2\/posts\/170\/revisions\/505"}],"wp:attachment":[{"href":"https:\/\/vassarspaces.net\/support\/wp-json\/wp\/v2\/media?parent=170"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vassarspaces.net\/support\/wp-json\/wp\/v2\/categories?post=170"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vassarspaces.net\/support\/wp-json\/wp\/v2\/tags?post=170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}