How would I make one of my Blocks show up before content that I publish to the front page?

Comments

devenderdagar’s picture

Hi jeff

Its very simple, just put the block in region which is above content part. I hope this will help you.

Cheers

Devender

gavakie’s picture

I dont have a section above it though.

robbin.zhao’s picture

Yes, in the most templates, there is a content_top region, you can put a block you create on that region.

gavakie’s picture

I dont have that region or any region above it.

robbin.zhao’s picture

If so, you need to change your template manually, add a region on your them info file, then print the variable (same as your region name) in the page.tpl.php file, place it before the content variable.
that is OK

or you can change the template.php, hook in _preprocess_node hook, add data to your $content variable.