Definitely more sophisticated now. And the translation support is also very good news. I'll translate it immediately after you relase it![]()
I would love to use this great theme on one of my wordpress sites. Is it ready to go?
I just fixed some major last minute bugs online, I developed this theme on a windows xampp server and once I uploaded into linux it exploded. Long story short, it works now, but it's going to be another day before I can upload it with confidence here, and besides I gotta get some sleep before work.
The theme you can check here, this is the latest version now. Tomorrow I promise!!!![]()
I just fixed some major last minute bugs online, I developed this theme on a windows xampp server and once I uploaded into linux it exploded. Long story short, it works now, but it's going to be another day before I can upload it with confidence here, and besides I gotta get some sleep before work.
The theme you can check here, this is the latest version now. Tomorrow I promise!!!![]()
Downloaded, I'll install it when I get home. Thank you for the hard work and taking our suggestions into consideration.
Cheers mate, I just repacked and re-uploaded the theme actually as I left a picture of myself as noav.png (from tak79.com). You guys would get sick of my face after 5 minutes. I can't speak for the womenz.
Thanks for this great theme.
I have one question. It's not really related to the theme, but is it possible to display the latest topics from the forum in a side widget on the wordpress blog?
<title><?php if(is_home()) { echo 'yourdomain.com'; } else { wp_title('') ;} ?></title>
<?php
add_action('admin_init', 'mytheme_add_init');
add_action('admin_menu', 'mytheme_add_admin');
global $options;
foreach ($options as $value) {
if (get_option( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; }
else { $$value['id'] = get_option( $value['id'] ); }
}?><?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
<div id="legalwrapper">
<div id="legal">
<p>
<?php bloginfo('name'); ?> ©
<?php
ini_set('date.timezone', 'Europe/Budapest');
$startYear = 2011;
$thisYear = date('Y');
if ($startYear == $thisYear) {
echo $startYear;
}
else {
echo "{$startYear}-{$thisYear}";
}
?>
</p>
</div>
</div>
<!-- jQuery & wp_footer stuff -->
<script type="text/javascript"> Cufon.now(); </script>
<?php wp_footer(); ?>
<?php
global $options;
foreach ($options as $value) {
if (get_option( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; }
else { $$value['id'] = get_option( $value['id'] ); }
}
echo stripslashes($xp_coded);?>
</body>
</html>
We use essential cookies to make this site work, and optional cookies to enhance your experience.