Title: kevindng's Replies | WordPress.org

---

# kevindng

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to get category link with id](https://wordpress.org/support/topic/how-to-get-category-link-with-id/)
 *  Thread Starter [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-to-get-category-link-with-id/#post-2966800)
 * Sorry All,
    The function “get_category_link( $category_id )” will work. I forgot
   to use “echo”.
 * Thank all.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to get category link with id](https://wordpress.org/support/topic/how-to-get-category-link-with-id/)
 *  Thread Starter [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-to-get-category-link-with-id/#post-2966748)
 * Hi esmi, The id of category
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to customize my sidebar](https://wordpress.org/support/topic/how-to-customize-my-sidebar/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-to-customize-my-sidebar/#post-2957704)
 * i don’t see your code.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [insert jquery to template](https://wordpress.org/support/topic/insert-jquery-to-template/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/insert-jquery-to-template/#post-2916679)
 *     ```
       add_action('wp_head','register_jquery',0);
       function register_jquery(){
       wp_enqueue_script('jquery');
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Need help on the Brewpper theme](https://wordpress.org/support/topic/need-help-on-the-brewpper-theme/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/need-help-on-the-brewpper-theme/#post-2915516)
 * oh try again with php code in your theme
 *     ```
       add_image_size("size-225-150",225,150);
       the_post_thumbnail("size-225-150");
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to Align Text on Navigation Bar](https://wordpress.org/support/topic/how-to-align-text-on-navigation-bar/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/how-to-align-text-on-navigation-bar/#post-2914545)
 * Hi you!
    My idea to change css code like this, and your site look better
 *     ```
       #topMenu{
       	position:relative;
       	float:left;
       	left:50%;
   
       }
       ul.sf-menu{
       	position:relative;
       	float:right;
       	right:50%;
       }
   
       #topMenu ul.sf-menu li{
       	position:relative;
       	float:left;
       	left:50%;
       }
       #topMenu ul.sf-menu li:last-child{
       	background:none;
       }
       ```
   
 * [http://i1085.photobucket.com/albums/j425/longdhb/YiiVN/Untitled.png](http://i1085.photobucket.com/albums/j425/longdhb/YiiVN/Untitled.png)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Transparent Site Title](https://wordpress.org/support/topic/transparent-site-title/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/transparent-site-title/#post-2915112)
 * Oh hi!
    Your background color is black, you must have a picture with transparent
   background.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing border around banner](https://wordpress.org/support/topic/removing-border-around-banner/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/removing-border-around-banner/#post-2915111)
 * Hi guy!
    I use firebug and see at layout tab then i find this line: #masthead
   hgroup{ border:10px solid #….. }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Need help on the Brewpper theme](https://wordpress.org/support/topic/need-help-on-the-brewpper-theme/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/need-help-on-the-brewpper-theme/#post-2915510)
 * Hi mikelarao!
    The easy way for this case :
 *     ```
       div.entry_image a img{
        width:225px;
       }
       ```
   
 * add css code above to your style.css file
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Delete Part of Theme](https://wordpress.org/support/topic/delete-part-of-theme/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/delete-part-of-theme/#post-2915509)
 * Hi guy!
    Login as admin and 1> remove “just another wordpress site” text : –>
   Setting->general->delete taglign field. 2> Make site first before: search as 
   google with key word “set static page for wordpress” 3> i don’t know you ask 
   for what
 * 4>delete meta
    –>appearance->widget->and remove meta label at side left
 * hope useful
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Sub Category error](https://wordpress.org/support/topic/sub-category-error/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/sub-category-error/#post-2910395)
 * Check “show hierarchy” at category widget option.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Site Main Page does not show posts correctly](https://wordpress.org/support/topic/site-main-page-does-not-show-posts-correctly/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/site-main-page-does-not-show-posts-correctly/#post-2910394)
 * i don’t know your problem. more details
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Custom Menu class names](https://wordpress.org/support/topic/custom-menu-class-names/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/custom-menu-class-names/#post-2910393)
 * Hi lil_bugga!
    I don’t khown your theme, but if your site has a menu, you can
   check and change config information in header.php like this:
 *     ```
       <?php
       wp_nav_menu(array(
        'menu'=>'Primary Menu',// name of menu
        'menu_class'=>'menu',// change ul class
       'menu_id"=>'menu_id'//change ul id
        'container'=>'<div>',// add div wrap
       'container_class'=>'xxx'
       'container_id' =>'yyy' // like above
       )); ?>
       ```
   
 * hopefully useful
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [I've written my css style, how do I apply it?](https://wordpress.org/support/topic/ive-written-my-css-style-how-do-i-apply-it/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/ive-written-my-css-style-how-do-i-apply-it/#post-2907594)
 * You can use the function “aa ” to register your css file to your site by the 
   way:
 *     ```
       add_action('wp_head',"register_styles",1);
       function register_styles(){
       wp_enqueue_script("script id",url script);
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [menu bar not centre aligned](https://wordpress.org/support/topic/menu-bar-not-centre-aligned/)
 *  [kevindng](https://wordpress.org/support/users/kevindng/)
 * (@kevindng)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/menu-bar-not-centre-aligned/#post-2907589)
 * _[ Moderator Note: Please post code or markup snippets between backticks or use
   the code button. ]_
 * try with
 *     ```
       .menubox > div {
           background: none repeat scroll 0 0 #FFFFFF;
           border: 1px solid #FFFFFF;
           margin: 0 auto;
           width: 750px;
       }
       ```
   
 * however You must set width size when menu changes.

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

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