{"id":21819377,"url":"https://github.com/dflydev/page-shortcodes","last_synced_at":"2026-05-19T06:35:32.251Z","repository":{"id":1035130,"uuid":"863643","full_name":"dflydev/page-shortcodes","owner":"dflydev","description":"Page Shortcodes WordPress Plugin","archived":false,"fork":false,"pushed_at":"2010-09-12T21:27:45.000Z","size":204,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T10:50:45.889Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dflydev.com/","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/dflydev.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}},"created_at":"2010-08-26T09:13:39.000Z","updated_at":"2014-06-06T20:19:30.000Z","dependencies_parsed_at":"2022-08-17T21:45:20.978Z","dependency_job_id":null,"html_url":"https://github.com/dflydev/page-shortcodes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dflydev/page-shortcodes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflydev%2Fpage-shortcodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflydev%2Fpage-shortcodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflydev%2Fpage-shortcodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflydev%2Fpage-shortcodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dflydev","download_url":"https://codeload.github.com/dflydev/page-shortcodes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dflydev%2Fpage-shortcodes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33204729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-27T16:18:44.964Z","updated_at":"2026-05-19T06:35:32.223Z","avatar_url":"https://github.com/dflydev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Page Shortcodes Plugin ===\nContributors: dflydev\nDonate link: http://dflydev.com/d2code/wordpress/page-shortcodes-plugin/\nTags: page, shortcode, shortcodes\nRequires at least: 2.8.6\nTested up to: 3.0.1\nStable tag: 0.1\n\nEmbed page lists and other page information in pages and posts.\n\n== Description ==\n\nFollow here: [Page Shortcodes](http://dflydev.com/d2code/wordpress/page-shortcodes-plugin/)\n\nEmbed page lists and other page information in pages and posts by way of\nseveral shortcodes.\n\n`\u003ch3\u003e[page_title name=my-page-slug]\u003c/h3\u003e`\n`[page_list name=my-page-slug]`\n\n= Shortcodes =\n\nThe available shortcodes are:\n\n1. [page_list]\n1. [page_title]\n1. [page_content]\n1. [page_meta]\n1. [page_permalink]\n\n= Common attributes =\n\nFor all shortcodes, the \"name\" or \"id\" attributes must be specified.\n\n * \"name\" is the slug name for the pathed page. If your page is /foo/bar/baz,\n   then specify name as 'foo/bar/baz'.\n * \"id\" is the ID for the page.\n\n= [page_list] attributes =\n1. \"template\" attribute\n * The name of the template to use for this page list.\n\n= [page_meta] attributes =\n1. \"template\" attribute\n * The name of the template to use for this page meta.\n1. \"meta\" attribute\n * The name of the meta field to include.\n\n== Installation ==\n\n1. Download the plugin zip file\n1. Unzip contents of plugin zip file\n1. Upload the page-shortcodes directory to the `/wp-content/plugins/` directory\n1. Activate the plugin through the 'Plugins' menu in WordPress\n\n== Frequently Asked Questions ==\n\n= Can I customize how the page list looks? =\n\nYes. Create a `ps-page-list.php` template in your theme.\n\n= Can I create a custom template for page lists? =\n\nYes. Give a `template` attribute to your page list shortcode to specify which\npage list template to use.\n\n`[page_list name=my-page-slug template=my-custom-page-list]`\n\n= Can I customize how the page meta is displayed? =\n\nYes. Create a `psp-page-meta.php` template in your theme.\n\n= Can I create a custom template for page metas? =\n\nYes. Give a `template` attribute to your page meta shortcode to specify\nwhich page meta template to use.\n\n`[page_meta name=my-page-slug meta=some.meta.key template=my-custom-page-meta]`\n\n\n== Screenshots ==\n\n1. Editing a page to include content by way of the page shortcodes plugin.\n2. Rendering of the previously shown page snippet.\n\n== Changelog ==\n\n= 0.1 =\n* First release.\n\n== Upgrade Notice ==\n\n= 0.1 =\nFirst release.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflydev%2Fpage-shortcodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdflydev%2Fpage-shortcodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdflydev%2Fpage-shortcodes/lists"}