Plugin Directory

Changeset 505215


Ignore:
Timestamp:
02/15/2012 08:10:34 AM (14 years ago)
Author:
Denis Buka
Message:
 
Location:
intuitive-navigation/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • intuitive-navigation/trunk/functions.php

    r417873 r505215  
    1212    $options = get_option('int_nav_options');
    1313?>
    14     <div class="int-nav">
     14    <div id="int-nav">
    1515        <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>
    1616    <?php if ( $p['no_next'] != TRUE ) { ?>
  • intuitive-navigation/trunk/intuitive-navigation.php

    r496231 r505215  
    44Plugin URI: http://steamingkettle.net/web-design/wordpress-plugins/
    55Description: 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.1
     6Version: 0.6
    77Author: Denis Buka
    88Author 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' ); ?>
    22<?php
    33$options = get_option('int_nav_options');
  • intuitive-navigation/trunk/readme.txt

    r496231 r505215  
    55Requires at least: 3.2
    66Tested up to: 3.2
    7 Stable tag: 0.5.1
     7Stable tag: 0.6
    88
    99Creates navigation to next and previous posts based on the category or tag a visitor came from.
     
    5555== Changelog ==
    5656
     57= 0.6 =
     58* Improved compatibility
     59
    5760= 0.5 =
    5861* Fixed encoding problem in some browsers
Note: See TracChangeset for help on using the changeset viewer.