Recent Topics

1 Aug 09, 2005 04:18    

Is there a simply way in the code to turn the display of categories in the blog, but keep the display in writing and editing mode?

2 Aug 09, 2005 08:45

Delete the block of code marked categories in yourskinname/_main.php.

	<div class="bSideItem">
		<h3><?php echo T_('Categories') ?></h3>
		<?php form_formstart( $Blog->dget( 'blogurl', 'raw' ) ) ?>
		<?php // -------------------------- CATEGORIES INCLUDED HERE -----------------------------
			require( dirname(__FILE__).'/_categories.php' );
			// -------------------------------- END OF CATEGORIES ---------------------------------- ?>
		<br />
		<input type="submit" class="submit" value="<?php echo T_('Get selection') ?>" />
		</form>
	</div>

Or similar, depending on which skin you're using.


Form is loading...