jesuz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to add ads banner of the top of headerI put the code in the top of the body content
<body>
<div id=”banner”><IMG SRC=”images/Wbanner.jpg”></div>
<div id=”page”>
<div id=”header”>
<div id=”headerimg”>
<h1>“><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
</div>try to move it around but doesn’t work.
Where exactly should I put it??My site is at http://www.coolwatchonline.com
Forum: Fixing WordPress
In reply to: how to get rid of About the site in connection theme?finally I got it, Thanks ^_^
Comment out the<h2><?//php _e(‘About the Site:’); ?></h2>
- <?//php bloginfo(‘description’); ?>
<h2><?//php _e(‘Links’); ?></h2>
- <?//php get_links(‘-1’, ‘
- ‘, ‘
‘, ‘ ‘); ?>
in index.php in connection theme
Forum: Fixing WordPress
In reply to: how to get rid of About the site in connection theme?and the “Link” box is still there with nothing in it.
You can look at my site in http://www.kerdsri.com/blog
I want to move “Page” and my calendar to the top.
Forum: Fixing WordPress
In reply to: how to get rid of About the site in connection theme?It’s not there -_-
I saw only “About” page. I took it out but “About the Site” is still there.