No tanto, o esta en la cabecera o el index, y no encontraras como1 found, ya que es un algoritmo, busca mejor donde veas el estilo del div 🙂
Este es mi codigo de la pag
<?php
/**
* The template for displaying all pages.
*
* @package Doover
* @author Muffin group
* [MENTION=3037]Link[/MENTION]
Muffin group
*/
get_header(); ?>
<!-- Content -->
<div id="Content">
<div class="Wrapper">
<div class="content">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php endwhile; ?>
</div>
</div>
</div>
<?php get_footer(); ?>
---------- Post agregado el 23-mar-2013 hora: 21:37 ----------
No tanto, o esta en la cabecera o el index, y no encontraras como1 found, ya que es un algoritmo, busca mejor donde veas el estilo del div 🙂
ob_start(); ?>
<div class="properties_pagination <?php echo $settings['class']; ?> wpp_slider_pagination" id="properties_pagination_<?php echo $unique_hash; ?>">
<div class="wpp_pagination_slider_status">
<span class="wpp_property_results_options">
<?php if($hide_count != 'true') { ?>
<span class="wpp_property_results"><?php echo ($properties['total'] > 0 ? WPP_F::format_numeric($properties['total']) : __('None', 'wpp')); ?></span>
<?php _e(' found.', 'wpp'); ?>
<?php } ?>
<?php if($use_pagination) { ?>
<?php _e('Viewing page', 'wpp'); ?> <span class="wpp_current_page_count">1</span> <?php _e('of', 'wpp'); ?> <span class="wpp_total_page_count"><?php echo $pages; ?></span>.
<?php } ?>
Encontré este código que debería borrar de hay para que se quite?