This was requested by a member a while ago so I thought I would post how to do this incase anyone else needs this.
Basically this adds a nice text box to the Blog index page.
Option 1 > Below the search / navigation links...
ACP > Look / Feel > Skin Manager > (edit each skin as needed) > Edit Template HTML > Skin_Blog_List >
Put this at the very end, after any other code...
Option 2 > Above the search box...
ACP > Look / Feel > Skin Manager > (edit each skin as needed) > Edit Template HTML > Skin_Blog_List >
Put this at the start, before any other code...
Basically this adds a nice text box to the Blog index page.
Option 1 > Below the search / navigation links...
ACP > Look / Feel > Skin Manager > (edit each skin as needed) > Edit Template HTML > Skin_Blog_List >
Put this at the very end, after any other code...
<br /> <div class='borderwrap'><div class='maintitle'>Put your title Here</div><div class='tablepad' align='center'> <br /> Your message etc etc goes here! <br /> </div></div> <br />
Option 2 > Above the search box...
ACP > Look / Feel > Skin Manager > (edit each skin as needed) > Edit Template HTML > Skin_Blog_List >
Put this at the start, before any other code...
<div class='borderwrap'><div class='maintitle'>Put your title Here</div><div class='tablepad' align='center'> <br /> Your message etc etc goes here! <br /> </div></div> <br />













