CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: Pablo
<div id="page-content-container" class="wide clearfix">
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div id="content" class="clearfix">
        <div id="page-detail" class="clearfix">
            <?php if ( has_post_thumbnail() ) { ?>
            <?php the_post_thumbnail('thumb_wide'); ?>
            <?php } ?>
            <div class="post">
                <?php /*?><h2><?php the_title(); ?></h2><?php */?>
                <?php the_content(); ?>
by Pablo   October 25, 2010 @ 1:54am
Tags:
122 Views
no comments
 
<?php wp_list_categories('orderby=name&use_desc_for_title=0&child_of=3&title_li='); ?>
by Pablo   August 30, 2010 @ 4:26pm
Tags:
94 Views
no comments
 
function new_excerpt_more($post) {
   return '&nbsp;'.'<a href="'. get_permalink($post->ID) . '">' . 'Leer mas' . '</a>';
}
   add_filter('excerpt_more', 'new_excerpt_more');
by Pablo   June 02, 2010 @ 11:49am
Tags:
129 Views
no comments
 
<h2>Novedades</h2>
        <?php if (have_posts()) : ?>
        <?php while (have_posts()) : ?>
        <?php the_post(); ?>
        <div class="post" id="post-&lt;?php the_ID(); ?>">
        <img src="&lt;?php echo get_post_meta($post->ID, 'img_home', true); ?>" />
          <h3 class="posttitle"><a href="&lt;?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
          <?php the_excerpt('Read More'); ?>
          <div class="leermasHome"><a href="&lt;?php the_permalink(); ?>" title="<?php the_title(); ?>">Continuar leyendo</a></div>
          <div class="entry">
by Pablo   May 17, 2010 @ 6:37pm
Tags:
57 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate