{"id":15497950,"url":"https://github.com/scribu/wp-smart-archives-reloaded","last_synced_at":"2025-04-22T22:28:53.403Z","repository":{"id":139142888,"uuid":"1148154","full_name":"scribu/wp-smart-archives-reloaded","owner":"scribu","description":"WordPress plugin to create post archive pages","archived":false,"fork":false,"pushed_at":"2017-12-10T18:55:39.000Z","size":426,"stargazers_count":12,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-19T17:03:19.111Z","etag":null,"topics":["wordpress"],"latest_commit_sha":null,"homepage":"http://wordpress.org/extend/plugins/smart-archives-reloaded/","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scribu.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-12-07T23:15:47.000Z","updated_at":"2020-03-10T19:50:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"1cb3394e-566d-4752-a7de-8d6b9010f607","html_url":"https://github.com/scribu/wp-smart-archives-reloaded","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-smart-archives-reloaded","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-smart-archives-reloaded/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-smart-archives-reloaded/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scribu%2Fwp-smart-archives-reloaded/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scribu","download_url":"https://codeload.github.com/scribu/wp-smart-archives-reloaded/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250333628,"owners_count":21413424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress"],"created_at":"2024-10-02T08:41:25.162Z","updated_at":"2025-04-22T22:28:53.383Z","avatar_url":"https://github.com/scribu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Smart Archives Reloaded ===\nContributors: scribu\nTags: archive, archives, post list\nRequires at least: 3.2\nTested up to: 3.4\nStable tag: 2.0.5\nLicense: GPLv2 or later\nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html\n\nEasily display posts grouped by year and month, in one or more elegant formats\n\n== Description ==\n\nSmart Archives Reloaded allows you to display a list of posts grouped by year and month. It also provides several interesting navigation elements.\n\n**Format list:**\n\n* **list** = a list of posts grouped by month\n* **block** = a compact block of links to year and date archive pages\n* **menu** = a two-level menu with links to year and date archive pages\n* **both** = block + list ([example](http://scribu.net/archive))\n* **fancy** = menu + list + JavaScript ([example](http://www.conceptfusion.co.nz/archive))\n\n**No support**\n\nI do not offer support for this plugin, either free or paid.\n\n**Credits:**\n\n* [Justin Blanton](http://justinblanton.com), for the original [Smart Archives](http://justinblanton.com/projects/smartarchives/) plugin\n* [Simon Pritchard](http://www.conceptfusion.co.nz/), for the fancy format\n\nLinks: [Plugin News](http://scribu.net/wordpress/smart-archives-reloaded) | [Author's Site](http://scribu.net)\n\n== Installation ==\n\nSee [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).\n\nAfter activating it, create a new page or post and add `[smart_archives]` to the content.\n\nAlternatively, you can add `\u003c?php smart_archives(); ?\u003e` anywhere in your theme, where you want the archives displayed.\n\nSee http://scribu.net/wordpress/smart-archives-reloaded for more usage examples.\n\n== Frequently Asked Questions ==\n\n= Error on activation: \"Parse error: syntax error, unexpected...\" =\n\nMake sure your host is running PHP 5. The only foolproof way to do this is to add this line to wp-config.php (after the opening `\u003c?php` tag):\n\n`var_dump(PHP_VERSION);`\n\u003cbr\u003e\n\n= Fancy archive not working =\n\nIn footer.php in your theme directory, make sure you have this code somewhere:\n\n`\u003c?php wp_footer(); ?\u003e`.\n\n= How can I change the CSS or HTML? =\n\nRead this: [Advanced Tweaking](http://scribu.net/wordpress/smart-archives-reloaded/advanced-tweaking.html)\n\n== Screenshots ==\n\n1. A fancy archive\n2. The Settings Page\n\n== Changelog ==\n\n= 2.0.5 =\n* prevent useless SQL queries\n* use latest scbFramework\n\n= 2.0.4 =\n* fixed menu when on date archives\n* WP 3.1 compatibility\n\n= 2.0.3 =\n* fixed year order in menu \u0026 fancy modes\n* improved memory usage\n\n= 2.0.2 =\n* fixed year order in block\n* highlighted current month in block\n* updated scbFramework\n\n= 2.0.1 =\n* fixed category exclusion\n\n= 2.0 =\n* added %excerpt% tag\n* fewer queries\n* advanced post selection\n* removed caching engine\n* [more info](http://scribu.net/wordpress/smart-archives-reloaded/sar-2-0.html)\n\n= 1.9.2 =\n* re-enabled cache\n\n= 1.9.1 =\n* updated .pot file\n* made generator class non-static\n\n= 1.9 =\n* added 'menu' format\n* added new arguments: 'month_format', 'posts_per_month', 'generator'\n* added 'smart_archives_css' filter\n* [more info](http://scribu.net/wordpress/smart-archives-reloaded/sar-1-9.html)\n\n= 1.8.3 =\n* fancy archive fix for IE\n* optimized CSS loading\n* update French translation\n\n= 1.8.2 =\n* fix broken update\n\n= 1.8.1 =\n* added Clear cache button\n* load js only when needed\n* compatibility with the MailPress plugin\n\n= 1.8 =\n* override arguments with smart_archives() or [smart_archives]\n* added include_cat arg\n* added Chinese l10n\n* [more info](http://scribu.net/wordpress/smart-archives-reloaded/sar-1-8.html)\n\n= 1.7.1 =\n* fancy archive improvements\n\n= 1.7 =\n* added \"fancy\" option\n* added %category_link%, %category% and %date%\n* added Uzbek translation\n* [more info](http://scribu.net/wordpress/smart-archives-reloaded/sar-1-7.html)\n\n= 1.6.2 =\n* added %comment_count% tag\n* added Belarusian translation\n* dropped support for WordPress older than 2.8\n\n= 1.6.1 =\n* bugfix\n\n= 1.6 =\n* added list format option with these tags:\n\t\u003cul\u003e\n\t\t\u003cli\u003e%post_link%\u003c/li\u003e\n\t\t\u003cli\u003e%author_link%\u003c/li\u003e\n\t\t\u003cli\u003e%author%\u003c/li\u003e\n\t\u003c/ul\u003e\n* [more info](http://scribu.net/wordpress/smart-archives-reloaded/sar-1-6.html)\n\n= 1.5.2 =\n* added two filters: smart_archives_title, smart_archives_exclude_categories\n\n= 1.5.1 =\n* fixed \"Save Changes\" button\n* l10n: danish, italian, russian\n\n= 1.5 =\n* numeric month links\n* l10n\n* [more info](http://scribu.net/wordpress/smart-archives-reloaded/sar-1-5.html)\n\n= 1.4 =\n* more optimization\n* [more info](http://scribu.net/wordpress/smart-archives-reloaded/sar-1-4.html)\n\n= 1.3 =\n* optimization \u0026 bugfixes\n* [more info](http://scribu.net/wordpress/smart-archives-reloaded/sar-1-3.html)\n\n= 1.2 =\n* better HTML output\n* [more info](http://scribu.net/wordpress/smart-archives-reloaded/sar-1-2.html)\n\n= 1.1 =\n* uses wp-cron\n\n= 1.0 =\n* initial release\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscribu%2Fwp-smart-archives-reloaded","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscribu%2Fwp-smart-archives-reloaded","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscribu%2Fwp-smart-archives-reloaded/lists"}