Plugin Directory

Changeset 159748


Ignore:
Timestamp:
10/01/2009 05:40:54 PM (16 years ago)
Author:
JonRaasch
Message:

YAFPP v1.1 - fixing errors in readme.txt

Location:
yet-another-featured-posts-plugin
Files:
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • yet-another-featured-posts-plugin/tags/1.0/readme.txt

    r159688 r159748  
    30303. Select featured posts by clicking the 'featured stars' within the post listing in 'Posts > Edit'
    3131
    32 4. Place `<?php get_post_listing(); ?>` wherever you want a list of featured posts in your templates
     324. Place `<?php get_featured_posts(); ?>` wherever you want a list of featured posts in your templates
    3333
    3434= Output options =
    3535
    36 For more advanced users there are a number of output options.  Simply pass an option array: `<?php get_post_listing(array( 'method' => 'return' ); ?>`.  In this example `<?php get_post_listing(); ?>` would return the formatted string of data instead of echoing it.
     36For more advanced users there are a number of output options.  Simply pass an option array: `<?php get_featured_posts(array( 'method' => 'return' ); ?>`.  In this example `<?php get_featured_posts(); ?>` would return the formatted string of data instead of echoing it.
    3737
    3838Output options include:
  • yet-another-featured-posts-plugin/tags/1.1/readme.txt

    r159688 r159748  
    88Requires at least: 2.8.4
    99Tested up to: 2.8.4
    10 Stable tag: 1.0
     10Stable tag: 1.1
    1111
    1212Yet Another Featured Posts Plugin provides an easy interface for featuring and unfeaturing posts.  Click the "featured stars" for each post in WordPress' post listing.
     
    1818YAFPP also provides a number of output options for developers - you can echo out or return an HTML formatted string of featured posts, return an array of featured post data or manipulate WordPress' The_Loop.
    1919
    20 Copyright 2009 Jon Raasch - Released under the FreeBSD License - [License info](http://dev.jonraasch.com/yafpp/docs#licensing)
     20Read the [complete documentation](http://dev.jonraasch.com/yafpp/docs "Read the complete documentation")
    2121
    2222== Installation ==
     
    30303. Select featured posts by clicking the 'featured stars' within the post listing in 'Posts > Edit'
    3131
    32 4. Place `<?php get_post_listing(); ?>` wherever you want a list of featured posts in your templates
     324. Place `<?php get_featured_posts(); ?>` wherever you want a list of featured posts in your templates
    3333
    3434= Output options =
    3535
    36 For more advanced users there are a number of output options.  Simply pass an option array: `<?php get_post_listing(array( 'method' => 'return' ); ?>`.  In this example `<?php get_post_listing(); ?>` would return the formatted string of data instead of echoing it.
     36For more advanced users there are a number of output options.  Simply pass an option array: `<?php get_featured_posts(array( 'method' => 'return' ); ?>`.  In this example `<?php get_featured_posts(); ?>` would return the formatted string of data instead of echoing it.
    3737
    3838Output options include:
     
    4444
    4545See the FAQs for more info on output options.
     46
     47Read the [complete documentation](http://dev.jonraasch.com/yafpp/docs "Read the complete documentation")
    4648
    4749== Frequently Asked Questions ==
     
    9597= 1.0 =
    9698* First major release of YAFPP
     99
     100== License ==
     101
     102Copyright 2009 Jon Raasch - Released under the FreeBSD License - [License details](http://dev.jonraasch.com/yafpp/docs#licensing)
  • yet-another-featured-posts-plugin/trunk/readme.txt

    r159688 r159748  
    88Requires at least: 2.8.4
    99Tested up to: 2.8.4
    10 Stable tag: 1.0
     10Stable tag: 1.1
    1111
    1212Yet Another Featured Posts Plugin provides an easy interface for featuring and unfeaturing posts.  Click the "featured stars" for each post in WordPress' post listing.
     
    1818YAFPP also provides a number of output options for developers - you can echo out or return an HTML formatted string of featured posts, return an array of featured post data or manipulate WordPress' The_Loop.
    1919
    20 Copyright 2009 Jon Raasch - Released under the FreeBSD License - [License info](http://dev.jonraasch.com/yafpp/docs#licensing)
     20Read the [complete documentation](http://dev.jonraasch.com/yafpp/docs "Read the complete documentation")
    2121
    2222== Installation ==
     
    30303. Select featured posts by clicking the 'featured stars' within the post listing in 'Posts > Edit'
    3131
    32 4. Place `<?php get_post_listing(); ?>` wherever you want a list of featured posts in your templates
     324. Place `<?php get_featured_posts(); ?>` wherever you want a list of featured posts in your templates
    3333
    3434= Output options =
    3535
    36 For more advanced users there are a number of output options.  Simply pass an option array: `<?php get_post_listing(array( 'method' => 'return' ); ?>`.  In this example `<?php get_post_listing(); ?>` would return the formatted string of data instead of echoing it.
     36For more advanced users there are a number of output options.  Simply pass an option array: `<?php get_featured_posts(array( 'method' => 'return' ); ?>`.  In this example `<?php get_featured_posts(); ?>` would return the formatted string of data instead of echoing it.
    3737
    3838Output options include:
     
    4444
    4545See the FAQs for more info on output options.
     46
     47Read the [complete documentation](http://dev.jonraasch.com/yafpp/docs "Read the complete documentation")
    4648
    4749== Frequently Asked Questions ==
     
    9597= 1.0 =
    9698* First major release of YAFPP
     99
     100== License ==
     101
     102Copyright 2009 Jon Raasch - Released under the FreeBSD License - [License details](http://dev.jonraasch.com/yafpp/docs#licensing)
Note: See TracChangeset for help on using the changeset viewer.