{"id":21148759,"url":"https://github.com/codebangla/muktopata-wp","last_synced_at":"2025-07-24T07:34:51.260Z","repository":{"id":72759501,"uuid":"51205361","full_name":"codebangla/muktopata-wp","owner":"codebangla","description":"WordPress Version of http://muktopata.com","archived":false,"fork":false,"pushed_at":"2016-03-06T01:39:52.000Z","size":292,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T14:13:50.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/codebangla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2016-02-06T14:21:48.000Z","updated_at":"2016-02-06T18:02:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe9bf874-0ccb-4e38-b99a-d6dee91cce6f","html_url":"https://github.com/codebangla/muktopata-wp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codebangla/muktopata-wp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebangla%2Fmuktopata-wp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebangla%2Fmuktopata-wp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebangla%2Fmuktopata-wp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebangla%2Fmuktopata-wp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebangla","download_url":"https://codeload.github.com/codebangla/muktopata-wp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebangla%2Fmuktopata-wp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266808556,"owners_count":23987450,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"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-20T09:28:49.795Z","updated_at":"2025-07-24T07:34:51.241Z","avatar_url":"https://github.com/codebangla.png","language":"CSS","readme":"_strap\n======\n\n**\\_strap** is a starter theme for WordPress.\nIt has the goal of integrating Twitter's **bootstrap** (https://github.com/twitter/bootstrap) into Automattic's **\\_s** (https://github.com/Automattic/_s) with the smallest possible changeset.\n\n\u003e \\_strap works with Bootstrap :three:\u003cbr /\u003e\n\u003e the Bootstrap :two: version is [still available at its own branch](https://github.com/ptbello/_strap/tree/Bootstrap_2.3.2)\n\nLike its big brother \\_s, \\_strap is not intended as Parent theme, rather as starting point to build a custom theme from scratch.\nThis means you will have to [replace](https://github.com/Automattic/_s#getting-started) all internal references to \\_s with your new theme's name. No worries, you don't have to do it by hand: \\_strap includes an automatic process \\- just follow the instructions below.\n\nInstallation\n------------\n1. Download the .zip\n2. Unpack it to your /wp-content/themes directory.\n3. Log in to your WordPress backend and activate it\n4. You will notice a new \"Build theme\" item in the Appearence section of the admin menu \\- go there\n5. Choose the name and slug of your new \\_strap-based, custom theme; when you submit the form, _strap will be cloned to /wp-content/themes/, in a new folder named after your theme's slug.\n6. That's it. Unless you plan on starting your theme from scratch over an over, like you had some kind of compulsive writer's block, you can now delete /wp-content/themes/_strap all together and start working on your brand new theme.\n\nWhat you get\n------------\nNo bloat, just the bare minimum to make \\_s work with Bootstrap; most of it you'll find in [/inc/functions-strap-php](https://github.com/ptbello/_strap/blob/master/inc/functions-strap.php)\n\n* a filter and a custom walker to turn a wp_nav_menu() into a Bootstrap navbar\n* filters for captioned images and oembeds\n* Bootstrap styled comment and search forms\n* Bootstrap responsive grid semantically applied to the original _s markup\n\nWhat you put\n------------\n* You can customize the original Bootstrap LESS files \\- in particular [/bootstrap/less/variables.less](https://github.com/ptbello/_strap/blob/master/bootstrap/less/variables.less)\n* You should add your custom styles at the end of [/style.less](https://github.com/ptbello/_strap/blob/master/style.less) and/or in extra .less files you should then `@import` in [/style.less](https://github.com/ptbello/_strap/blob/master/style.less)\n* After changes you should [compile](http://lesscss.org/usage) [/style.less](https://github.com/ptbello/_strap/blob/master/style.less) to [/style.css](https://github.com/ptbello/_strap/blob/master/style.css)\n* Of course you should edit any of the actual theme .php files as you see fit, exactly like you would do with ant other starter theme; if you alter the markup structure of the theme, i.e. create a different grid, you should use either use the orginal Bootsrap classes or the [mixins Bootstrap provides](http://getbootstrap.com/css/#grid-less) to attach the same behaviour to any element.\n\nTranslations\n------------\n* Italian, by [@FrancescoGavello](https://github.com/FrancescoGavello)\n\nHave you translated \\_strap into another language? Submit a pull request now!\n\nMade with \\_strap\n------------\nHere are some live websites using themes made with \\_strap\u003cbr /\u003e\nMade something with \\_strap? Submit a pull request with your screenshot to the [\\_strap_made branch](https://github.com/ptbello/_strap/tree/_strap_made)\n\n---\n\n[http://clubtoclub.it](http://clubtoclub.it)\u003cbr /\u003e\nDesign by [Boumaka](http://www.boumaka.it/). Code by [@ptbello](https://github.com/ptbello), [@alevals](https://github.com/alevals)\u003cbr /\u003e\n\n[![clucbtoclub.it](https://raw.github.com/ptbello/_strap/_strap_made/clubtoclub.jpg)](http://clubtoclub.it)\n\n---\n\n[http://arenadiverona100x100.com](http://arenadiverona100x100.com)\u003cbr /\u003e\nDesign by [Boumaka](http://www.boumaka.it/). Code by [@ptbello](https://github.com/ptbello), [@alevals](https://github.com/alevals)\u003cbr /\u003e\n\n[![arenadiverona100x100.com](https://raw.github.com/ptbello/_strap/_strap_made/arenadiverona100x100.jpg)](http://arenadiverona100x100.com)\n\n---\n\n[http://www.spaziocar.it/](http://www.spaziocar.it/)\u003cbr /\u003e\nDesign by [Boumaka](http://www.boumaka.it/). Code by [@ptbello](https://github.com/ptbello)\u003cbr /\u003e\n\n[![spaziocar.it](https://raw.github.com/ptbello/_strap/_strap_made/spaziocar.jpg)](http://www.spaziocar.it/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebangla%2Fmuktopata-wp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebangla%2Fmuktopata-wp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebangla%2Fmuktopata-wp/lists"}