Fix list for initial release version 1.3
Hi all,
As and when I come across any errors, I will post fixes here
First off lets me kick off with a few small behind the scenes php errors
In your
functions.php file (changes are highlighted in bold)
change:
// Rewrite the actual action
function ft_ad_loop_meta() {
global $post;
if ( is_singular( APP_POST_TYPE ) )
return;
?>
to:
// Rewrite the actual action
function ft_ad_loop_meta() {
global $post
, $cp_options;
if ( is_singular( APP_POST_TYPE ) )
return;
?>
In your
single-ad_listings.php file (fix courtesy of Holon - thank you!)
on lines
224 and
226 respectively change:
'caller_get_posts' => 1,
'post__not_in' => $do_not_duplicate,
'orderby' => rand,) );
to:
'
ignore_sticky_posts' => 1,
'post__not_in' => $do_not_duplicate,
'orderby' =>
'rand
') );
(needs quotes around the the word 'rand')
These fixes will not have any visible or resulting impact, but they do require fixing.
It goes without saying - ALL fixes will be implemented on the next update.
Thank you
Sarah
Last edited by talent; July 15th, 2013 at 11:50 AM.
$function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get
If you build it, they will come...