Changeset 1140127
- Timestamp:
- 04/21/2015 04:09:46 AM (11 years ago)
- Location:
- nautic-pages/trunk
- Files:
-
- 1 deleted
- 1 edited
-
readme.txt (modified) (3 diffs)
-
readme.txt.bak (deleted)
Legend:
- Unmodified
- Added
- Removed
-
nautic-pages/trunk/readme.txt
r57459 r1140127 1 1 === Nautic Pages === 2 2 Contributors: Stur 3 Donate link: http:// ili.com.ua/php/nautic-pages3 Donate link: http://wp.od.ua/en/ 4 4 Tags: widget, pages 5 5 Requires at least: 1.0.1 … … 7 7 8 8 Nautic widget for the web-pages displaying. 9 Wordpress is easy to use as simplest CMS for creation of small sites - “business card”. Easy installing, setting and friendly editor allows to administer web-site to ordinary user who don’t know HTML. Many similar sites include 10 or more static pages and column of news. 9 Wordpress is easy to use as simplest CMS for creation of small sites - business card. 10 11 == Description == 12 = Этот плагин устарел. Смотрите новую версию плагина [Whale-Kit](http://wordpress.org/plugins/whale-kit/ "Whale-Kit") = 13 Easy installing, setting and friendly editor allows to administer web-site to ordinary user who don’t know HTML. Many similar sites include 10 or more static pages and column of news. 10 14 Standard widget always displays all present pages, it can’t hide the hierarchy of inactive elements and as result we get long detailed list which not conform into a general design. 11 15 … … 43 47 Example: 44 48 45 if( function_exists( 'nautic_pages_path' ))49 `if( function_exists( 'nautic_pages_path' )) 46 50 echo nautic_pages_path( array( 'separator' => '>', 'show_latest' => true)); 47 51 ` 48 52 or 49 53 50 if( function_exists( 'nautic_pages_previous' ))54 `if( function_exists( 'nautic_pages_previous' )) 51 55 echo nautic_pages_previous( $sortby ); 56 `
Note: See TracChangeset
for help on using the changeset viewer.