When I blog new post - all older move down - and it is definettly OK for me... but Is it possible to create some text at the top of all posts? I need to have it static... always on the top on the main page of my blog. Hope to hear some resolutions! Thx, Mark
There is another way. But you need to do it carefully. Here is what I do. Check you index.php <?php get_header(); ?> <div id="content"> <div id="contentleft"> <br/>ADD YOUR TEXT HERE<br/> The rest of index.php coding. Your text will always appear at the top of your home page. The other way (easy way) is get the WP-Sticky plugin.