{"id":17785,"date":"2012-04-17T15:49:06","date_gmt":"2012-04-17T15:49:06","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/todayish-in-history\/"},"modified":"2012-04-23T04:30:30","modified_gmt":"2012-04-23T04:30:30","slug":"todayish-in-history","status":"publish","type":"plugin","link":"https:\/\/cn.wordpress.org\/plugins\/todayish-in-history\/","author":195668,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.2","stable_tag":"trunk","tested":"3.3.2","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"Todayish In History","header_author":"Michael Moore <stuporglue@gmail.com>","header_description":"","assets_banners_color":"","last_updated":"2012-04-23 04:30:30","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.dwolla.com\/hub\/stuporglue","header_plugin_uri":"http:\/\/stuporglue.org\/todayish-in-history","header_author_uri":"http:\/\/stuporglue.org","rating":5,"author_block_rating":0,"active_installs":10,"downloads":1994,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"0.2":"<p>New options to use fixed date range (eg. 2001-2005) and to limit to posts\nwithing x days of today.<\/p>","0.1.1":"<p>Fixed to use sidebar&#039;s title size instead of hard coded h2.<\/p>","0.1":"<p>Welcome to Todayish In History. Thanks for installing!<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.1"],"block_files":[],"assets_screenshots":{"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1539331","resolution":"5","location":"plugin"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1539331","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539331","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1539331","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539331","resolution":"1","location":"plugin"}},"screenshots":{"1":"Todayish in collapsed form in a theme.","2":"Todayish expanded in a theme.","3":"Todaysih widget in vertical mode.","4":"Todayish widget in horzontal mode.","5":"Todayish widget options."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1433,1141,162],"plugin_category":[43],"plugin_contributors":[94603],"plugin_business_model":[],"class_list":["post-17785","plugin","type-plugin","status-publish","hentry","plugin_tags-history","plugin_tags-theme","plugin_tags-widget","plugin_category-customization","plugin_contributors-stuporglue","plugin_committers-stuporglue"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/todayish-in-history.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/todayish-in-history\/trunk\/screenshot-1.png?rev=1539331","caption":"Todayish in collapsed form in a theme."},{"src":"https:\/\/ps.w.org\/todayish-in-history\/trunk\/screenshot-2.png?rev=1539331","caption":"Todayish expanded in a theme."},{"src":"https:\/\/ps.w.org\/todayish-in-history\/trunk\/screenshot-3.png?rev=1539331","caption":"Todaysih widget in vertical mode."},{"src":"https:\/\/ps.w.org\/todayish-in-history\/trunk\/screenshot-4.png?rev=1539331","caption":"Todayish widget in horzontal mode."},{"src":"https:\/\/ps.w.org\/todayish-in-history\/trunk\/screenshot-5.png?rev=1539331","caption":"Todayish widget options."}],"raw_content":"<!--section=description-->\n<p>If your blog posts from the same time of year are relavant each and every\nyear, then this is the plugin for you. Todayish In History shows a list of\nlinks to blog posts from your blog which were posted in previous years at \nabout the same date as today.<\/p>\n\n<p>The plugin is named Todayish because if there isn't a blog post from today's\ndate in previous years it will use the blog post which is the least\nnumber of days away from todays date.<\/p>\n\n<p>Todayish in History provides a function for use in themes as well as a\nwidget for use in your sidebar.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip the todayish_in_history.zip file to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<p>If you want to use the widget:<\/p>\n\n<ol>\n<li>Place the Todayish In History in a sidebar using the WordPress Widgets tool in the Appearence menu<\/li>\n<li>Change the settings if desired<\/li>\n<\/ol>\n\n<p>If you want to use Todayish In History in your theme:<\/p>\n\n<ol>\n<li><p>Place<\/p>\n\n<pre><code>&lt;?php todayish_in_history(); ?&gt; \n<\/code><\/pre>\n\n<p>in your template<\/p><\/li>\n<li><p>You can optionally set the following parameters<\/p>\n\n<ul>\n<li>parameter (default,type) -- Description<\/li>\n<li>limit (100,int) -- How many years of history to show<\/li>\n<li>title (Todayish In History,string) -- The title displayed next to the dropdown<\/li>\n<li>class (horizontal,css legal string) -- The class added to the outermost div for styling purposes<\/li>\n<li>width (200px,valid css width) -- How wide should the dropdown be. <\/li>\n<li>iswidget (FALSE,boolean) -- If TRUE adds class 'widgettitle' to h2 widget title <\/li>\n<li>'max_days_off' (int\/365) The max number of days away from today's date to search<\/li>\n<li>'range' (bool\/FALSE) Use the fixed range_start\/range_stop fields?<\/li>\n<li>'range_start' (int\/0) Start year in fixed range<\/li>\n<li>'range_stop (int\/date('Y')) Stop year in fixed range<\/li>\n<\/ul><\/li>\n<\/ol>\n\n<p>By default the dropdown drops directly down, and titles too wide for the\ndrop-down are truncated. To change this behavior so that the dropped-down list\nis as wide as it needs to be, see the comment in todayish_in_history.css<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>What's a use case for this thing?<\/dt>\n<dd><p>I am entering my 3rd year of garden blogging.  Every year the same types of things \nare applicable in the same season of the year. Other seasonal topics like\nhunting, fishing, sports, etc. may also find this sort of thing useful.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.2<\/h4>\n\n<p>Added option to use fixed date range. Added option to limit proximity to\ncurrent date -- eg. Only show posts from previous years within 30 days of\ntoday.<\/p>\n\n<h4>0.1.1<\/h4>\n\n<p>Fix to use sidebar's title size instead of hard coded h2. Added !important to\ncommented out CSS that enabled full text links to appear.<\/p>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Welcome to Todayish In History<\/li>\n<\/ul>","raw_excerpt":"Shows a list of links to posts from previous years on or near this date, 1 per year. Provides a function to use in a theme, as well as a widget","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/17785","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=17785"}],"author":[{"embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/stuporglue"}],"wp:attachment":[{"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=17785"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=17785"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=17785"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=17785"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=17785"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=17785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}