dewakomputer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: how to display the posts by category on the home pagesorry 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 - please use the pastebin]
Forum: Themes and Templates
In reply to: how to display the posts by category on the home pagebefore I use this code to call the post,
[code moderated as per forum rules - please use the pastebin]
Forum: Themes and Templates
In reply to: how to display the posts by category on the home pagewell 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
In reply to: dynamic sidebar 2 not showing selected widgetshei 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
In reply to: Help with changing post titles to lowercasemaybe 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
In reply to: Create Horizontal Nav-Barmybe 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”