substancedigitalmedia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide Post CountGuys – i have it sussed! It was the sidebar module that was causing the problem! I applied what you told me to apply to the sidebar module catagory.php file and it worked!
Thansk so much for all your help with this……… I really really appreciate it!
Andy
Forum: Fixing WordPress
In reply to: Hide Post CountHi again,
I have sidebar modules installed – could this be causing a conflict?
Andy
Forum: Fixing WordPress
In reply to: Hide Post CountI have tried all variations of modifying, using the above posts as a guide – and they are still showing up……. ??
Andy
Forum: Fixing WordPress
In reply to: Hide Post CountHi,
Thanks for posting! I am new to PHP, can you cut and paste the exact code i should have in the whole file, like i have above – i am not good at modifying as i don’t know what to leave out and what to leave in!!
Bottle of Whiskey has been purchased……… ??
Andy
Forum: Fixing WordPress
In reply to: Hide Post CountHi There,
Its Worpdress 2.1 and K2 version and K2 0.95 RC1 by Various Artists.
Hope this helps solve the mystery!
Cheers
Andy
Forum: Fixing WordPress
In reply to: Hide Post CountHey there,
I opened that file, and that code is not contained in it – here is the only code in that file:
<?php
function categories_sidebar_module($args) {
extract($args);echo($before_module . $before_title . $title . $after_title);
?>-
<?php
if (function_exists(‘wp_list_categories’))
?><?php
echo($after_module);
}register_sidebar_module(‘Category list module’, ‘categories_sidebar_module’, ‘sb-categories’);
?>
Perhaps the category access plugin i mentioned above is causing the problem – there are a few php files with options in the plugin……..?
Cheers
Andy
Forum: Fixing WordPress
In reply to: Hide Post CountHI,
Sorry i tried that and it didnt work – i should have mentioned that i am using the category access plugin……https://www.coppit.org/code/
Anyideas what might be causing them to keep showing?
Cheers
Andy