Title: nickkos's Replies | WordPress.org

---

# nickkos

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/nickkos/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/nickkos/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anim8] Where to put [Anim8]?](https://wordpress.org/support/topic/where-to-put-anim8/)
 *  Plugin Author [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/where-to-put-anim8/#post-4061950)
 * Sorry into the code of whatever template file you want it to display in. So for
   example your homepage’s theme file is usually index.php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anim8] Where to put [Anim8]?](https://wordpress.org/support/topic/where-to-put-anim8/)
 *  Plugin Author [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/where-to-put-anim8/#post-4061892)
 * Sorry ill update the readme, for now its just your normal post and page editor.
 * To integrate directly into theme use <?php echo do_shortcode(‘anim8’); ?>
 *   Forum: [Meetups](https://wordpress.org/support/forum/meetups/)
    In reply to:
   [San Diego WordPress Meetup](https://wordpress.org/support/topic/san-diego-wordpress-meetup/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/san-diego-wordpress-meetup/#post-3210360)
 * I am always down to meet up, I work for a professional outfit in Kearny Mesa.
   I am happy to teach, I’ve done quite a few sites in wordpress.
 * [http://vivioptalvitamins.com](http://vivioptalvitamins.com)
    [http://wholesaledepotca.com](http://wholesaledepotca.com)
 * I write all my themes from scratch. I have extensive general use knowledge and
   development knowledge. And I’m happy to help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need a slider and how do I show five most recent posts on a page?](https://wordpress.org/support/topic/need-a-slider-and-how-do-i-show-five-most-recent-posts-on-a-page/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/need-a-slider-and-how-do-i-show-five-most-recent-posts-on-a-page/#post-3261946)
 * This code goes in the theme file where you want your slider displayed.
 * But you will have had to follow the install guide for that website first before
   it will slide.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need a slider and how do I show five most recent posts on a page?](https://wordpress.org/support/topic/need-a-slider-and-how-do-i-show-five-most-recent-posts-on-a-page/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/need-a-slider-and-how-do-i-show-five-most-recent-posts-on-a-page/#post-3261936)
 * There are plugins but you are best off doing it yourself and learning how to 
   code. It will help you go a long way. You could always start with simple slider.
 * There is an installation guide and more.
 * [http://basic-slider.com/](http://basic-slider.com/)
 * This way you can dictate the size, transitions etc. As for hooking it up to the
   backend thats a whole section in and of itself. But you can start with something
   simple like
 *     ```
       <div class="slider">
       <ul>
       <?php
   
       // The Query
       $the_query = new WP_Query( $args );
   
       // The Loop
       while ( $the_query->have_posts() ) : $the_query->the_post();
       	echo '<li>' . if ( has_post_thumbnail() ) {
       	the_post_thumbnail();
       }  . '</li>';
       endwhile;
   
       // Reset Post Data
       wp_reset_postdata();
       ?>
       </ul>
          </div>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Don't Understand How to Change Font Size in Posts](https://wordpress.org/support/topic/dont-understand-how-to-change-font-size-in-posts/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/dont-understand-how-to-change-font-size-in-posts/#post-3261934)
 * IF you use chrome…the developer tools will tell you exactly what line of css 
   to change.
 * Right click on the thing you want to change and hit inspect element. On the bottom
   right is a css panel and it will tell you which file and which line to edit.
 *   Forum: [Meetups](https://wordpress.org/support/forum/meetups/)
    In reply to:
   [San Diego WordPress Meetup](https://wordpress.org/support/topic/san-diego-wordpress-meetup/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/san-diego-wordpress-meetup/#post-3210337)
 * Was hoping to see if anyone else was interested.
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Vivioptal Vitamins](https://wordpress.org/support/topic/vivioptal-vitamins/)
 *  Thread Starter [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/vivioptal-vitamins/#post-3227317)
 * Its from scratch and I used a page template that contains the loop.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Integrating to existing site](https://wordpress.org/support/topic/integrating-to-existing-site/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/integrating-to-existing-site/#post-3230342)
 * Install a nice portfolio theme and stop using flash. Its not mobile friendly 
   and terribly hard to add/remove content to.
 * WordPress is incredibly user friendly. If you have dreamweaver experience you
   could make your own themes with a bit of time and effort.
 * I design client work in wordpress because of it’s user friendliness it is my 
   CMS of choice.
 * [http://businessonmarketst.com](http://businessonmarketst.com)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple Custom Post Types one not displaying.](https://wordpress.org/support/topic/multiple-custom-post-types-one-not-displaying/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/multiple-custom-post-types-one-not-displaying/#post-3230141)
 * the reason that happens…is a plugin or outside source is competing for that position.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog Page Showing Page Name](https://wordpress.org/support/topic/blog-page-showing-page-name/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/blog-page-showing-page-name/#post-3229914)
 * Why isnt /code working in forum?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog Page Showing Page Name](https://wordpress.org/support/topic/blog-page-showing-page-name/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/blog-page-showing-page-name/#post-3229913)
 * That should be enough…` <?php
    /* Template Name: Blog */ ?>
 * <?php get_header(); ?>
    <div id=”main” class=”clearfix”> <div id=”content” class
   =”full clearfix twoThird”> <?php while (have_posts()) : the_post(); ?> <?php 
   $c++; ?> <?php $postClass = has_post_thumbnail() ? $postClass = “withThumb” :
   $postClass = “”; ?> <?php $postClass = $c == $post_count ? $postClass = $postClass.”
   lastPost” : $postClass = $postClass; ?> <div class=”post clearfix <?php echo 
   $postClass; ?>”>
 *  <?php if(has_post_thumbnail()) : ?>
    <a href=”<?php the_permalink() ?>” rel=”
   bookmark” ><?php the_post_thumbnail(‘ttrust_small’, array(‘class’ => ‘postThumb’,‘
   alt’ => ”.get_the_title().”, ‘title’ => ”.get_the_title().”)); ?></a> <?php endif;?
   > <div class=”inside”> <div class=”metaCat”><?php the_category(‘, ‘) ?></div>
   <h1><a href=”<?php the_permalink() ?>” rel=”bookmark” ><?php the_title(); ?></
   a></h1> <div class=”meta clearfix”> Posted By:<?php the_author_posts_link(); ?
   ><?php the_time( ‘M j, Y’ ) ?> | <a href=”<?php comments_link(); ?>”><?php comments_number(
   __(‘No Comments’, ‘themetrust’), __(‘One Comment’, ‘themetrust’), __(‘% Comments’,‘
   themetrust’)); ?></a> </div> <?php the_content(); ?> <?php more_link(); ?> </
   div> </div>
 *  <?php endwhile; ?>
 *  <?php include( TEMPLATEPATH . ‘/includes/pagination.php’); ?>
    </div> <!– end
   content –>
 *  <?php get_sidebar(); ?>
    </div>
 * <?php get_footer(); ?> `
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Posts not aligning properly in IE](https://wordpress.org/support/topic/posts-not-aligning-properly-in-ie/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/posts-not-aligning-properly-in-ie/#post-3229910)
 * Yeah compat mode is sucks in the future you can `if (IE COMPAT) then {
    fix IE
   Crap }`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog Page Showing Page Name](https://wordpress.org/support/topic/blog-page-showing-page-name/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/blog-page-showing-page-name/#post-3229908)
 * Try this `<?php
    /* Template Name: Blog */ ?>
 * <?php get_header(); ?>
    <div id=”main” class=”clearfix”> <div id=”content” class
   =”full clearfix twoThird”> <?php while (have_posts()) : the_post(); ?> <?php 
   $c++; ?> <?php $postClass = has_post_thumbnail() ? $postClass = “withThumb” :
   $postClass = “”; ?> <?php $postClass = $c == $post_count ? $postClass = $postClass.”
   lastPost” : $postClass = $postClass; ?> <div class=”post clearfix <?php echo 
   $postClass; ?>”>
 *  <?php if(has_post_thumbnail()) : ?>
    <a href=”<?php the_permalink() ?>” rel=”
   bookmark” ><?php the_post_thumbnail(‘ttrust_small’, array(‘class’ => ‘postThumb’,‘
   alt’ => ”.get_the_title().”, ‘title’ => ”.get_the_title().”)); ?></a> <?php endif;?
   > <div class=”inside”> <div class=”metaCat”><?php _e(‘In’, ‘themetrust’); ?> 
   <?php the_category(‘, ‘) ?></div> <h1><a href=”<?php the_permalink() ?>” rel=”
   bookmark” ><?php the_title(); ?></a></h1> <div class=”meta clearfix”> <?php _e(‘
   Posted by:’, ‘themetrust’); ?> <?php the_author_posts_link(); ?> <?php _e(‘on’,‘
   themetrust’); ?> <?php the_time( ‘M j, Y’ ) ?> | <a href=”<?php comments_link();?
   >”><?php comments_number(__(‘No Comments’, ‘themetrust’), __(‘One Comment’, ‘
   themetrust’), __(‘% Comments’, ‘themetrust’)); ?></a> </div> <?php $content =
   get_the_content(”); ?> <?php $content = apply_filters(‘the_content’, $content);?
   > <?php echo wpt_strip_content_tags($content); ?> <?php more_link(); ?> </div
   > </div>
 *  <?php endwhile; ?>
 *  <?php include( TEMPLATEPATH . ‘/includes/pagination.php’); ?>
    </div> <!– end
   content –>
 *  <?php get_sidebar(); ?>
    </div>
 * <?php get_footer(); ?>`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Multiple Custom Post Types one not displaying.](https://wordpress.org/support/topic/multiple-custom-post-types-one-not-displaying/)
 *  [nickkos](https://wordpress.org/support/users/nickkos/)
 * (@nickkos)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/multiple-custom-post-types-one-not-displaying/#post-3230124)
 * Remove all menu position code.

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/nickkos/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/nickkos/replies/page/2/?output_format=md)