Title: dewakomputer's Replies | WordPress.org

---

# dewakomputer

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to display the posts by category on the home page](https://wordpress.org/support/topic/how-to-display-the-posts-by-category-on-the-home-page/)
 *  Thread Starter [dewakomputer](https://wordpress.org/support/users/dewakomputer/)
 * (@dewakomputer)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/how-to-display-the-posts-by-category-on-the-home-page/#post-2023558)
 * sorry I’ve tried the code you Give him but failed .. Can you give me an example
   of a more specific and easier I understand … because I am a beginner
 * **This code is in the file function.php**
 * _[code moderated as per [forum rules ](http://codex.wordpress.org/Forum_Welcome)-
   please use the [pastebin](http://pastebin.com/)]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to display the posts by category on the home page](https://wordpress.org/support/topic/how-to-display-the-posts-by-category-on-the-home-page/)
 *  Thread Starter [dewakomputer](https://wordpress.org/support/users/dewakomputer/)
 * (@dewakomputer)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/how-to-display-the-posts-by-category-on-the-home-page/#post-2023556)
 * **before I use this code to call the post,**
 * _[code moderated as per [forum rules ](http://codex.wordpress.org/Forum_Welcome)-
   please use the [pastebin](http://pastebin.com/)]_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to display the posts by category on the home page](https://wordpress.org/support/topic/how-to-display-the-posts-by-category-on-the-home-page/)
 *  Thread Starter [dewakomputer](https://wordpress.org/support/users/dewakomputer/)
 * (@dewakomputer)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/how-to-display-the-posts-by-category-on-the-home-page/#post-2023555)
 * well I’ll try it … soon I will give the results of the code that you provide.
 * I guess if I need help on the wp template, can I contact you again mr
 * sorry if my english bad 🙂
 * thanks a lot.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [dynamic sidebar 2 not showing selected widgets](https://wordpress.org/support/topic/dynamic-sidebar-2-not-showing-selected-widgets/)
 *  [dewakomputer](https://wordpress.org/support/users/dewakomputer/)
 * (@dewakomputer)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/dynamic-sidebar-2-not-showing-selected-widgets/#post-2020648)
 * hei this my code and succes…. look at
 * function.php
 *     ```
       <blockquote>register_sidebar(array(
       	 'name' => __( 'Akbar Widget Area', 'Games Themes' ),
       		'id' => 'akbar-widget-area',
       		'description' => __( 'The akbar widget area', 'Games Themes' ),
       		'before_widget' => '<li id="%1$s" class="widget-container %2$s">',
       		'after_widget' => '</li>',
       		'before_title' => '<div id="lw"></div><h3 class="widget-title">',
       		'after_title' => '</h3><div id="rw"></div>',
       	) );</blockquote>
       ```
   
 * and this on sidebar.php
 * <?php if ( is_active_sidebar( ‘akbar-widget-area’ ) ) : ?>
    <div id=”third” class
   =”widget-area”> <ul class=”xoxo”> <?php dynamic_sidebar( ‘akbar-widget-area’ );?
   >
 * </div><!– #third .widget-area –>
    <?php endif; ?>
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Help with changing post titles to lowercase](https://wordpress.org/support/topic/help-with-changing-post-titles-to-lowercase/)
 *  [dewakomputer](https://wordpress.org/support/users/dewakomputer/)
 * (@dewakomputer)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/help-with-changing-post-titles-to-lowercase/#post-2009875)
 * maybe you put
    new tags before the php code that calls the title of your website…
   example is ..
 * <div id=”upper”> <php? blablabalabla?> </ div>
 * so you have to change the css code for upper div tag ..
 * sorry if my english bad
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Create Horizontal Nav-Bar](https://wordpress.org/support/topic/create-horizontal-nav-bar/)
 *  [dewakomputer](https://wordpress.org/support/users/dewakomputer/)
 * (@dewakomputer)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/create-horizontal-nav-bar/#post-2022938)
 * mybe you need to add this on your CSS
 * #navmenu ul li a {
 * text-decoration:none;
    margin: 4px; padding: 5px 20px 5px 20px; color: blue; 
   float:left; background: pink;}
 * look at “FLOAT:LEFT”

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