runningspirit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrading problem with 2.1I am getting this error under the categories
WordPress database error: [Unknown column ‘link_count’ in ‘where clause’]
SELECT * FROM wp_categories WHERE cat_ID > 0 AND link_count > 0 ORDER BY cat_name ASCForum: Themes and Templates
In reply to: New Photoblog ThemeWOW. I’m wondering the same thing as yeleek.
Are you going to be releasing this?
*hopes you say yes*Forum: Themes and Templates
In reply to: Would anyone be interested in this theme?Its a very nice theme. I hope you do release it!
Forum: Fixing WordPress
In reply to: Protected Entrys: Changing TextThanks! Thats what I needed.
Forum: Themes and Templates
In reply to: FREE! WP Theme ServiceHe really did a great job! See my blog [ https://www.running-spirit.net/b2/%5D It would of took me forever and I’m forever greatfull that he was able to code it for me! Thanks a million!
Forum: Themes and Templates
In reply to: Will Pay for ThemeI already have the layout. I made it myself.
I just want to use it on my WP blog. But I am unable to code it right or something because every time I do it; it goes all wrong.I just need someone to make it into a theme for me.
Forum: Themes and Templates
In reply to: Just Not Getting ItAt the moment I tried using the code for sidebar from the default theme
<div id=”sidebar”>
- <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
-
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
You are currently browsing the archives for the <?php single_cat_title(”); ?> category.<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
You are currently browsing the “><?php echo bloginfo(‘name’); ?> weblog archives
for the day <?php the_time(‘l, F jS, Y’); ?>.<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
You are currently browsing the “><?php echo bloginfo(‘name’); ?> weblog archives
for <?php the_time(‘F, Y’); ?>.<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
You are currently browsing the “><?php echo bloginfo(‘name’); ?> weblog archives
for the year <?php the_time(‘Y’); ?>.<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
You have searched the “><?php echo bloginfo(‘name’); ?> weblog archives
for ‘<?php echo wp_specialchars($s); ?>’. If you are unable to find anything in these search results, you can try one of these links.<?php /* If this is a monthly archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>
You are currently browsing the “><?php echo bloginfo(‘name’); ?> weblog archives.<?php } ?>
- <h2>Archives</h2>
<?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
- <h2>Categories</h2>
-
<?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>- <h2>Meta</h2>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- Valid XHTML
- XFN
- WordPress
<?php wp_meta(); ?>
<?php } ?>
</div>
Thats the full code that I tried to get to work.
Forum: Themes and Templates
In reply to: Adding Theme: presentationThank you so much! That explains a whole lot!!!!