Описание
The WordPress Roadmap plugin allows you to create multiple, dynamic roadmaps that can be used to display your development
progress of a product (think http://interstateapp.com for WordPress).
Features:
- Create multiple roadmaps
- Add an ulimited number of items per roadmap
- Simple backend UI for managing your roadmaps
- Built in theme template for displaying roadmaps
- Uses custom post types so is easily «theme-able»
Скриншоты
Установка
This section describes how to install the plugin and get it working.
- Upload the
wordpress-roadmap
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Roadmaps > Add New to create your first roadmap
Часто задаваемые вопросы
- How can I style my Roadmap pages?
-
You need to create a
single-roadmap.php
file in your theme folder (probably copy your single.php file to do so). Then
instead of<?php the_content(); ?>
you would use<?php wp_roadmap_items(); ?>
. You can also use theget_wp_roadmap_items()
function
if you want to manually control how to output the items. - My Roadmap pages show a 404?
-
Try re-saving your permalinks settings.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«WordPress Roadmap» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «WordPress Roadmap» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
0.1
- Initial release.