Recent Topics

1 Jul 13, 2006 19:30    

hi, i want to remove the title "archive" from the list of months/past posts in the sidebar of my blog - i have obviously done this before because a previous blog does not have it.. but i can't for the life of me remember how i did it!

please help ;)

thanks,

david

blog in question: http://www.clartycloot.co.uk/diary.php

2 Jul 13, 2006 20:56

Find this part in _main.php:

  $Plugins->call_by_code( 'evo_Arch', array(      // Add parameters below:
                        ) );


and add a title param set to nothing (to override the default):

  $Plugins->call_by_code( 'evo_Arch', array(  
    // Add parameters below:
    'title' => ''
                        ) );


While you're editing that file, you might as well add in a linkback to b2evolution.net.

3 Jul 13, 2006 23:46

thanks!

is there another place to edit this? - i didn't use this method for the previous blog.. (which incidentally doesn't have a linkback either - will fix!)


Form is loading...