The callbacks tag has no wiki summary.
0
votes
1answer
28 views
Meta boxes not showing up
Okay so I'm trying to render a meta box.
This is what I have so far, trying to keep it as basic as possible:
add_action('load-post.php', 'ad_templates_callback' );
add_action('load-post-new.php', ...
0
votes
1answer
83 views
Rewrite rule to redirect to a particular filename.php
I'm using the Monkeyman Rewrite Analyzer plugin (http://wordpress.org/extend/plugins/monkeyman-rewrite-analyzer/) I want to write a rule that will be take a URL (that is specified in the user's accnt ...
2
votes
0answers
49 views
Image upload callback in new 3.5 media
I am using new 3.5 media uploader in my theme frontend (base on this example). It is very simple when you want to do something with images after 'Select' button is pressed:
file_frame.on('select', ...
0
votes
0answers
37 views
GD Star Rating and Infinite Scroll callback
I'm looking to use GD Star Rating on a page that uses Infinite Scroll. However when loading the next section of the posts, the star rating looses it's functionality.
I've found easy callbacks for ...