p0werrr
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Error!YES!
Thank you ever so much!
It works!
Whoooooooooooooo
THANKS AGAIN!
Forum: Installing WordPress
In reply to: Error!So I can use this:
https://codex.www.ads-software.com/Template_Tags/get_links_list
?
I’m sligtly confused, sorry ??
IF it’s quick is there any chance you can do it for me please? ??
If so just code tag the whole of the sidebar.php
Thanks ??
Forum: Installing WordPress
In reply to: Error!You said:
There is no categories table in WP 2.3.
So there’s no way I can get it to work? ??
Forum: Installing WordPress
In reply to: Error!How do I know what is suggested in the codex for my version?
I am running the latest wordpress, I just installed it yesterday @ https://game-warp.com
Thanks.
Forum: Installing WordPress
In reply to: Error!Here is my sidebar.php:
<?php global $freshy_options; ?> <div id="sidebar"> <div> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> <?php if(function_exists('yy_menu')) : ?> <h2><?php _e('Navigation',TEMPLATE_DOMAIN); ?></h2> <ul> <?php yy_menu('sort_column=menu_order&title_li=', 'hide_empty=0&sort_column=name&optioncount=1&title_li=&hierarchical=1&feed=RSS&feed_image='.get_bloginfo('stylesheet_directory').'/images/icons/feed-icon-10x10.gif'); ?> </ul> <?php elseif (function_exists('freshy_menu')) : freshy_menu($freshy_options['args_pages'],$freshy_options['args_cats']); endif; ?> <h2><?php _e('Search',TEMPLATE_DOMAIN); ?></h2> <?php include (TEMPLATEPATH . '/searchform.php'); ?> <h2><?php _e('Links',TEMPLATE_DOMAIN); ?></h2> <ul> <?php $link_cats = $wpdb->get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories"); foreach ($link_cats as $link_cat) { ?> <li id="linkcat-<?php echo $link_cat->cat_id; ?>"><?php echo $link_cat->cat_name; ?> <ul> <?php wp_get_links($link_cat->cat_id); ?> </ul> </li> <?php } ?> </ul> <?php endif; ?> </div> </div>
Is there any chance you can change the tags/help me? I’m pretty new to this ??
Thanks ??
Forum: Installing WordPress
In reply to: Error!Hi and thanks for the reply!
Do you have any idera how I can fix this?
Forum: Themes and Templates
In reply to: WordPress database error:STill not working with what tales said, I’m still getting the error:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
SELECT cat_id, cat_name FROM
Under “Links” ??