ocsupertones
Forum Replies Created
-
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Error when trying to restore websiteSame issue here, backup is 63.7mb.
I have deleted the entire wordpress installation and reinstalled. Deleted all other plugins, updated to latest WP version and removed all but one theme.
Activated WP All In One Migration and uploaded from File.
Same issue both times. My site didn’t/doesn’t run WPMU so I’m not sure if maybe that’s a bug?
If you offered a normal zip I could check the configuration php file to see if MU was enabled in the past.
Forum: Themes and Templates
In reply to: Random small image in header like at w-a-s-a-b-i.comCheck out Flickr.com that is how he does it.
Forum: Installing WordPress
In reply to: lost connection to mySQL server during queryThanks for the post guys! I’ll try it and make sure it works for me too!
Forum: Themes and Templates
In reply to: FireFox displays correctly, but IE doesn’t…Anyone?
Forum: Fixing WordPress
In reply to: Same post showing up in different URL – in categories…Unless there is a fix, I am going to downgrade to 1.5.2
I know it is stable with the 3 column theme I want to use.
The only noticable difference I have used is the backup feature…
Forum: Fixing WordPress
In reply to: Same post showing up in different URL – in categories…I just tried disabling all my plugin’s one by one and nothing changed.
Then I tried changing my theme to a standard them…it worked!
Is there any way to try to reverse engineer the them I have to get it to work?
Thanks!
Brandon
Forum: Fixing WordPress
In reply to: Show links without showing link category?Moshu,
Thanks for the link.
I was able to get it to work like this:
<li id="links"><div class="menutitle"><?php _e("Sponsors")?></div><ul>
<li>
<?php get_links(); ?>
</li>
</ul>
</div>Thanks,
Brandon