Kakkonen
Ómicron
SEO
Verificación en dos pasos activada
Verificado por Whatsapp
1. al hacer click sobre una imagen, me lleva a ver la imagen completa, eso no quiero, me agrada que la imagen este sin opcion a click, puede verlos en la imagen que tengo en el momento cuando ya ves completo el articulo.
2 y 3. las categorias las cree yo pero me las ordena por orden alfabetico y me pone el famoso uncategorizated que no lo quiero ahi
4. lo checare gracias
5. si viene encriptado
El punto 1 se resuelve cuando subes una imagen, abajo de donde se pone el atributo alt, te aparecen tres botones en los cuales puedes ponerlo sin link, con link o con link hacia la pagina de adjuntos...
1. Si no es que se lo pones tu entonces habria que editar el código del single.php y el fuctions.php.
2. - 3. En las funciones de ese theme puede elegir que mostrar en el menú
4. Es mejor que lo metas manual metiendole mano al código. (Inclusive creo que ese theme tiene una funcion para poner el ads incorporada.)
5. Si está encriptado es porque la plantilla la bajaste de un sitio de warez y no oficial de woothemes. (por eso todos esos enlaces)
Lo mejor es que contrates a alguien para que te ayude con todo eso o simplemente compres la plantilla directamente en woothemes para tener el soporte y además la documentacion de como hacer lo que buscas.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<title>
<?php if ( is_home() ) { ?><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?><?php } ?>
<?php if ( is_search() ) { ?><?php bloginfo('name'); ?> | <?php _e('Buscar resultados', 'woothemes'); ?><?php } ?>
<?php if ( is_author() ) { ?><?php bloginfo('name'); ?> | <?php _e('Archivos del Autor', 'woothemes'); ?><?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(''); ?> | <?php bloginfo('name'); ?><?php } ?>
<?php if ( is_page() ) { ?><?php bloginfo('name'); ?> | <?php wp_title(''); ?><?php } ?>
<?php if ( is_category() ) { ?><?php bloginfo('name'); ?> | <?php _e('Archivo', 'woothemes'); ?> | <?php single_cat_title(); ?><?php } ?>
<?php if ( is_month() ) { ?><?php bloginfo('name'); ?> | <?php _e('Archivo', 'woothemes'); ?> | <?php the_time('F'); ?><?php } ?>
<?php if (function_exists('is_tag')) { if ( is_tag() ) { ?><?php bloginfo('name'); ?> | <?php _e('Tag Archivo', 'woothemes'); ?> | <?php single_tag_title("", true); } } ?>
</title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php if ( get_option('woo_feedburner_url') <> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<!--[if IE 6]>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/pngfix.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/menu.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/ie6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/ie7.css" />
<![endif]-->
<?php if ( is_single() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
<!--[if lte IE 7]>
<script type="text/javascript">
jQuery(function() {
var zIndexNumber = 1000;
jQuery('div').each(function() {
jQuery(this).css('zIndex', zIndexNumber);
zIndexNumber -= 10;
});
});
</script>
<![endif]-->
<script type="text/javascript">
jQuery(window).load(function(){
jQuery("#loopedSlider").loopedSlider({
<?php
$autoStart = 0;
$slidespeed = 600;
if ( get_option("woo_slider_auto") == "true" )
$autoStart = get_option("woo_slider_interval") * 1000;
else
$autoStart = 0;
if ( get_option("woo_slider_speed") <> "" )
$slidespeed = get_option("woo_slider_speed") * 1000;
?>
autoStart: <?php echo $autoStart; ?>,
slidespeed: <?php echo $slidespeed; ?>,
autoHeight: true
});
});
</script>
</head>
<?php woo_globals(); // Set global variables ?>
<body>
<div id="container">
<div id="top">
<?php if ( get_option('woo_nav_top') == "true" ) include( TEMPLATEPATH . '/includes/page-nav.php' ); ?>
<div id="header" class="col-full">
<div id="logo">
<a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('description'); ?>"><img class="title" src="<?php if ( get_option('woo_logo') <> "" ) { echo get_option('woo_logo'); } else { bloginfo('template_directory'); ?>/images/logo.png<?php } ?>" alt="<?php bloginfo('name'); ?>" /></a>
<?php if(is_single() || is_page()) : ?>
<span class="site-title"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></span>
<?php else: ?>
<h1 class="site-title"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
<?php endif; ?>
<span class="site-description"><?php bloginfo('description'); ?></span>
</div><!-- /#logo -->
<?php if (get_option('woo_ad_top') == "true") { ?>
<div id="topad">
<?php include (TEMPLATEPATH . "/ads/top_ad.php"); ?>
</div><!-- /#topad -->
<?php } elseif (get_option('woo_twitter')) { ?>
<div id="twitter-top">
<div class="logo">
<a href="http://www.twitter.com/<?php echo get_option('woo_twitter'); ?>" title="<?php _e('Siguenos en Twitter', 'woothemes'); ?>"><img src="<?php bloginfo('template_directory'); ?>/images/ico-twitter.png" alt="<?php _e('Twitter', 'woothemes'); ?>" /></a>
</div>
<div class="tweet">
<ul id="twitter_update_list"><li></li></ul>
</div>
</div><!-- /#topad -->
<?php } ?>
</div><!-- /#header -->
<div id="navigation">
<?php if ( get_option('woo_nav_top') <> "true" ) include( TEMPLATEPATH . '/includes/page-nav.php' ); ?>
<div id="cat-nav">
<div class="col-full">
<ul id="secnav" class="fl">
<?php foreach ( (get_categories('hide_empty=0&exclude='.get_option('woo_nav_exclude') ) ) as $category ) { if ( $category->category_parent == '0' ) { ?>
<li>
<a href="<?php echo get_category_link($category->cat_ID); ?>"><?php echo $category->cat_name; ?><?php if ( $GLOBALS[desc] ) { ?><br/><span><?php echo $category->category_description; ?></span><?php } ?></a>
<?php if (get_category_children($category->cat_ID) ) { ?>
<ul><?php wp_list_categories('title_li&child_of=' . $category->cat_ID ); ?></ul>
<?php } ?>
</li>
<?php } } ?>
</ul><!-- /#nav2 -->
<?php if ( get_option('woo_search_disable') <> "true" ) : ?>
<div id="search" class="fr">
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>">
<input type="text" class="field" name="s" id="s" value="<?php _e('Ingrese palabras claves...', 'woothemes') ?>" onfocus="if (this.value == '<?php _e('Ingrese palabras claves...', 'woothemes') ?>') {this.value = '';}" onblur="if (this.value == '') {this.value = '<?php _e('Ingrese palabras claves...', 'woothemes') ?>';}" />
<input class="submit btn" type="image" src="<?php bloginfo('template_directory'); ?>/images/ico-search.png" value="Go" />
</form>
</div><!-- /#search -->
<?php endif; ?>
</div><!-- /.col-full -->
</div><!-- /#cat-nav -->
</div><!-- /#navigation -->
</div><!--/#top-->
- quitar el hiperlink a las imagenes
- quitar del menu el uncategorized
- poner los menu en el orden que yo quiera y no alfabeticamente (default)
- poner adsense ya que no se insertarlo y no me atrevo a intervenir aunque mucho conocimiento tengo en php
- quitarle el footer y crear uno propio
se me olvidaba, supongo que al poner mas articulos me apareceran abajo? porque se me cargo en el slidebar y no como historial y que frecuentemente veo en los demas blogs wordpress
2- quitar del menu el uncategorized
ahora me dedicare a solucionar el punto 2, gracias Arkangel0 voy a tratar de insertarlo
Ok, el punto 2 y 3 ya esta terminado, me quedaria el famoso footer
<div id="footer">
<div class="col-full">
<div class="col-left" id="copyright">
<p>© 2010 Turismo y Viajes Rutamex.com. All Rights Reserved.</p>
</div>
<div class="col-right" id="credit">
<p><a href="http://www.5themes.com/">WordPress Themes</a> | <a href="http://www.hoststore.com/">Dedicated Hosting</a> | <a href="http://vps-reviews.net">VPS Hosting</a> | <a href="http://www.web-hosting-search.com">Web Hosting</a>. Designed by <a href="http://www.wicked-wordpress-themes.com/top-websites/"><img width="87" height="21" alt="Top WP themes" src="http://www.rutamex.com/wp-content/themes/headlines/images/woothemes.png"></a></p>
</div>
</div>
</div>
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?