Deprecated: Required parameter $nonce follows optional parameter $formdata in <b>/application/www/wp-content/plugins/posts-to-posts/vendor/scribu/scb-framework/Forms.php line 65
Deprecated: Required parameter $args follows optional parameter $file in <b>/application/www/wp-content/plugins/posts-to-posts/vendor/scribu/scb-framework/Cron.php line 24
1. https://github.com/scribu/wp-scb-framework/blob/master/Cron.php#L24
2. https://github.com/scribu/wp-scb-framework/blob/master/Forms.php#L65
unregister_widget( ‘WP_Widget_Pages’ );
Does anyone know the ID of the widget which comes with the p2p plugin?
I’ve tried looking in the code itself as well as taking random guesses, searched everywhere. Can someone point this out please?
https://www.ads-software.com/plugins/posts-to-posts/
]]>The issue I have is that there are 100+ drivers available, but only 22 are actually in the racing series so it’s only ever those 22 I want to choose from.
Is there a way to limit the p2p search results in the admin meta box based on the meta data?
https://www.ads-software.com/extend/plugins/posts-to-posts/
P.s. apologies for duplicate post, posted in wrong place first.
]]>The issue I have is that there are 100+ drivers available, but only 22 are actually in the racing series so it’s only ever those 22 I want to choose from.
Is there a way to limit the p2p search results in the admin meta box based on the meta data?
https://www.ads-software.com/extend/plugins/posts-to-posts/
Apologies, made a duplicate post as i put this in the wrong place, made a new one here, https://www.ads-software.com/support/topic/p2p-limiting-results-in-admin-meta-box-to-fit-certain-criteria-1?replies=1#post-3924809 not sure how to delete this. Feel free to respond tho!
]]>I’m getting this error since i moved the blog:
“a is null” in editor.js
Did anyone get this error too?
]]>Have installed the Front-end Editor, newest version but nothing happens except having the text highlighted color. Double clicking doesnt work and cant see the tooltip either.
Ive checked it with firebug, no javascript errors. No other front-end editors is activated.
BUT, if I change to another theme like Twenty Ten 1.1 by the WordPress team, everything works just fine.
Site location is: www.webbasis.dk/wordpress/
Any ideas to solve this issue? Would be most grateful
Excellent work! I did find one bug though, since I needed to use the qmt_post_type filter I found the widget isn’t using the filter.
Here’s the diff…
@@ -28,7 +28,8 @@
$out = '';
$taxonomies = array();
- foreach ( get_object_taxonomies('post') as $taxonomy ) {
+ $post_type = apply_filters('qmt_post_type', 'post');
+ foreach ( get_object_taxonomies($post_type) as $taxonomy ) {
$tax = get_taxonomy($taxonomy);
if ( ! empty($tax->label) )
]]>