Title
GitHub - bueltge/wordpress-basis-theme: I'm a WordPress starter theme.
Go Home
Category
Description
I'm a WordPress starter theme. Contribute to bueltge/wordpress-basis-theme development by creating an account on GitHub.
Address
Phone Number
+1 609-831-2326 (US) | Message me
Site Icon
GitHub - bueltge/wordpress-basis-theme: I'm a WordPress starter theme.
Tags
Page Views
0
Share
Update Time
2022-09-30 09:27:09

"I love GitHub - bueltge/wordpress-basis-theme: I'm a WordPress starter theme."

www.wpbasis.de VS www.gqak.com

2022-09-30 09:27:09

Skip to content Toggle navigation Signup Product Actions Automate any workflow Packages Host and manage packages Security Find and fix vulnerabilities Codespaces Instant dev environments Copilot Write better code with AI Code review Manage code changes Issues Plan and track work Discussions Collaborate outside of code Explore All features Documentation GitHub Skills Blog Solutions By Plan Enterprise Teams Compare all By Solution CI/CD & Automation DevOps DevSecOps Case Studies Customer Stories Resources Open Source GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Repositories Topics Trending Collections Pricing Sign in Sign up {{ message }} bueltge / wordpress-basis-theme Public template Notifications Fork 15 Star 60 I'm a WordPress starter theme. wpbasis.de/ License GPL-2.0 license 60 stars 15 forks Star Notifications Code Issues 0 Pull requests 0 Actions Security Insights More Code Issues Pull requests Actions Security Insights bueltge/wordpress-basis-theme This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. namespace Switch branches/tags Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 4 branches 0 tags Code Clone HTTPS GitHub CLI Use Git or checkout with SVN using the web URL. Work fast with our official CLI. Learn more. Open with GitHub Desktop Download ZIP Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit Git stats 121 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time assets Add all assets dir May 17, 2018 inc add fallback for the text domain prefix if is not set Jun 20, 2018 parts Always , in array Jan 4, 2018 widgets codex cleanup Jan 4, 2018 .editorconfig Add phpcs ruleset and editorconfig to leave in WP style Jun 20, 2018 .gitattributes small code changes and switch to minimal php 5.6 Jan 3, 2018 .gitignore small code changes and switch to minimal php 5.6 Jan 3, 2018 .jshintrc merge with local repo Feb 6, 2014 Gruntfile.js merge with local repo Feb 6, 2014 LICENSE Rename license.txt to LICENSE Jan 5, 2018 README.md Typo fix Jun 20, 2018 comments.php Provide a context for the comments title strings Feb 10, 2013 composer.json Update composer.json Sep 3, 2021 footer.php Add composer possibility Nov 3, 2014 functions.php Fix file name for psr autoload Jan 4, 2018 gulpfile.js Gulp dependencies and tasks Apr 29, 2014 header.php changes to ready for WP 4.1, fixed #8 Nov 3, 2014 index.html merge with local repo Feb 6, 2014 index.php merge with local repo Feb 6, 2014 os.xml codex changes Nov 3, 2014 package.json Update package.json Sep 3, 2021 page.php merge with local repo Feb 6, 2014 phpcs.xml Update phpcs ruleset Jun 20, 2018 phpmd.xml Create phpmd.xml Sep 3, 2021 screenshot.png Add all assets dir May 17, 2018 search.php merge with local repo Feb 6, 2014 searchform.php changes to ready for WP 4.1, fixed #8 Nov 3, 2014 sidebar.php simplify the sidebar Jan 4, 2018 single.php merge with local repo Feb 6, 2014 style.css Add all assets dir May 17, 2018 View code WordPress Basis Theme Description Child Theme Usage Installation Requirements Composer Usage What is Composer? Installation Grunt usage What is Grunt? Requirements Installation Usage Other Notes Licence Contact & Feedback Disclaimer README.md WordPress Basis ThemeBasis provides a starting point for your theme development.DescriptionBasis has been built to make theme development for WordPress easier. If you are an experienced theme developer or a total beginner, Basis provides a starting point for your theme development and give your the typically development with WordPress by use Hooks. Basis comes with a pre-defined set of templates, no styles or style-framework for pure development. The goal is an starter, not a framework that represent a lot of functions. So it is not necessary to remove topics. Start clean with only what you need with focus to the goal.Basis has an long tradition, development and maintenance since 2007.The new version with the codename namespace ;) is usable, but changed in the course of time.The plugin use hooks, always started with a prefix, set via Core class, on default wp_basis inside the Setup class.also the next string is the string of the template wp_basis_single_the next string on the hook logic is 'before' or 'after' an element in the markup, sometimes 'content' - wp_basis_single_before_contentthe functions.php is current only for loading all files inside the inc directory;older solutions do you find in the classes-old in branch stackerThe theme supports OpenSearch so that you should change, customize the os.xml fileThe theme supports on default the 'Gutenberg' Editor in a minimal focus, loading a style for the editor and theme support with custom collers, see the class Gutenberg.Child Theme UsageSee the repository for a starter kit, a example.InstallationRequirementsWordPress (also Multisite) version 3.3 and laterPHP 5.6 (use PHP namespaces)Composer UsageWhat is Composer?Composer is a dependency manager for PHP. Composer will manage the dependencies you require on a project by project basis. This means that Composer will pull in all the required libraries, dependencies and manage them all in one place. For a detailed description see Composer Site.InstallationThe plugin is available as Composer package and can be installed via Composer:composer create-project bueltge/wordpress-basis-theme --no-dev`.The package is on packagist and the package name is bueltge/wordpress-basis-theme.Grunt usageWhat is Grunt?Grunt is a JavaScript task runner. For a detailed description see Grunt.js homepage.RequirementsNode.jsInstallationIt's quite simple. After Node.js installation, just run the following command (in the theme's folder, where the package.json file is located):npm installThe Node Package Management (npm) will read the package.json and will install all the packages listed in the devDependencies object.UsageBy default, there's one main task configured: default. For configuration see Gruntfile.js. In the command line, you can rungruntGrunt will watch all JavaScript and CSS files within the assets folder. If a file is changed and saved, Grunt will run jshint for JavaScript files and cssmin for CSS files automatically. Feel free to edit the configuration :)Other NotesLicenceGood news, this theme is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog.Contact & FeedbackThe theme base is designed and developed current by me (Frank Bültge).Please let me know if you like the theme or you hate it or whatever ... Please fork it, add an issue for ideas and bugs.DisclaimerI'm German and my English might be gruesome here and there. So please be patient with me and let me know of typos or grammatical farts. Thanks About I'm a WordPress starter theme. wpbasis.de/ Topics wordpress wordpress-theme wordpress-theme-boilerplate Resources Readme License GPL-2.0 license Code of conduct Code of conduct Stars 60 starsWatchers 4 watchingForks 15 forks Contributors 4 Languages PHP 84.3% JavaScript 12.4% CSS 3.3% Footer © 2022 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About You can’t perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.