The buttons appear but nothing else happens. Very promising plugin. I hope it will be fixed.
]]>Hello, please tell me how to integrate WP Thumbs in Gallery comment ?
https://www.matainja.com/wordpress/image-gallery
Or how do I add WP Thumbs in the desired place with the javascript ?
]]>is there a short code for this to place anywhere on a page?
]]>NOTICE: UNDEFINED VARIABLE: CONTENT IN C:\WAMP\WWW\RN\WP-CONTENT\PLUGINS\WP-THUMBS\AJAX.PHP ON LINE 12
This is the error popping up. After a look at Ajax.php, could you explain where $content is being defined in the lines below?
if (isset($_POST['ajax']) && $_POST['ajax'] == 'reload') {
$postid = $_POST['post'];
print wp_thumbs_display_div($content,$postid);
}
]]>