Nid yw’r ategyn hwn wedi cael ei ddiweddaru ers 3 ryddhad mawr. Efallai nad yw’n cael ei gynnal bellach ac efallai bod materion cydnawsedd wrth gael ei ddefnyddio gyda fersiynau mwy diweddar o WordPress.

WordPress Roadmap

Disgrifiad

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”

Lluniau Sgrin

  • The roadmap UI

Gosod

This section describes how to install the plugin and get it working.

  1. Upload the wordpress-roadmap folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Roadmaps > Add New to create your first roadmap

Cwestiynau Cyffredin

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 the get_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.

Adolygiadau

There are no reviews for this plugin.

Contributors & Developers

“WordPress Roadmap” is open source software. The following people have contributed to this plugin.

Cyfranwyr

Translate “WordPress Roadmap” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Cofnod Newid

0.1

  • Initial release.