Haha, no problem & thanks anyway. Is there a way to donate to you? Your WP theme still needs a lot of work and I would like to see that happening (faster) ...![]()
.wp-caption p.wp-caption-text {
font-size: 8px;
line-height: 10px;
margin: 0;
padding: 3px 5px 0px 5px;
text-align: left;
}
And did you hard-code the page title to be tak79.com?
<title><?php if(is_home()) { echo bloginfo('name'); } else { wp_title('') ;} ?></title>
Does the theme work with WP 3.1?
Is it possible to get the drop down log in box working on the theme like when logging in on the forums?
thx for update but there is a problem bout search box
localhost/wordpress --> my local wp
if i wanna search something in this theme it loads "localhost/?s=something"
and the "home" navtab is redirect to "localhost"
<?php echo home_url(); ?>
how is your domain url set up in wordpress admin?
you could try
PHP:<?php echo home_url(); ?>
in the template and see what url is returned, the mainpage link is just a link with '/' value to take you back to the main domain, the search function is meant to produce that link, like http://tak79.com/?s=wordpress.
http://codex.wordpress.org/Function_Reference/the_search_query
We use essential cookies to make this site work, and optional cookies to enhance your experience.