K
Kevin Heurtebise
Zeta
Bueno... ya que yo no se nada de esto, vengo a pedir ayuda a mis amigos betas 🙂
1.) Quiero cambiar las dos columnas de la sidebar a una sola (adjunto una imagen para explicarme mejor):
Enlace eliminado
Deseo situar los bloques marcados en verde a los bloques marcados en rojo. Es decir, que una columna ocupe el espacio de las dos.
Este es el codigo del sidebar (se en que parte esta lo que hay que modificar, pero no exactamente que):
2.) Otro cambio que quiero hacer es que el titulo de la entrada empiece por mayuscula y siga en minusculas y no una mayuscula al inicio de cada palabra.
Esto a mi me cuesta pero estoy seguro que a otros les sera facil reconocer las etiquetas que contienen cada uno de mis problemas y espero me puedan resolver mis dudas.
Saludos y gracias!! 🙂
1.) Quiero cambiar las dos columnas de la sidebar a una sola (adjunto una imagen para explicarme mejor):
Enlace eliminado
Deseo situar los bloques marcados en verde a los bloques marcados en rojo. Es decir, que una columna ocupe el espacio de las dos.
Este es el codigo del sidebar (se en que parte esta lo que hay que modificar, pero no exactamente que):
Insertar CODE, HTML o PHP:
</div>
<div id="sidebar">
<div id="sidebar_top">
<div class="box">
<h3>Event & News Updates</h3>
<div class="box_content">
<div class="rss_box">Sign up to receive breaking news as well as receive other site updates!</div>
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=<?php echo get_option('techified_feedburner_uri'); ?>', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" id="rss_form">
<input type="text" name="email" id="email_rss" value="Enter your email!" onblur="if (this.value == '') {this.value = 'Enter your email!';}" onfocus="if (this.value == 'Enter your email!') {this.value = '';}" />
<input type="submit" name="subscribe_email_btn" id="subscribe_email_btn" value="" />
<input type="hidden" value="<?php echo get_option('techified_feedburner_uri'); ?>" name="uri"/>
<input type="hidden" name="loc" value="en_US"/>
</form>
</div>
<div class="box_bottom"></div>
</div>
<div class="box">
<div class="box_header"></div>
<div class="box_content"> <?php echo stripslashes(get_option('techified_300_250_ads')); ?> </div>
<div class="box_bottom"></div>
</div>
</div>
<div id="sidebar_left">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>
<div class="box">
<h3>Categories</h3>
<div class="box_content">
<ul>
<?php wp_list_categories('depth=1&hide_empty=0&orderby=name&show_count=0&use_desc_for_title=1&title_li='); ?>
</ul>
</div>
<div class="box_bottom"></div>
</div>
<div class="box">
<h3>Archives</h3>
<div class="box_content">
<ul>
<?php wp_get_archives('type=monthly&limit=10&show_post_count=0'); ?>
</ul>
</div>
<div class="box_bottom"></div>
</div>
<?php endif; ?>
</div>
<div id="sidebar_right">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
<div class="box">
<h3>Blogroll</h3>
<div class="box_content">
<ul>
<?php get_links(-1, '<li>', '</li>', '', TRUE, 'url', FALSE); ?>
</ul>
</div>
<div class="box_bottom"></div>
</div>
<div class="box">
<h3>Meta</h3>
<div class="box_content">
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid XHTML</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/validator?uri=<?php echo get_settings('home'); ?>&usermedium=all">Valid CSS</a></li>
<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
<?php wp_meta(); ?>
</ul>
</div>
<div class="box_bottom"></div>
</div>
<?php endif; ?>
</div>
</div>
2.) Otro cambio que quiero hacer es que el titulo de la entrada empiece por mayuscula y siga en minusculas y no una mayuscula al inicio de cada palabra.
Insertar CODE, HTML o PHP:
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="fullbox" id="post-<?php the_ID(); ?>">
<div class="fullbox_header"></div>
<div class="fullbox_content">
<div class="breadcrumb">
<a href="<?php bloginfo('url'); ?>" title="Home">Home</a>
<img src="<?php bloginfo('template_directory'); ?>/images/arrow.png" alt="" />
<?php the_category(' '); ?>
<img src="<?php bloginfo('template_directory'); ?>/images/arrow.png" alt="" />
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</div>
<h1><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
<div class="post_info">
<div class="post_info_left">Posted on <?php the_time('l, j F Y') ?> by <?php the_author_posts_link(); ?></div>
<div class="post_info_right">
<a href="#respond" class="post_comment"><?php comments_number('No Comment', '1 Comment', '% Comments'); ?></a>
<!-- AddThis Button BEGIN -->
<script type="text/javascript">var addthis_pub="izwan00";</script>
<a class="post_bookmark" href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '<?php urlencode(the_permalink()); ?>', '<?php urlencode(the_title()); ?>')" onmouseout="addthis_close()" onclick="return addthis_sendto()">BOOKMARK</a>
<script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- AddThis Button END -->
</div>
</div>
<div class="post_content">
<?php the_content(''); ?>
</div>
<div class="post_social_bookmark">
<strong>Share this Post:</strong><br />
<a target="_blank" href="http://digg.com/submit?url=<?php echo urlencode(get_permalink()); ?>&title=<?php echo urlencode(the_title('', '', FALSE)); ?>&bodytext=" title="Digg"><img alt="Digg" src="<?php bloginfo('template_directory'); ?>/images/social/digg.png" width="48" height="48" /></a>
<a target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=<?php echo urlencode(get_permalink()); ?>&title=<?php echo urlencode(the_title('', '', FALSE)); ?>" title="Google Bookmarks"><img alt="Google Bookmarks" src="<?php bloginfo('template_directory'); ?>/images/social/google.png" width="48" height="48" /></a>
<a target="_blank" href="http://reddit.com/submit?url=<?php echo urlencode(get_permalink()); ?>&title=<?php echo urlencode(the_title('', '', FALSE)); ?>" title="reddit"><img alt="reddit" src="<?php bloginfo('template_directory'); ?>/images/social/reddit.png" width="48" height="48" /></a>
<a target="_blank" href="http://www.mixx.com/submit?page_url=<?php echo urlencode(get_permalink()); ?>&title=<?php echo urlencode(the_title('', '', FALSE)); ?>" title="Mixx"><img alt="Mixx" src="<?php bloginfo('template_directory'); ?>/images/social/mixx.png" width="48" height="48" /></a>
<a target="_blank" href="http://www.stumbleupon.com/submit?url=<?php echo urlencode(get_permalink()); ?>&title=<?php echo urlencode(the_title('', '', FALSE)); ?>" title="StumbleUpon"><img alt="StumbleUpon" src="<?php bloginfo('template_directory'); ?>/images/social/stumbleupon.png" width="48" height="48" /></a>
<a target="_blank" href="http://www.technorati.com/faves?add=<?php echo urlencode(get_permalink()); ?>" title="Technorati"><img alt="Technorati" src="<?php bloginfo('template_directory'); ?>/images/social/technorati.png" width="48" height="48" /></a>
<a target="_blank" href="http://buzz.yahoo.com/article/<?php echo urlencode(get_permalink()); ?>" title="Yahoo! Buzz"><img alt="Yahoo! Buzz" src="<?php bloginfo('template_directory'); ?>/images/social/yahoo.png" width="48" height="48" /></a>
<a target="_blank" href="http://www.designfloat.com/submit.php?url=<?php echo urlencode(get_permalink()); ?>&title=<?php echo urlencode(the_title('', '', FALSE)); ?>" title="DesignFloat"><img alt="DesignFloat" src="<?php bloginfo('template_directory'); ?>/images/social/designfloat.png" width="48" height="48" /></a>
<a target="_blank" href="http://del.icio.us/post?url=<?php echo urlencode(get_permalink()); ?>&title=<?php echo urlencode(the_title('', '', FALSE)); ?>" title="Delicious"><img alt="Delicious" src="<?php bloginfo('template_directory'); ?>/images/social/delicious.png" width="48" height="48" /></a>
<a target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url=<?php echo urlencode(get_permalink()); ?>&Title=<?php echo urlencode(the_title('', '', FALSE)); ?>" title="BlinkList"><img alt="BlinkList" src="<?php bloginfo('template_directory'); ?>/images/social/blinklist.png" width="48" height="48" /></a>
<a target="_blank" href="http://furl.net/storeIt.jsp?t=<?php echo urlencode(the_title('', '', FALSE)); ?>&u=<?php echo urlencode(get_permalink()); ?>" title="Furl"><img alt="Furl" src="<?php bloginfo('template_directory'); ?>/images/social/furl.png" width="48" height="48" /></a>
</div>
<div class="post_tags">
Tagged with: <?php the_tags(' ', ', ', ''); ?>
</div>
</div>
<div class="fullbox_footer"></div>
</div>
<?php if(is_single()) { comments_template(); } ?>
<?php endwhile; ?>
<?php else: ?>
<?php endif; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Esto a mi me cuesta pero estoy seguro que a otros les sera facil reconocer las etiquetas que contienen cada uno de mis problemas y espero me puedan resolver mis dudas.
Saludos y gracias!! 🙂