{"id":24199446,"url":"https://github.com/tredmann/wp-portal-shortcodes","last_synced_at":"2026-05-10T13:20:21.884Z","repository":{"id":20523536,"uuid":"23802541","full_name":"tredmann/wp-portal-shortcodes","owner":"tredmann","description":"Set of shortcodes to add some portal navigation feature","archived":false,"fork":false,"pushed_at":"2014-09-09T14:40:59.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T20:40:55.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tredmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-08T18:19:53.000Z","updated_at":"2014-09-08T19:24:33.000Z","dependencies_parsed_at":"2022-09-10T09:12:26.419Z","dependency_job_id":null,"html_url":"https://github.com/tredmann/wp-portal-shortcodes","commit_stats":null,"previous_names":["tredmann/wp-portal-shortcodes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tredmann%2Fwp-portal-shortcodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tredmann%2Fwp-portal-shortcodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tredmann%2Fwp-portal-shortcodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tredmann%2Fwp-portal-shortcodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tredmann","download_url":"https://codeload.github.com/tredmann/wp-portal-shortcodes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241638271,"owners_count":19995153,"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":[],"created_at":"2025-01-13T20:36:17.370Z","updated_at":"2026-05-10T13:20:21.854Z","avatar_url":"https://github.com/tredmann.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"WP Portal Shortcodes\n====================\n\nSet of shortcodes to add some portal navigation feature\n\n\n## Category-based Sitemap\n\nWith this shortcode you can build a sitemap grouped by categories.\n\n### Usage\n\n\t[category_sitemap/]\n\t\n### Parameters\n\n**`header`**  \n(default: `h3`) Tag for headings\n\n**`header_class`**  \n(defaukt: `''`) Class for heading, when empty string no class output will be generated\n\n**`list`**  \n(default: `ul`) Tag for list of posts\n\n**`list_class`**  \n(default: `''`) Class for list, when empty string no class output will be generated\n\n**`item`**  \n(default: `li`) Tag for list items\n\n**`item_class`**  \n(default: `''`) Class for list items, when empty string no class will be generated\n\n**`exclude`**  \n(default: `''`) Comma-seperated list of category ids to exclude\n\n**`hide_empty`**  \n(default: `1`) Whether to show empty categories true (1) or false (0) \n\n**`orderby`**  \n(default: `'name'`) Order key for category orderung. Available keys: id, name, slug, count \n\n**`order`**  \n(default: `asc`) Sort order. Values: asc, desc regarding to `orderby`\n\n\n\n### Example 1\n\n\t[category_sitemap/]\n\t\nWill generate something like\n\n    \u003ch3\u003e\u003ca href=\"/my-category/\"\u003eMy Category\u003c/a\u003e\u003c/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003e\u003ca href=\"/my-categpry/post-1/\"\u003ePost 1\u003c/a\u003e\u003c/li\u003e\n      \u003cli\u003e\u003ca href=\"/my-categpry/post-2/\"\u003ePost 2\u003c/a\u003e\u003c/li\u003e\n    \u003c/ul\u003e\n    \n    \u003ch3\u003e\u003ca href...\n\n\n### Example 2\n\n\t[category header=\"h2\" list=\"div\" list_class=\"sitemap_list\" item=\"h3\"]\n\t\nWill generate something like\n\n    \u003ch2\u003e\u003ca href=\"/my-category/\"\u003eMy Category\u003c/a\u003e\u003c/h2\u003e\n    \n    \u003cdiv class=\"sitemap_list\"\u003e\n      \u003ch3\u003e\u003ca href=\"/my-categpry/post-1/\"\u003ePost 1\u003c/a\u003e\u003c/h3\u003e\n      \u003ch3\u003e\u003ca href=\"/my-categpry/post-2/\"\u003ePost 2\u003c/a\u003e\u003c/h3\u003e\n    \u003c/div\u003e\n    \n    \u003ch2\u003e\u003ca href...\n\n### Contact\n\nMore Information needed, just go to [https://www.tricd.de](https://www.tricd.de)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftredmann%2Fwp-portal-shortcodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftredmann%2Fwp-portal-shortcodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftredmann%2Fwp-portal-shortcodes/lists"}