Closed (fixed)
Project:
Advanced Blog
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 03:10 UTC
Updated:
22 May 2010 at 12:20 UTC
Hello guys i'd like my blog descritption to show up on top of the blog posts, right now it show at the bottom even i reordered it to be the first block showing up in content.
Thanks
Comments
Comment #1
svendecabooterYou might want to add another region in your theme, and print that region above the
<?php print $content; ?>code in your page.tpl.php. See http://drupal.org/node/171224