Description
Do you ever wanted to know, how long did you worked on this post?
Let Post Worktime Logger fill this gap!
Post Worktime Logger will tell you how much time did you spend in a WordPress post. It will only count the time if you are actively working in the post, so don’t worry if you have to leave the computer alone!
This project is actively maintained on Github.
German changelog and tutorials of ths plugin can be found on DerPade.
Usage
Post Worktime Logger will start to track the time you spend in each post automatically as soon as you install it. You’ll find the time in various places, such as the meta box when you’re editing a page, or the posts list.
In the plugin settings you can edit the title of the plugin, and enable or disable if you want to let non-logged users to see it.
Donation
You can donate to this project via PayPal by visiting this page: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=28WZAXQDXYZ5A
Screenshots
Installation
- Upload
/post-worktime-logger/
to the/wp-content/plugins/
directory in your WordPress blog. - Activate the plugin through the ‘Plugins’ menu in WordPress
- Post Worktime Logger is now tracking your working tim for each post.
Reviews
Contributors & Developers
“Post Worktime Logger” is open source software. The following people have contributed to this plugin.
Contributors“Post Worktime Logger” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “Post Worktime Logger” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.5.3
- Tested plugin compatibility with wordpres 5.1
1.5.2
- Improved settings page.
- Implemented support to show current version number in settings page.
- Fixed some warning messages.
1.5.1
- Fixed check to disable the widget on the static front page.
- Fixed typo.
- Updated german translation.
1.5.0
- Implemented option to prevent the timer from auto start for published posts.
- Disable the widget on a static front page.
1.4.1
- Fixed duplicated heading
1.4.0
- Implemented a checkbox in the settings to prevent the timer from autostart.
- Improved code and translation engine.
- Added total worktime in statistics page.
- Implemented the option to change the amount of posts in statistic.
- Implemented a confirm question before resetting the whole worktime.
- Implemented widget option to disable frontend time tracking.
- Added a link to the developers blog, where you can find more information about the plugin in german.
- Added brazilian portuguese translation.
- Added greek translation.
- Added italian translation.
- Added donation link.
1.3.0
- Implemented an own page for Post Worktime Logger.
- Implemented an options page with some nice options and a reset button.
- Implemented a statistics page to show the top 25 posts (worktime).
- Improved documentation of the plugin.
1.2.3
- Refactored the calculation of the worktime. This should be now more precise.
1.2.2
- Fixed a bug, that no worktime was saved anymore in admin area.
1.2.1
- Added language pr_BR
- Fixed typos
- Fixed loading text languages
- Added notice that this plugin is maintained on Github.
1.2.0
- Implemented a frontend widget to display worktime for not logged in users and for logged in users the control box to track the worktime.
- Improved security for the plugin.
- Made the code more reuseable.
- Fixed textdomain for strings.
- Updated german translation.
1.1.0
- Implemented support to pause and resume the tracking of the work time.
- Implemented support to reset the working time of a post.
- Implemented support for a sortable column on posts page, which displays the total worktime for each post.
- Added languages fr_Be and sq.
1.0.0
- First Version