Hello!
I want to make a line between every "blogpost" on my page, but cant find out how its done.
I also want to make a .php page with the wordpress theme, but I want to write som php code so I have to make a standalone php file my self. This is the code that I have tride, but the "hello!" ends up at the lower left side of the page???
"
<?php
define('WP_USE_THEMES', false);
require('wp-blog-header.php');
get_header();
get_sidebar();
?>
<p>Hello!</p>
<?php
get_footer();
?>"
So, I would be werry happy if someone could help me:)!