Title: Juan Cook's Replies | WordPress.org

---

# Juan Cook

  [  ](https://wordpress.org/support/users/juampick/)

 *   [Profile](https://wordpress.org/support/users/juampick/)
 *   [Topics Started](https://wordpress.org/support/users/juampick/topics/)
 *   [Replies Created](https://wordpress.org/support/users/juampick/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/juampick/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/juampick/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/juampick/engagements/)
 *   [Favorites](https://wordpress.org/support/users/juampick/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Contact Form 7] Changing the content of the emails send](https://wordpress.org/support/topic/plugin-contact-form-7-changing-the-content-of-the-emails-send/)
 *  Thread Starter [Juan Cook](https://wordpress.org/support/users/juampick/)
 * (@juampick)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-contact-form-7-changing-the-content-of-the-emails-send/#post-998640)
 * Ok, thanks, I found the languaje files and it’s works perfectly! Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page that redirect to a category](https://wordpress.org/support/topic/page-that-redirect-to-a-category/)
 *  Thread Starter [Juan Cook](https://wordpress.org/support/users/juampick/)
 * (@juampick)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/page-that-redirect-to-a-category/#post-992618)
 * Hi, I solve the problem doing this:
 *     ```
       <!-- top tab navigation -->
                     <div id="tabs">
                      <ul>
                      <?php
                       if((!$options['hidehometab']) && (!$options['categorytabs'])) {
                         if(is_home() && !is_paged()){ ?>
                        <li class="current_page_item"><a href="<?php echo get_settings('home'); ?>" title="<?php _e('You are Home','fusion'); ?>"><span><span><?php _e('Home','fusion'); ?></span></span></a></li>
                      <?php } else { ?>
                       <li><a href="<?php echo get_option('home'); ?>" title="<?php _e('Click for Home','fusion'); ?>"><span><span><?php _e('Home','fusion'); ?></span></span></a></li>
                      <?php
                        }
                       }/*wp_list_categories(&exlude=181)*/
                       ?>
                      <?php
                        if($options['categorytabs']) {
                         echo preg_replace('@\<li([^>]*)>\<a([^>]*)>(.*?)\<\/a>@i', '<li$1><a$2><span><span>$3</span></span></a>', wp_list_categories('show_count=0&echo=0&title_li=&depth=0'));
                         /*}
                        else {*/
                          echo preg_replace('@\<li([^>]*)>\<a([^>]*)>(.*?)\<\/a>@i', '<li$1><a$2><span><span>$3</span></span></a>', wp_list_pages('echo=0&orderby=name&title_li=&'));
                        }
                       ?>
                      </ul>
                     </div>
                     <!-- /top tabs -->
   
                   </div><!-- /header -->
       ```
   
 * I commented two lines.
    Now with this code, I show categories and pages in the
   menu bar. But, I have a problem, because I want to Familia (category) be a children
   of Pastoral (Page), and I dind’t know how to. Also I want when I press Programacion
   that show me only their post, not their post + ther childer post. Do u understand
   me? Finally, I want when it’s entered [http://www.compubitweb.com/vde](http://www.compubitweb.com/vde),
   that redirect me to [http://www.compubitweb.com/vde/?cat=9](http://www.compubitweb.com/vde/?cat=9),
   that is the Home category. Thanks a lot
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page that redirect to a category](https://wordpress.org/support/topic/page-that-redirect-to-a-category/)
 *  Thread Starter [Juan Cook](https://wordpress.org/support/users/juampick/)
 * (@juampick)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/page-that-redirect-to-a-category/#post-992602)
 * Thanks, I did it with that link.
    Now,I have a visual problem I think because
   I use the plugin that redirect a page to a category. So, the pages that I redirected
   don’t work well the effect, like a tab. Do u understand me?, for example, HOME
   and PROGRAMACION don’t see well but EDUCACION, LITERATURA and MINISTERIO RADIAL,
   yes, because are common pages. I think you can help me, thanks a lot
 * PD: [http://www.compubitweb.com/vde](http://www.compubitweb.com/vde)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page that redirect to a category](https://wordpress.org/support/topic/page-that-redirect-to-a-category/)
 *  Thread Starter [Juan Cook](https://wordpress.org/support/users/juampick/)
 * (@juampick)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/page-that-redirect-to-a-category/#post-992587)
 * Hi, thanks for your hand. I want to put a readMore on my post, how can I do? 
   I found this tutorial: [http://codex.wordpress.org/Customizing_the_Read_More](http://codex.wordpress.org/Customizing_the_Read_More)
   is correct?
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page that redirect to a category](https://wordpress.org/support/topic/page-that-redirect-to-a-category/)
 *  Thread Starter [Juan Cook](https://wordpress.org/support/users/juampick/)
 * (@juampick)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/page-that-redirect-to-a-category/#post-992559)
 * Hi, thanks a lot for your reply, I found in archive.php and remove that line 
   and works perfectly!!.
    Here es my site: [http://www.compubitweb.com/vde/](http://www.compubitweb.com/vde/).
   I want to put where says: “Para vivir la vida con un sentido renovado” a `<a>`
   tag for contact purpose, but I don´t know how to put it. Another question if 
   where can I modify the information at Title Post bottom: “Posted by admin in 
   Programación on February 19th, 2009”. I want to leave the date only. Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page that redirect to a category](https://wordpress.org/support/topic/page-that-redirect-to-a-category/)
 *  Thread Starter [Juan Cook](https://wordpress.org/support/users/juampick/)
 * (@juampick)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/page-that-redirect-to-a-category/#post-992534)
 * I think this work perfectly!!! Thanks a lot MichaelH, I have been finding a lot
   this trick.
    How can I do because when I press a category appear in the top: “
   Archive for category Program”. To not appear this text in the categories. And
   how can I do to remove the right column of categories?
 * Thanks a lotThe technique is covered in How to easily display links to both Pages
   and Categories in the blog navigation header?

Viewing 6 replies - 1 through 6 (of 6 total)