iteamweb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to delete Home Link?go to wp-admin, then in general -> reading change the home page to some other page.
Forum: Themes and Templates
In reply to: twenty ten theme, h1 not displaying on posts pageon seeing your website , i can see things are perfect now..
Forum: Themes and Templates
In reply to: twenty ten theme, h1 not displaying on posts pagetry assigning a front page on another page and news page for posts.
this should work perfectlyForum: Themes and Templates
In reply to: I can't decode this footerthere is an method to do this..
If you are a coder it will be very easy for you.
get the view source code of the page you see in the front end,
then you can get the code html and decide what all div or tables come in the structure.
start constructing as such in the footer.php file instead of the code, then according to the output now you can write wordpress coding with best codex.
this will work best for footer encryption type of websites..Forum: Themes and Templates
In reply to: Change navigation in header.php to include drop downif you are using wordpress 3+ then it will have menus, then you can change the functions file that supports the wp_nav_menu include.
so that you can copy those code which is used for support and embed in your themeForum: Themes and Templates
In reply to: Older Posts – cange font sizeChange the value for font-size:–px in
.navigation in line number 850 in style.cssForum: Themes and Templates
In reply to: Remove post titlePlease try to write the same code for
.entry-title this class , so it may help. this will be in loop.phpForum: Themes and Templates
In reply to: In header.php where is tag closed?i think you are asking about the page.php file.
Please look into it , the id=”post” starts there and ends in the same page, there will be a comment page also with it.Forum: Plugins
In reply to: QUICKPRESS?do you mean quickpress theme?