Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as HTML by Tiagoo ( 15 years ago )
<!DOCTYPE html PIBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1-transitional.dtd">
<html >
<head profile="http://gmpg.org/xfn/11">
<title><?php bloginfo('name');?><?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset');?>"/>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for s please -->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen"/>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url');?>"/>
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url');?>"/>
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url');?>"/>
<link rel="pingback" href="<?php bloginfo('pingback_url');?>"/>
<?php wp_get_archives('type=monthly&format=link');?>
<?php //comments_popup_script(); //off by default?>
<?php wp_head();?>
<?php wp_enqueue_script("jquery"); ?>
</head>
<body>
<div id="header">
<center><img src="imagens/banner.jpg"></center>
</div>
<div id="menu"> <?php get_links_list();?></div>
<div id="container">
<?php if(have_posts()): ?><?php while(have_posts()) : the_post(); ?>
<h2><a href="<?php the_permalink();?>"><?php the_title();?></a></h2>
<div class="entry">
<?php the_content();?>
<p class="postmetadata">
<?php _e('Filed under:'); ?> <?php the_category(', ') ?> <?php _e('by'); ?> <?php the_author(); ?><br />
<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> <?php edit_post_link('Edit', ' | ', ''); ?>
</p>
</div>
<?php endwhile;?>
<div class="navigation">
<?php posts_nav_link('in between','before','after'); ?>
</div>
<?php else : ?>
<div class="post">
<h2><?php _e('Not Found'); ?></h2>
</div>
<?php endif;?>
</div>
<div class="sidebar">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?>
<li id="calendar"><h2><?php _e('Calendar'); ?></h2>
<?php get_calendar(); ?>
</li>
<?php wp_list_pages();?>
<li><h2><?php _e('Categories');?></h2>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
</ul>
</li>
<li><h2><?php _e('Archives'); ?></h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<li><h2><?php _e('Meta'); ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php endif; ?>
</ul>
</div>
<div id="footer">
<p>
Copyright © 2011 <?php bloginfo('name'); ?>
</p>
</div>
</body>
</html>
Revise this Paste