Foros del Web » Creando para Internet » Sistemas de gestión de contenidos » WordPress »

META en este Theme bright-sky

Estas en el tema de META en este Theme bright-sky en el foro de WordPress en Foros del Web. Buenas, eh estado probando este theme: http://www.kreativethemes.com/bright-sky/ pero lo malo cuando quiero poner mis <meta> en el header.php es diferente a los theme que eh ...
  #1 (permalink)  
Antiguo 28/06/2010, 09:22
Avatar de sanosiris  
Fecha de Ingreso: junio-2010
Ubicación: Perú
Mensajes: 40
Antigüedad: 13 años, 10 meses
Puntos: 0
Pregunta META en este Theme bright-sky

Buenas, eh estado probando este theme:

http://www.kreativethemes.com/bright-sky/

pero lo malo cuando quiero poner mis <meta>

en el header.php es diferente a los theme que eh conocido normal nose donde colocarlos

el theme es free pero eh buscado la manera de contactarme con el creador del theme pero noda soporte.
  #2 (permalink)  
Antiguo 28/06/2010, 10:38
Avatar de Carlangueitor
Moderador ლ(ಠ益ಠლ)
 
Fecha de Ingreso: marzo-2008
Ubicación: México
Mensajes: 10.037
Antigüedad: 16 años, 1 mes
Puntos: 1329
Respuesta: META en este Theme bright-sky

Debe ser en el header.php, si no pega el código de ese archivo y el index.php para ver si no estro archivo el que tengas que modificar.

Saludos
__________________
Grupo Telegram Docker en Español
  #3 (permalink)  
Antiguo 28/06/2010, 14:59
Avatar de sanosiris  
Fecha de Ingreso: junio-2010
Ubicación: Perú
Mensajes: 40
Antigüedad: 13 años, 10 meses
Puntos: 0
Respuesta: META en este Theme bright-sky

Este es el code header.php

Código PHP:
<?php 
function kreative_wp_head() {
    
$kt =& get_instance();
    
    
$jquery $kt->config->item('jquery_source''optimize');
    
    if (
in_array($jquery, array('cdn-google'))) :
        
?>
        <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>    
        <?php 
    
else :
        
?>
        <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/jquery.min.js"></script>
        <?php    
    
endif;
    
    if (
$kt->config->item('enable_cufon''general') == 'true') : ?>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/cufon-yui.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/vegur_400-vegur_700.font.js"></script>
<script type="text/javascript">

<!--
jQuery(function($) {
    Cufon.replace('h1.maintitle, #header h1, h2.mainhead, li.t1 a, li.t2 a, li.t3 a');
});
-->
</script>
        
    <?php endif;
}

add_action('wp_head''kreative_wp_head');
Code index.php:

Código PHP:
<?php get_header(); ?>

    <div id="content" class="subcontainer fleft">
    
        <?php include (TEMPLATEPATH '/functions/brightsky-topbox.php'); ?>
        <ul id="highlight">
         <?php 
        $kt 
=& get_instance();
        
$highlight_posts $kt->config->item('highlight_posts''layout');
        
$home_query $kt->config->item('home_advanced_query''layout');
        
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
        
        
query_posts($query_string $home_query);
        
$count 0;
        
$prev FALSE;
        
        if (
have_posts()) : while (have_posts()) : the_post(); $count++;
        
        if (
$count === ($highlight_posts 1)) : $prev TRUE?>
            </ul><!-- end of #highlight -->
            <div id="prev">
                <h2 class="mainhead">Previous Posts</h2>
                <ul id="excerpt">
        <?php endif; ?>
        
        <?php if ($count <= $highlight_posts) : /* show highlight */ ?>
        <li <?php post_class() ?> id="post-<?php the_ID(); ?>">
            <div class="posthead">
                 <div class="maindate fleft">
                     <?php the_time('d'?><br />
                     <span><?php the_time('M'?> </span>
                 </div>     
                
                <h1 class="maintitle fleft"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
                <br class="clear" />
            </div>
        
            <div class="entry">
                <?php the_content('Read the rest of this entry &raquo;'); ?>
            </div>
            <p class="postinfo">
                <span class="category">Filed under - <?php the_category(', '?></span>              
                <span class="comment"><?php comments_popup_link('No Comments''1 Comment''% Comments'); ?> so far. Add yours now</span>
            </p>
        </li>
        
        <?php else : /* show previous */ ?>
            <li> 
                 <div class="p_coleft fleft">
                     <p class="date_s"><?php the_time('M d, Y'?></p>
                     <span class="comment_s"><?php comments_popup_link('No Comments''1 Comment''% Comments'); ?></span>
                 </div>
                 
                 <div class="p_coright fright">        
                    <h1 class="prevtitle">
                        <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a>
                    </h1>
                    <?php kreative_excerpt('55') ;?>
                </div>
                
                <br class="clear" />
            </li>
        
        <?php endif; ?>
        
    <?php endwhile; ?>
    
    <!-- 5 Start -->
    <?php else : ?>
        <?php include (TEMPLATEPATH '/notfound.php'); ?><!-- Also added and edited notfound.php -->
    <?php endif; ?>
    <!-- Erro 5 End -->
    
    <?php if ($prev === TRUE) : ?>
        </ul></div>
    <?php endif; ?>
    <br class="clear" />
     <?php kreative_pagenavi();?>
</div>
    
<?php get_sidebar(); ?>
<?php get_footer
(); ?>
  #4 (permalink)  
Antiguo 01/07/2010, 06:03
 
Fecha de Ingreso: junio-2010
Ubicación: Chincha
Mensajes: 11
Antigüedad: 13 años, 10 meses
Puntos: 0
Respuesta: META en este Theme bright-sky

Una opción seria cambiar de theme por el que trae por defecto es muy parecido al que usas, hablo de la versión 3.0

Etiquetas: meta, themes
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 11:57.