Changeset 505215
- Timestamp:
- 02/15/2012 08:10:34 AM (14 years ago)
- Location:
- intuitive-navigation/trunk
- Files:
-
- 4 edited
-
functions.php (modified) (1 diff)
-
intuitive-navigation.php (modified) (1 diff)
-
load-frame.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
intuitive-navigation/trunk/functions.php
r417873 r505215 12 12 $options = get_option('int_nav_options'); 13 13 ?> 14 <div class="int-nav">14 <div id="int-nav"> 15 15 <table width="100%"<?php if ( ( $options['int_nav_height'] != 0 ) ) { ?> style="height:<?php echo $options['int_nav_height']; ?>px;"<?php } ?> class="int-nav-table"><tr> 16 16 <?php if ( $p['no_next'] != TRUE ) { ?> -
intuitive-navigation/trunk/intuitive-navigation.php
r496231 r505215 4 4 Plugin URI: http://steamingkettle.net/web-design/wordpress-plugins/ 5 5 Description: Creates navigation to next and previous posts specific to the category or tag a visitor came from. You can embed the navigation automatically or use a custom function <code>addIntNav()</code> in your template files. Customize the appearance with post thumbnails and labels. Swap next and previous post links mirror-wise. Bold links to the current category or tag. Optimized for use with caching plugins. 6 Version: 0. 5.16 Version: 0.6 7 7 Author: Denis Buka 8 8 Author URI: http://steamingkettle.net -
intuitive-navigation/trunk/load-frame.php
r496808 r505215 1 <?php require( $_SERVER['DOCUMENT_ROOT'] . '/wp-load.php' ); ?>1 <?php require( '../../../wp-load.php' ); ?> 2 2 <?php 3 3 $options = get_option('int_nav_options'); -
intuitive-navigation/trunk/readme.txt
r496231 r505215 5 5 Requires at least: 3.2 6 6 Tested up to: 3.2 7 Stable tag: 0. 5.17 Stable tag: 0.6 8 8 9 9 Creates navigation to next and previous posts based on the category or tag a visitor came from. … … 55 55 == Changelog == 56 56 57 = 0.6 = 58 * Improved compatibility 59 57 60 = 0.5 = 58 61 * Fixed encoding problem in some browsers
Note: See TracChangeset
for help on using the changeset viewer.