File | Date | Author | Commit |
---|---|---|---|
LICENSE | 2015-07-17 |
![]() |
[13d8d7] Add init docs |
README.md | 2015-12-15 |
![]() |
[60b9c9] Bump wordpress compatible version |
gfb_author_bio.php | 2015-12-15 |
![]() |
[60b9c9] Bump wordpress compatible version |
Contributors: (kengimel)
Tags: author, food-cook, recipe plugin, biography, about me, summary
Requires at least: 3.0.1
Tested up to: 4.4
Stable tag: 1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This makes it easy to setup a brief synopsis of the author's biography on the sidebar. Best used in food & cook theme or woo-themes.
This plugin provides simple author bio box to give visitors to your website a quick/brief information on the author background.
This plugin is an extract from globalfoodbook.com and is contributed back as open-source material (available free of charge).
This plugin is built to help other site owners who require this author bio tool with flexible configurable options.
It is implemented to allow easy setup and customization of a blog's author bio sidebar widget.
It is best used with food and cook recipe theme made with woo-themes.
Yes. Simple go to the widget menu in the admin, add your E-mail into Gravatar Email textfield.
Yes. the default is 140 and you can change it to a size that fits you.
Yes, By selecting left or right in the admin area will alter the image alignment.
Yes, this plugin provides basic home and single page options. We advise you install jetpack's visibility plugin for better restrictions options.
If you would like to contribute to our suite of plugins, head on over to Global Food Book Labs. Feel free to fork and contribute back.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Clone this repo
`git clone git@github.com:globalfoodbook/gfb-author-bio-widget.git`
cd path/to/gfb-author-bio-widget
Add the code below:
[svn-remote "svn"]
url = http://plugins.svn.wordpress.org/[plugin_name]/trunk
fetch = :refs/remotes/git-svn
Then merge the master into the new branch:
`git svn fetch svn`
`git checkout -b svn git-svn`
`git merge master`
`git svn dcommit --username [wordpress.org username]`
Then rebase that branch to the master, and you can dcommit from the master to svn
`git checkout master`
`git rebase svn`
`git branch -d svn`
`git svn dcommit --username [wordpress.org username]`