StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 08-09-2011, 04:02 AM
jb510's Avatar
jb510 jb510 is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: Jun 2010
Location: Earth (presently Maui)
Posts: 148
Default Genesis Featured Widget Amplified - Pagination not working on CPT?

I'm using Nick's Genesis Featured Widget Amplified to show thumbnails and excerpts on an archive-{custom_post}.php template... only the pagination doesn't appear to be wokring

http://jb510.com/islandluxeresorts/agent-sightings/

When I click the Older Post link it goes to:
http://jb510.com/islandluxeresorts/a...htings/page/2/

Is the plugin broken or is it me?

CPT is defined as:
PHP Code:
    // Facebook Agent Sightings
    
$agent_sightings_labels = array(
        
'name'                => _x'Agent Sightings''post type general name' ),
        
'singular_name'        => _x'Agent Sighting''post type singular name' ),
        
'add_new'            => _x'Add New''Agent Sighting'),
        
'add_new_item'        => __'Add New Agent Sighting '),
        
'edit_item'            => __'Edit Agent Sighting '),
        
'new_item'            => __'New Agent Sighting '),
        
'view_item'            => __'View Agent Sighting '),
        
'search_items'        => __'Search Agent Sightings '),
        
'not_found'            => __'No Agent Sighting found' ),
        
'not_found_in_trash'=> __'No Agent Sightings found in Trash' ),
        
'parent_item_colon' => ''
    
);

    
$agent_sightings_supports = array('title''editor''thumbnail''excerpt''custom-fields''revisions');

    
$agent_sightings_post_type_args = array(
        
'labels'            => $agent_sightings_labels,
        
'singular_label'    => __('Agent Sighting'),
        
'public'            => true,
        
'show_ui'            => true,
        
'publicly_queryable'=> true,
        
'query_var'            => true,
        
'capability_type'    => 'post',
        
'has_archive'        => true,
        
'hierarchical'        => false,
        
'rewrite'            => array('slug' => 'agent-sightings'),
        
'supports'            => $agent_sightings_supports,
        
'menu_position'        => 5,
        
'menu_icon'            => ''
    
);
    
register_post_type('agent-sightings'$agent_sightings_post_type_args); 
 

Tags
custom post types, genesis featured posts, genesis featured widget amplified

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Exclude Term not Working in Featured Widget Amplified wadams92101 General Discussion 3 07-14-2011 08:05 AM


All times are GMT -5. The time now is 10:42 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.