skitter
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Permalinks redirecting paginationhere are the link:
http://www.compoundent.com/media/grammy-brunch
if you can take a look and help me @esmi
Forum: Fixing WordPress
In reply to: Permalinks redirecting paginationyes it is 🙁
Forum: Fixing WordPress
In reply to: Permalinks redirecting paginationyes here are my query:
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $args = array( 'post_type' => 'attachment', 'posts_per_page' => 18, 'post_status' => 'any', 'post_parent' => $post->ID, 'exclude' => get_post_thumbnail_id($post->ID), 'orderby' => 'menu_order', 'paged' => $paged ); $attachments = new WP_Query( $args );the funny thing is that with normal permalinks (id based) it works like a charm.
not yet
Forum: Plugins
In reply to: [Plugin: Wordsocial] How can I enable Wordsocial in a custom post type?Hi Tommy, do you have any news about this bug? or maybe if you want may i can help you… just send me some infos about it and where should i need to look into.
Thanks
Forum: Plugins
In reply to: [Plugin: Wordsocial] How can I enable Wordsocial in a custom post type?Hi Tommy, i saw that the new version has support to custom posts right? but it is only working for default wordpress posts, there are something that i have to do to make it work?
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)