Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoassuncao committed Jul 13, 2012
1 parent 87cbf5c commit d670963
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Expand Up @@ -7,7 +7,26 @@ Contributors: [hugoassuncao](http://github.com/hugoassuncao)
Description
-----------

A collection of wordpress snippets, for making the work more easy.
A collection of wordpress snippets for sublime text, to help save some time.
The collection have the following snippets:

The firs one works with [Tammy Hart's](https://github.com/tammyhart/Reusable-Custom-WordPress-Meta-Boxes) code.
The [custom-meta-boxes snippet](https://github.com/hugoassuncao/wordpress_snippets/blob/master/custom-meta-boxes.sublime-snippet) allows you to add Tammy's code and quick edit it in the Sublime Text.

* [custom-meta-boxes snippet](https://github.com/hugoassuncao/wordpress_snippets/blob/master/custom-meta-boxes.sublime-snippet) – it's a snippet for add [Tammy Hart's](https://github.com/tammyhart/Reusable-Custom-WordPress-Meta-Boxes) code for meta boxes.

* [custom-meta-boxes_pt-br](https://github.com/hugoassuncao/wordpress_snippets/blob/master/custom-meta-boxes_pt-br.sublime-snippet) – is the brazilian portuguese version of Tammy's code.

* [custom admin logo](https://github.com/hugoassuncao/wordpress_snippets/blob/master/custom-admin-logo.sublime-snippet) – allow you to change de admin logo

* [custom login logo](https://github.com/hugoassuncao/wordpress_snippets/blob/master/custom-login-logo.sublime-snippet) – change the logo in the login screen

* [custom login url](https://github.com/hugoassuncao/wordpress_snippets/blob/master/custom-login-url.sublime-snippet) – change the url of the logo in the login screen

* [custom footer text](https://github.com/hugoassuncao/wordpress_snippets/blob/master/custom-footer-text.sublime-snippet) – add a custom text to admin footer

* [remove dashboard widgets](https://github.com/hugoassuncao/wordpress_snippets/blob/master/remove-dashboard-widgets.sublime-snippet) – remove the unused dashboard widgets

* [add custom dashboard widget](https://github.com/hugoassuncao/wordpress_snippets/blob/master/add-dashboard-widget.sublime-snippet) – add your custom dashboard widget

* [remove screen options tab](https://github.com/hugoassuncao/wordpress_snippets/blob/master/remove-screen-options.sublime-snippet) – remove the 'screen options' tab from admi ui

* [wordpress custom admin](https://github.com/hugoassuncao/wordpress_snippets/blob/master/wordpress-custom-admin.sublime-snippet) – a snippet that collects all the others, for customize your wordpress admin more quickly.

0 comments on commit d670963

Please sign in to comment.