Welcome to StickyAdmin repository on GitHub. This is the place to keep track of development, look at open issues and browse through the source code.
GitHub is for bug reports and contributions only. This repository is not suitable for support. Please don't use our issue tracker for support requests, but for core StickyAdmin issues only. For that, use the wordpress.org plugin support which is available for all plugin's users. Support requests in issues on this repository will be immediately removed.
If you have an idea for the plugin, a patch or stumbled upon an issue with the core, you can contribute this back to the code. Please read our contributors guidelines for more information on how to do this.
- Open up a new Terminal / Command Prompt window.
- Change your working directory to WP/wp-content/plugins/ :
cd pathtoWP/wp-content/plugins
Tip: Find your current working directory by typing in:pwd
(Linux, OSX) orcwd
(Windows) - Install StickyAdmin plugin from within this repository with just 1 line (requires git-cli):
git clone https://github.com/doriandrn/stickyadmin.git stickyadmin
- Change current working directory to stickyadmin:
cd stickyadmin
- If you've made any changes to the CSS or JS type in:
grunt compile
This will also check your code for errors. - Send in the code you've modified by submitting a pull request:
git push origin nightly
Please notice the nightly branch where all the development is going on for both WordPress and the nightly builds of WordPress.