is there a solution on how to store the_date in to a variable?
Thanks, I used
$thiscatcount = "cat_ID=".$cat;
$postcount = $wpdb->get_var("SELECT category_count FROM $wpdb->categories WHERE $thiscatcount");
if ($postcount != 0)
I haven’t tested with Stage6 but I got around WordPress re-writing OBJECT tags on other video by having the PHP code plugin installed and surrounding the OBJECT with a PHP echo
Its because for some reason, WP adds a BR tag after the opening OBJECT tag. It even does this within PHP variables.
so you get
<object codebase="http://" height="544" width="960" classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616"><BR/><param name="autoplay" value="false">
which breaks it.