kikthinking
Forum Replies Created
-
Forum: Plugins
In reply to: C2C Plug-In: All Posts by Single Author Problemstill nothing works. tried it on a different domain, but the same happens. i practically copy-pasted it exactly.
Forum: Plugins
In reply to: C2C Plug-In: All Posts by Single Author Problemor rather, is there any other way to extract the author ID into a variable?
Forum: Plugins
In reply to: C2C Plug-In: All Posts by Single Author Problem…still not working.
what’s the URL for your site? i would like to check it out in action.
Forum: Plugins
In reply to: C2C Plug-In: All Posts by Single Author Problemthank you very much by the way for your time.
if i manually enter the author ID, everything is fine. so logically, shouldn’t it work also if i set author_ID as an integer variable? i can’t, for the life of me, figure out why it won’t work.
Forum: Plugins
In reply to: C2C Plug-In: All Posts by Single Author Problemnope…still the same. *sigh*.
electronics.briefme.com is the site i’m testing it on right now.
Forum: Plugins
In reply to: C2C Plug-In: All Posts by Single Author Problemit gives me this error:
WordPress database error: [Unknown column ‘user_name’ in ‘where clause’]
SELECT ID FROM electronics_users WHERE user_name = ‘1’Forum: Plugins
In reply to: C2C Plug-In: All Posts by Single Author Problemwhere should i add the:
$author_ID = $wpdb->get_var (“SELECT ID FROM $wpdb->users WHERE user_name = ‘$author'”);
to?
Forum: Fixing WordPress
In reply to: Error with Different WP Directoryyes i did.
my former coder suggested tweaking the .htaccess file. well he’s not my coder anymore, so i have to do it on my own.
Forum: Fixing WordPress
In reply to: Permalinks Broken in 1.5i’ve had a huge trouble with it, but adding
/index.php/%blah%%blah% fixed it.
Forum: Installing WordPress
In reply to: WordPress Database Error from Upgradingfixed! thanx a lot!
Forum: Installing WordPress
In reply to: WordPress Database Error from Upgradingit’s supposed to be just the main categories (i use it as a main menu section).
<!– begin sidebar –>
<div id=”side”><li id=”categories”>
<h2><?php _e(‘MAIN MENU’); ?>
</h2>-
<?php list_cats(0, ”, ‘sort_column=name’, ‘asc’, ”, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”) ?>
<BR><HR>
<?php if (function_exists(‘wp_theme_switcher’)) { ?>
-
<h2>
<?php _e(‘INTERESTING PLACES’); ?>
<?php _e(‘Themes’); ?>
</h2>
<?php wp_theme_switcher(); ?>
<?php } ?>
<li id=”archives”>
<h2>
<?php _e(‘archive’); ?>
</h2>-
<?php wp_get_archives(‘type=monthly’); ?>
<?php get_links_list(); ?>
<li id=”search”>
<label for=”s”>
<form id=”searchform” method=”get” action=”<?php bloginfo(‘url’); ?>/index.php”>
<div>
<input type=”text” name=”s” size=”18″ />
<br>
<input type=”submit” id=”submit” name=”Submit” value=”Search” />
</div>
</form>Forum: Fixing WordPress
In reply to: URGENT: Cannot Access “Next Page” nor Monthly Archivei tried without the category tag, but all i get is 404 error. so i had to revert back to no permalink at all!!! what is causing this???
Forum: Fixing WordPress
In reply to: URGENT: Cannot Access “Next Page” nor Monthly Archiveoh gee. i disabled my permalink and now i get 404 error. ..
and yes, i do have %category% in my permalink. is there any way to work around this ? i would really like to have category in my link.
-
<h2>