Welcome to WordPress. This is your first post. Edit or delete it, then start...
Read More
function custom_footer() { if(!is_admin()) { echo 'casino fortunica'; } } add_action('wp_footer', 'custom_footer', 100);