User Biography
Wordpress plugin for timeline-like user biography - still in development!
by David Stutz · github.com/davidstutz/wordpress-user-biography
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/davidstutz/wordpress-user-biography/archive/refs/heads/master.zipFrom the readme
Wordpress User Biography
A wordpress plugin aiming to provide a timeline-like user biography - users may add biographical parts over time which may then be displayed on the user's page in a timeline.
Installation
In wp-content/plugins, create a new folder user-biography and put all files within this repository in this folder. In the backend, go to "Plugins" - "Installed Plugins" and activate "User Biography".
Usage
After activating the plugin, navigate to "Users" "Your Profile". Below "About Yourself" you will find an additional section "Biography":
The form allows to add so-called "Parts" to your biography.
In order to query these parts in your template, query for posts with type ubpart.
License
Copyright (C) 2014 - 2015 David Stutz
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Pub