{"id":3462,"date":"2008-08-05T20:35:06","date_gmt":"2008-08-05T20:35:06","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/extended-options\/"},"modified":"2012-11-29T18:30:50","modified_gmt":"2012-11-29T18:30:50","slug":"extended-options","status":"publish","type":"plugin","link":"https:\/\/ur.wordpress.org\/plugins\/extended-options\/","author":45726,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.1.2 &beta;","stable_tag":"0.1.2","tested":"2.6.3","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"Extended Options","header_author":"Scott Allan Wallick","header_description":"","assets_banners_color":"","last_updated":"2012-11-29 18:30:50","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.plaintxt.org\/about\/#donate","header_plugin_uri":"http:\/\/www.plaintxt.org\/experiments\/extended-options\/","header_author_uri":"http:\/\/scottwallick.com\/","rating":0,"author_block_rating":0,"active_installs":70,"downloads":11548,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.1.1","0.1.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1566920","resolution":"1","location":"plugin"}},"screenshots":{"1":"Extended Options provides a new menu, Extended under Settings, where you can set the many functions of this plugin."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[28162,2515,28163,2209,28164],"plugin_category":[38,43,55],"plugin_contributors":[78856],"plugin_business_model":[],"class_list":["post-3462","plugin","type-plugin","status-publish","hentry","plugin_tags-archive-meta","plugin_tags-atom","plugin_tags-discovery-meta","plugin_tags-generator","plugin_tags-geo-tags","plugin_category-authentication","plugin_category-customization","plugin_category-seo-and-marketing","plugin_contributors-plaintxtorg","plugin_committers-plaintxtorg","plugin_committers-scottwallick"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/extended-options.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/extended-options\/trunk\/screenshot-1.png?rev=1566920","caption":"Extended Options provides a new menu, Extended under Settings, where you can set the many functions of this plugin."}],"raw_content":"<!--section=description-->\n<p>Extended Options manages certain meta data and content add-ins from within the WordPress dashboard. This plugin adds the capacity for meta data and content added to the footer and <code>head<\/code> areas to be kept consistent regardless of a theme change or upgrade.<\/p>\n\n<p>Extended Options is for WordPress 2.6.x and, more specifically, manages following meta links and tweaks:<\/p>\n\n<ul>\n<li>Archive meta links<\/li>\n<li>Relationship meta links<\/li>\n<li>Favicon meta links (blog and dashboard)<\/li>\n<li>OpenID meta links<\/li>\n<li>MicroID meta links<\/li>\n<li>Geo tag meta links<\/li>\n<li>Robots meta links<\/li>\n<li>Enabling\/disabling author archives<\/li>\n<li>Enabling\/disabling 404 headers<\/li>\n<li>Enforcing <code>www.<\/code> preference<\/li>\n<li>Protocol discovery meta links (Atom, RSD, WLW)<\/li>\n<li>Enabling\/disabled generator meta link<\/li>\n<li>General meta add-in content<\/li>\n<li>General comment form add-in content<\/li>\n<li>General footer add-in content<\/li>\n<\/ul>\n\n<p>While this collection of meta data and tweaks appear random, these are specific modifications I grew tired of making whenever I activated a different theme or upgraded an old one. I needed a plugin to manage these needs that didn't overlap significantly with other plugins I used.<\/p>\n\n<p>Special thanks to some awesome code integrated (and possibly modified) with Extended Options.<\/p>\n\n<ul>\n<li><a href=\"http:\/\/alexking.org\/blog\/2008\/03\/30\/comment-license-12\" title=\"Comment License 1.2\">Comment License<\/a> by Alex King<\/li>\n<li><a href=\"http:\/\/wordpress.org\/extend\/plugins\/enforce-www-preference\/\" title=\"Enforce www preference plugin\">Enforce www Preference<\/a> by Mark Jaquith<\/li>\n<\/ul>\n\n<p>Thanks to those fellows for providing excellent plugins to the community.<\/p>\n\n<h3>Use<\/h3>\n\n<p>Access the Extended Options menu from <em>Dashboard &gt; Settings &gt; Extended<\/em> to set the plugin options. To use this plugin, you do not need to edit any theme files or WordPress core files.<\/p>\n\n<p>Everything this plugin does happens based on settings in the <em>Extended<\/em> menu. Extended Options does require, however, the following hooks\/actions to be present in the certain files of your active theme.<\/p>\n\n<ul>\n<li><code>wp_head()<\/code> should be present in your <code>header.php<\/code> theme file.<\/li>\n<li><code>wp_footer()<\/code> should be present in your <code>footer.php<\/code> theme file.<\/li>\n<li><code>do_action( 'comment_form', $post-&gt;ID )<\/code> should be present in your <code>comments.php<\/code> theme file.<\/li>\n<\/ul>\n\n<p>If your theme files are missing these, please contact the theme author and ask him or her nicely to correct these omissions.<\/p>\n\n<h3>License<\/h3>\n\n<p>Extended Options, a plugin for WordPress, (C) 2008 by Scott Allan Wallick, is licensed under the <a href=\"http:\/\/www.gnu.org\/licenses\/gpl.html\" title=\"GNU General Public License\">GNU General Public License<\/a>.<\/p>\n\n<p>Extended Options is free software: you can redistribute it and\/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<\/p>\n\n<p>Extended Options is distributed in the hope that it will be useful, but <strong>without any warranty<\/strong>; without even the implied warranty of <strong>merchantability<\/strong> or <strong>fitness for a particular purpose<\/strong>. See the GNU General Public License for more details.<\/p>\n\n<p>You should have received a copy of the GNU General Public License along with Extended Options. If not, see <a href=\"http:\/\/www.gnu.org\/licenses\/\" title=\"GNU General Public Licenses\">http:\/\/www.gnu.org\/licenses\/<\/a>.<\/p>\n\n<!--section=installation-->\n<p>This plugin is installed just like any other WordPress plugin. More <a href=\"http:\/\/codex.wordpress.org\/Managing_Plugins#Installing_Plugins\" title=\"Installing Plugins - WordPress Codex\">detailed installation instructions<\/a> are available on the WordPress Codex.<\/p>\n\n<ol>\n<li>Download Extended Options<\/li>\n<li>Extract the <code>\/extended-options\/<\/code> folder from the archive<\/li>\n<li>Upload this folder to <code>..\/wp-contents\/plugins\/<\/code><\/li>\n<li>Activate the plugin in <em>Dashboard &gt; Plugins<\/em><\/li>\n<li>Customize from the <em>Settings &gt; Extended<\/em> options menu<\/li>\n<li>Enjoy. And then consider donating<\/li>\n<\/ol>\n\n<p>In other words, just upload the <code>\/extended-options\/<\/code> folder and its contents to your plugins folder.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>What does this plugin do?<\/dt>\n<dd><p>Extended Options keeps meta data and certain WordPress functionality tweaks consistent regardless of the active theme. In other words, you no longer need to edit the <code>header.php<\/code> file each time you change or upgrade your theme. Extended Options uses built-in WordPress functions to keep this information consistent regardless or your active theme.<\/p>\n\n<p>Extended Options also 'tweaks' certain default WordPress behaviors, such as inserting the WordPress generator link, producing, allowing\/disallowing the <code>www.<\/code> prefix in your URL, turning off author archives (i.e., if you have a single-author blog), automatically inserting certain discovery links for various protocols, etc.<\/p><\/dd>\n<dt>That's great. But I also have to edit the footer.php files for each of my themes. Can extended options also help me with my footer?<\/dt>\n<dd><p>Yes. You can insert your copyright, disclaimer, etc., regardless of your theme's <code>footer.php<\/code> file automatically with Extended Options.<\/p><\/dd>\n<dt>Nice. What about the comment form? I usually put a comment license there.<\/dt>\n<dd><p>Yes, you can add your comment license with Extended Options regardless of your theme's <code>comments.php<\/code> theme file.<\/p><\/dd>\n<dt>And I don't have to edit any of the theme files? Because that's tedious stuff.<\/dt>\n<dd><p>No. Well, probably not. See the <em>Use<\/em> section. A well-built theme will include the various hooks\/actions necessary for Extended Options to operate properly. If your theme doesn't include this, consider better themes and\/or contact the theme author to correct these omissions.<\/p><\/dd>\n<dt>I will. By the way, I'm using one of your themes. Will they work with this plugin?<\/dt>\n<dd><p>Damn right they will. And thanks for using a <a href=\"http:\/\/www.plaintxt.org\/themes\/\" title=\"Themes for WordPress by plaintxt.org\">plaintxt.org theme<\/a>.<\/p><\/dd>\n<dt>I deactivated and then reactivated this plugin. Where did my settings go?<\/dt>\n<dd><p>They were deleted for ever and ever and ever. Upon deactivating, this plugins deletes all its stored data from your WordPress database. Tidy? Yes. A surprise just now? Definitely.<\/p><\/dd>\n<dt>I am confused by MicroID\/OpenID\/Geo Tags\/favicons\/robots\/etc. Will you explain what they do?<\/dt>\n<dd><p>No. Links have been provided in the <em>Extended<\/em> options menu to sources that provide better information than I can. Nothing this plugin does can harm your blog in any way.<\/p><\/dd>\n<dt>I have an OpenID and know my server and delegate URIs. What's this stuff about a Yadis\/XRDS URI?<\/dt>\n<dd><p>Didn't I just mention something about explaining? Sigh. This is a discovery link for second version of the OpenID protocol. You don't need to supply this URI unless you know it. This particular meta link is optional even if OpenID is enabled.<\/p><\/dd>\n<dt>I already have a robots.txt file. Do I need to set robots meta links?<\/dt>\n<dd><p>Probably not, unless your robots text file doesn't specify search results and\/or 404 pages (which it probably won't). So those are two good options to enable even if you have a <code>robots.txt<\/code> file.<\/p><\/dd>\n<dt>What happens if my robots.txt says it's OK to visit a particular page, but then my robots meta link setting produces a nollow and\/or noindex meta link?<\/dt>\n<dd><p>The page will not be indexed.<\/p><\/dd>\n<dt>And what about if my robots.txt prohibits a robot\/spider from visiting a page I say it can follow links and\/or index?<\/dt>\n<dd><p>The page will not be indexed.<\/p><\/dd>\n<dt>I want to put my favicon(s) in different location(s) than those available in the Extended Options menu. Can I?<\/dt>\n<dd><p>Yes. But you'll need to add your own meta link and disable this option in the <em>Extended<\/em> options menu.<\/p><\/dd>\n<dt>That's lame.<\/dt>\n<dd><p>Yes. Except you probably shouldn't keep your favicon any where else other than your root directory. And plus you can just use a base 64 encoded string for a favicon too.<\/p><\/dd>\n<dt>That's fun.<\/dt>\n<dd><p>Yes, it is.<\/p><\/dd>\n<dt>After I enter some HTML code in to the the meta\/comment\/footer add-in fields and save, my HTML gets stripped out. What gives?<\/dt>\n<dd><p>The user account you are logged in to while saving this code must have a user level that allows saving unfiltered HTML, i.e., administrator level. Otherwise, your code gets sanitized for security. If you can add HTML to a text widget, then you should be able to add code to these add-ins.<\/p><\/dd>\n<dt>What about the various protocol (Atom, RSD, WLM) meta links? What happens if I disabled them all?<\/dt>\n<dd><p>Nothing, except you won't be able to use third-party blog clients to post to your blog. And that's about it. These discovery links won't affect your visibility.<\/p><\/dd>\n<dt>Oh. So I should probably just disable those, right?<\/dt>\n<dd><p>Yes, you should.<\/p><\/dd>\n<dt>I'd like to modify this plugin in some way unavailable through its options menu. Will you help me?<\/dt>\n<dd><p>No. I apologize as I am unable to help with modifications with any of my plugins.<\/p><\/dd>\n<dt>Thanks.<\/dt>\n<dd><p>You're very welcome.<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Extended Options keeps meta data and certain WordPress tweaks persistent regardless of the active theme without editing any theme files.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/3462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=3462"}],"author":[{"embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/scottwallick"}],"wp:attachment":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=3462"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=3462"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=3462"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=3462"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=3462"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=3462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}