{"id":22009846,"url":"https://github.com/herm71/ucsc-theme-options","last_synced_at":"2026-04-29T20:01:52.855Z","repository":{"id":151381860,"uuid":"99159291","full_name":"Herm71/ucsc-theme-options","owner":"Herm71","description":"plugin for global ucsc theme options for use in theme development","archived":false,"fork":false,"pushed_at":"2017-08-02T20:46:31.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T07:32:05.112Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Herm71.png","metadata":{"files":{"readme":"README.md","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":"2017-08-02T20:44:19.000Z","updated_at":"2017-08-02T20:46:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"fab34c2b-b160-429e-becb-a8705a14b9d0","html_url":"https://github.com/Herm71/ucsc-theme-options","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Herm71/ucsc-theme-options","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Herm71%2Fucsc-theme-options","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Herm71%2Fucsc-theme-options/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Herm71%2Fucsc-theme-options/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Herm71%2Fucsc-theme-options/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Herm71","download_url":"https://codeload.github.com/Herm71/ucsc-theme-options/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Herm71%2Fucsc-theme-options/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-30T02:11:10.284Z","updated_at":"2026-04-29T20:01:47.840Z","avatar_url":"https://github.com/Herm71.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blackbird Starter Plugin\n\n# Synopsis\n\nThis is a starter-plugin, a basis to build on. This plugin was developed using the [WordPress Settings API Tutorial](http://ottopress.com/2009/wordpress-settings-api-tutorial/). \nThe plugin creates a new \"Settings\" admin page, and registers a few input fields. You can copy and paste to add more options based on the examples given.\n\nBecause this was developed as a learning tool, it is heavily commented. The bulk of the code resides in `blackbird-starter-plugin/lib/functions/bb_admin.php`. I have referenced the API calls in the heading comments of each section of the code. This is an evolving process, but I hope to have given enough direction to get you started.\n\n# Motivation\n\nI developed this for my own purposes. I came across the [**Getting Started with WordPress Plugin Development: The Ultimate Guide**](https://premium.wpmudev.org/blog/wordpress-plugin-development-guide/) in a web search. I wanted to get to know the code so I decided to create my own version of it. Something I can clone into a project and craft to my liking. Also, to familiarize myself with the **WordPress Settings API**.\n\n# Installation\n\n1. Download the [Blackbird Starter Plugin zip file] (https://github.com/Herm71/blackbird-starter-plugin.git).\n2. In your WordPress Dashboard, navigate to **Plugins**.\n3. Click the **Add New** button at the top of the page.\n4. Click the **Upload Plugin** button at the top of the screen.\n5. Click **Choose File**\n5. Navigate to the **blackbird-starter-plugin.zip** file you downloaded from [GitHub](https://www.github.com) and click **open**, then click **Install Now**.\n6. Once the plugin is installed, click **Activate Plugin**.\n7. After the plugin is installed, navigate to **Settings** in the dashboard and you will find a new sub-menu titled, **\"Blackbird Custom Plugin Menu.\"** \n\n# Contributors\n\nAgain, I give credit to [Otto on WordPress](http://ottopress.com) for introducing me to the process and the code structure. Otherwise all code was written by me, [Jason Chafin](http://www.jasonchafin.com), founder and president of [Blackbird Consulting](http://www.blackbirdconsult.com). \n\n**Twitter:**  @BlackbirdConsul\n\n**GitHub:** `/Herm71`\n\n# License\n\n[Creative Commons 1.0 Universal](LICENSE)\n\n# Change Log\nAll notable changes to this project will be documented in this file.\nThis project adheres to [Semantic Versioning](http://semver.org/).\n\n## 0.1.0 - 2016-02-044\n### Changed\n- Rewrote plugin structure\n- Added basic checkbox form to Options page\n\n## 0.0.1 - 2016-02-044\n### Added\n- Initial Commit\n- Developed plugin\n\n## Changelog Template\n\n## 0.0.0 - 2016-01-22\n### Added\n- Initial Commit\n- Developed plugin\n\n### Changed\n- Initial Commit\n- Developed plugin\n\n### Fixed\n- Initial Commit\n- Developed plugin\n\n### Removed\n- Initial Commit\n- Developed plugin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherm71%2Fucsc-theme-options","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherm71%2Fucsc-theme-options","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherm71%2Fucsc-theme-options/lists"}