{"id":24890490,"url":"https://github.com/phirebase/blogroll-links-renderer","last_synced_at":"2025-03-27T12:44:30.869Z","repository":{"id":268953787,"uuid":"905975818","full_name":"phirebase/blogroll-links-renderer","owner":"phirebase","description":"Renders WordPress Blogroll links to a Page or Post using the shortcode [blogroll-links]. Ideal for creating a custom links page.","archived":false,"fork":false,"pushed_at":"2025-01-29T12:18:32.000Z","size":157,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T23:33:34.634Z","etag":null,"topics":["blogroll","links","renderer","shortcode"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/blogroll-links-renderer/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phirebase.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-19T22:31:02.000Z","updated_at":"2025-01-29T12:18:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"13cd6a66-59de-42fd-b75a-60c469c94542","html_url":"https://github.com/phirebase/blogroll-links-renderer","commit_stats":null,"previous_names":["phirebase/blogroll-links-renderer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phirebase%2Fblogroll-links-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phirebase%2Fblogroll-links-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phirebase%2Fblogroll-links-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phirebase%2Fblogroll-links-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phirebase","download_url":"https://codeload.github.com/phirebase/blogroll-links-renderer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245850256,"owners_count":20682636,"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":["blogroll","links","renderer","shortcode"],"created_at":"2025-02-01T17:16:06.716Z","updated_at":"2025-03-27T12:44:30.844Z","avatar_url":"https://github.com/phirebase.png","language":"PHP","funding_links":["https://paypal.me/DavidKlhufek"],"categories":[],"sub_categories":[],"readme":"=== Blogroll Links Renderer ===  \nContributors: brtak  \nTags: blogroll, links, shortcode, renderer   \nTested up to: 6.7.1   \nStable tag: 1.0.1    \nDonate link: https://paypal.me/DavidKlhufek  \nLicense: GPLv2 or later   \nLicense URI: https://www.gnu.org/licenses/gpl-2.0.html    \n\nRender WordPress Blogroll links on any Page or Post using the shortcode `[blogroll-links]`.\n\n== Description ==\n\nEasily display WordPress Blogroll links with the shortcode `[blogroll-links]` and its customizable options.\n\n**Features:**  \n- Display WordPress Blogroll links directly on your site.  \n- Filter links by category or show only specific links.  \n- Optionally display icons/images alongside each link.  \n- Customize the layout with a custom CSS class via settings.  \n- Simple setup via `Settings \u003e Blogroll Links Renderer`.  \n\n**Shortcode Parameters:**  \n- **`category`**: Filter links by category name.  \n  Example: `[blogroll-links category=\"MyCategory\"]`.  \n- **`show_images`**: Display link images/icons if available.  \n  Example: `[blogroll-links show_images=\"1\"]`.  \n- **`show_titles`**: Add tooltips using link descriptions.  \n  Example: `[blogroll-links show_titles=\"1\"]`.  \n- Combine all options for advanced usage.  \n  Example: `[blogroll-links category=\"MyCategory\" show_images=1 show_titles=1]`.\n\n**Enable WordPress Links Manager**:  \nThe WordPress Links Manager, hidden by default since WordPress 3.5, can be reactivated using this plugin.  \nTo enable it, go to `Settings \u003e Blogroll Links Renderer` and check the option **Enable Links Manager**. Once enabled, manage links via the **Links** menu in the WordPress dashboard.\n\n== Installation ==\n\n1. Upload the plugin to your `wp-content/plugins` directory.  \n2. Activate the plugin via the **Plugins** menu in WordPress.  \n3. Add the shortcode `[blogroll-links]` to any page or post to display your Blogroll links.  \n4. Customize the output through the plugin settings or with CSS.\n\n== Frequently Asked Questions ==\n\n= How do I enable the WordPress Links Manager? =\nNavigate to `Settings \u003e Blogroll Links Renderer` and check the box to enable the Links Manager. The **Links** menu will then appear in your WordPress dashboard.\n\n= How do I filter links by category? =\nUse the `category` parameter in the shortcode.  \nExample: `[blogroll-links category=\"MyCategory\"]`.\n\n= How do I display images/icons for the links? =\nSet the `show_images` parameter to `1` in the shortcode.  \nExample: `[blogroll-links show_images=\"1\"]`.\n\n= How do I add tooltips to the links? =\nSet the `show_titles` parameter to `1` in the shortcode.  \nExample: `[blogroll-links show_titles=\"1\"]`.\n\n= Can I style the output? =\nYes, you can add a custom CSS class in the plugin settings. Navigate to `Settings \u003e Blogroll Links Renderer` and enter your desired CSS class.\n\n== Changelog ==\n\n= 1.0.1 =\n\nUpdated README.md\n\n= 1.0.0 =\n* Initial public release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphirebase%2Fblogroll-links-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphirebase%2Fblogroll-links-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphirebase%2Fblogroll-links-renderer/lists"}