Plugin Directory

Changeset 1140127


Ignore:
Timestamp:
04/21/2015 04:09:46 AM (11 years ago)
Author:
stur
Message:

Update

Location:
nautic-pages/trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • nautic-pages/trunk/readme.txt

    r57459 r1140127  
    11=== Nautic Pages ===
    22Contributors: Stur
    3 Donate link: http://ili.com.ua/php/nautic-pages
     3Donate link: http://wp.od.ua/en/
    44Tags: widget, pages
    55Requires at least: 1.0.1
     
    77
    88Nautic 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.
     9Wordpress 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")  =
     13Easy 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.
    1014Standard 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.
    1115
     
    4347Example:
    4448
    45 if( function_exists( 'nautic_pages_path' ))
     49`if( function_exists( 'nautic_pages_path' ))
    4650echo nautic_pages_path( array( 'separator' => '>', 'show_latest' => true));
    47 
     51`
    4852or
    4953
    50 if( function_exists( 'nautic_pages_previous' ))
     54`if( function_exists( 'nautic_pages_previous' ))
    5155echo nautic_pages_previous( $sortby );
     56`
Note: See TracChangeset for help on using the changeset viewer.