Viewing 1 replies (of 1 total)
  • Admin >> Appearance >> Widgets should let you put in whatever widgets you want to override the default.

    Otherwise, zBench uses Recent Posts on single posts and Random on lists of posts (archive, index, etc) and you can change that in sidebar.php. Just look at lines 32-56 and you can delete [code]<?php if ( is_singular() ) { ?>[/code] on line 32 and delete [code]<?php } else { ?>[/code] on line 44 and [code]<?php } ?>[/code] on line 56. Then it will have Recent and Random on all pages and you can delete the block for random (everything inside that div class=widget code)

    Does that help?

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: zBench] Most recent post at top of homepage’ is closed to new replies.