hoss9009
Forum Replies Created
-
Can’t get it to work either…
Directions are vague.@inthemix, I used the same settings… nada.
Bummer. Usually WPMU is a great site. #fail.
Bump again.
Forum: Fixing WordPress
In reply to: pagination with custom post type (getting a 404)Hey guys,
So I’m trying to get Custom Post Type UI and WP-PageNavi.I’m having pagination issue’s though. I keep reading all kinds of different ways to accomplish this without any luck.
Here’s my code:
<?php $loop = new WP_Query( array( 'post_type' => 'web', 'posts_per_page' => 6 ) ); ?> <?php while ( $loop->have_posts() ) : $loop->the_post(); ?> LOOP STUFF HERE <?php endwhile; ?> <?php wp_reset_postdata(); // reset the query ?> <?php wp_pagenavi(): ?>
It all works, except when I try to go to the 2nd page of posts.
Here’s my url when trying to accomplish all this:
https://www.website.com/test/portfolio/web/page/2/
(Is this my prob?)Here’s my code the Custom Post Type UI generates for me:
register_post_type('web', array( 'label' => 'Websites','description' => '','public' => true,'show_ui' => true,'show_in_menu' => true,'capability_type' => 'post','hierarchical' => false,'rewrite' => array('slug' => 'portfolio/web'),'query_var' => true,'menu_position' => 4,'supports' => array('title','editor','excerpt','custom-fields','thumbnail',),'labels' => array ( 'name' => 'Websites', 'singular_name' => 'Website', 'menu_name' => 'Websites', 'add_new' => 'Add Website', 'add_new_item' => 'Add New Website', 'edit' => 'Edit', 'edit_item' => 'Edit Website', 'new_item' => 'New Website', 'view' => 'View Website', 'view_item' => 'View Website', 'search_items' => 'Search Websites', 'not_found' => 'No Websites Found', 'not_found_in_trash' => 'No Websites Found in Trash', 'parent' => 'Parent Website', ),) );
Thoughts? ANYTHING would help.
Thanks!Forum: Hacks
In reply to: Multiple Custom Post Loops in Different PlacesCan you give me an example using
WP_Query
? Please?Forum: Plugins
In reply to: Displaying Multiple Custom Post Types Based Off Custom TaxonomyMe too.
Forum: Fixing WordPress
In reply to: Theme Edit button is gone after upgrading to 3.1Hmmm… seems awkward. Any easier way?
Forum: Networking WordPress
In reply to: Uploading ProblemsPerfect!
TY.
Not sure why doc’s aren’t automatically included…Forum: Plugins
In reply to: Frontend UploaderLooks like I’ll being Uploadify
https://www.ads-software.com/support/topic/plugin-nextgen-public-uploader-multi-upload-possibility?replies=4Forum: Plugins
In reply to: Frontend UploaderCool thanks. I read that the nexgen uploaded only does single files, but I’ll give the other one a shot.
Forum: Themes and Templates
In reply to: Theme IdentificationFound it!!
https://www.thememagazine.com/Forum: Plugins
In reply to: best Multiple File upload Plugin?Any luck?
If not… here, here to the WP world…Forum: Fixing WordPress
In reply to: 3.0.4 multisiteHelp?
Forum: Fixing WordPress
In reply to: 3.0.4 multisiteAlso, I can’t add plugins.
I created another admin to see if it was just me, and it’s not.Forum: Plugins
In reply to: [wps3slider] [Plugin: wps3slider] 0% opacity?bump?
Forum: Themes and Templates
In reply to: default css markupThat’s what I really want..3.1 post formats!