Plugin Directory

Changeset 697753


Ignore:
Timestamp:
04/15/2013 10:40:06 AM (13 years ago)
Author:
logeshmba
Message:

Fixed showing empty nav when no next or previous posts

Location:
genesis-post-navigation/tags/2.0.1
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • genesis-post-navigation/tags/2.0.1/gpn-deploy.php

    r651616 r697753  
    9595
    9696add_action( 'genesis_after_post_content', 'gpn_after_post' );
     97add_action('wp_enqueue_scripts', 'gpn_custom_script');
     98
     99function gpn_custom_script(){
     100 wp_enqueue_script( 'gpn-custom-script', plugins_url( '/js/gpn_custom_script.js', __FILE__ ) );
     101}
    97102
    98103function gpn_after_post() {
Note: See TracChangeset for help on using the changeset viewer.