sebchauss
Forum Replies Created
-
Hi,
In Administration > SEO > Title Tag Rewriter, you have a “Post Format Archives” tab but it doesn’t work. I have the following message : “Your site currently doesn’t have any public items of this type.”
Is it a bug or a non implemented function ?
That seems ok even if the order is weird if you haven’t clicked yet on the “update” button in the “re-order” screen.
Thank you.
Ok but what I need are the posts :
$nextPost = get_adjacent_post(false,'',false); $prevPost = get_adjacent_post(false,'',true);
And it doesn’t work with it.
Sorry, I gave the wrong versions. Here are the right ones :
Versions :
WP 3.3.2
Advanced Post Types Order 2.5.0.5This this alright with this new version. Thank you for your reactivity.
Hi,
I’ll try it as soon as possible. Thank you.
Hi again,
The remaining errors are caused by $posts_in_ex_cats_sql which isn’t defined at the lines 449 and 537.
Do you have a quick solution ? Thank you
Hi,
I don’t see any help section on your website! I know that this is the support for the free version but I really need your help.
For my issue, I found the handler functions and so I have uncommented the 4 “add_filter”. I got a lot of php error because the parameters are not sent to the function so I put :
advanced-post-types-order.php, line 189
add_filter('get_previous_post_where', 'cpto_get_previous_post_where', 10, 3); add_filter('get_previous_post_sort', 'cpto_get_previous_post_sort'); add_filter('get_next_post_where', 'cpto_get_next_post_where', 10, 3); add_filter('get_next_post_sort', 'cpto_get_next_post_sort');
include/functions.php, line 377
function cpto_get_previous_post_where($where, $in_same_cat, $excluded_categories)
include/functions.php, line 464
function cpto_get_next_post_where($where, $in_same_cat, $excluded_categories)
That’s better but I still have errors…