missteresa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blogrollDo you mean something like what I have on my site (https://asianglow.net)? I have two categories for my links. They both show up on the sidebar. You just need to have links for both categories and then it will show up.
Forum: Plugins
In reply to: Smart Archives 1.01 and WP 2.0–problem?Thanks so much for your help! It looks like it’s been fixed. ??
Forum: Plugins
In reply to: WP 1.5 and SpamRight now I’m using Spaminator, Spam Karma and Refer Karma. It’s been pretty effective in getting rid of spammers of all sorts. Good luck!
Forum: Themes and Templates
In reply to: Sidebar Trouble in Search FormRob,
Thanks again for your help. I do have a search.php that I copied from kubrick. Wow, I just deleted the search.php and now it works! Go check if it’s okay. Thanks!!!!!!!!!!!!!!!!!!!!! ??
Forum: Themes and Templates
In reply to: Sidebar Trouble in Search FormRob,
I edited my sidebar.php and it made the sidebar go to the bottom. I looked at my index.php and it already has the code right before the sidebar
</div><!-- The main content column ends -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
I don’t understand what I did wrong ??
Forum: Themes and Templates
In reply to: Kubrick SidebarI moved some of my html around to the footer and it was all fixed. How strange is that? Thanks for your help guys!! ??
Forum: Fixing WordPress
In reply to: Second Page of Category Archives not showing!Well, I followed that link, and it puts all my entries on one page, but is there a way to make the Previous Entries link work?
Forum: Installing WordPress
In reply to: Archives & Categories – Not All The Posts Are ShowingI did as well!! ?? Thanks!!
ooh i got it working . anyone know how to adjust the time to EST? right now it shows up as 3:30 am (dec 5) when it’s 10:30 pm on dec. 4. yay!
I don’t think the plugin is creating the table for me either. I went into MyPHPAdmin and I don’t see a WP-itunes table. I think this is because my wordpress is installed in a separate directory (/wp). Anyway, this plug-in sounded cool. Too bad I lack the SQL and PHP skills to install it correctly. ??
Here is the error if anyone wants to help me out:
Fatal error: Call to undefined function: wp_get_itunes() in /home/asian/public_html/wp/wp-includes/footer.php on line 50
Also, I think I might have this error because I split up my index.php into three parts (header, main, footer). I’m going to deactivate the plugin for now. Any suggestions/help would be greatly appreciated. Thanks!Forum: Fixing WordPress
In reply to: Blacklist Plugin PHP ErrorsIbessant, I did what you said and now my site is working fine. Thanks so much ??
Forum: Fixing WordPress
In reply to: RSS link problemOh yes, my index.php in wp is kind of messed up. I think I was pretty desperate and doing weird things. I will get a temporary page or a redirect. Thanks for reminding me!
Forum: Fixing WordPress
In reply to: RSS link problemOkay, I figured it out. I changed it and edited my .htaccess file in my root directory. All is well. Thank you very much!
Forum: Fixing WordPress
In reply to: RSS link problemWould this .htaccess file need to be in my root directory or in /wp?
/index.php/archives/%year%/%monthnum%/%day%/%postname%/
That’s what I have for my template. So I just need to add /wp/index.php/archives…? Then I need to regenerate the htaccess code and put it where? Thanks!Forum: Fixing WordPress
In reply to: WP at wrong location?podz, I fixed it! The correct code is
<?php include('wp/wp-includes/header.php') ?>
<?php include('wp/wp-includes/posts.php') ?>
<?php include('wp/wp-includes/footer.php') ?>
Thank you very much!