stevie4cb
Forum Replies Created
-
Forum: Plugins
In reply to: Music on load pluginBump, Is anyone out there??
Forum: Fixing WordPress
In reply to: Gallery2 WPG2 ProblemsMy server allows 50,000 queries per user per hour, if you exceed that number it shuts down your database server.
So my database server is maxing out and shutting down like every few hours and I am not sure why!
I host with Ipowerweb.com
Forum: Fixing WordPress
In reply to: How to Remove Blogroll from the categories.Are you referring to where it says Blog Roll in the sidebar?
If so you can remove it from being there by modifying your Sidebar.php fileOr if it is actually a category then you should be able to remove it as a category in your Manage Tabs.
Hope that helps.
Forum: Plugins
In reply to: Need a GalleryThanks for that info, can you actually suggest one for me or does anyone have a nice photo blog that they are using a plugin like the one I need, and can you direct me to?
ThanksForum: Plugins
In reply to: changing the look of wp-login.php and the register screenWhat if you want to take the WordPress Updates and such out of the dashboard?
Forum: Fixing WordPress
In reply to: No Themes-ErrorHere is the actual error :: This displays when I go to Presentation and the Theme Tab is up::::
Warning: array_keys(): The first argument should be an array in /home/cbenterp/public_html/blog/wp-includes/theme.php on line 274
Now on my Theme.php file this is the lines
272 thru 287function get_current_theme() {
$themes = get_themes();
$theme_names = array_keys($themes);
$current_template = get_option(‘template’);
$current_stylesheet = get_option(‘stylesheet’);
$current_theme = ‘WordPress Default’;if ( $themes ) {
foreach ( (array) $theme_names as $theme_name ) {
if ( $themes[$theme_name][‘Stylesheet’] == $current_stylesheet &&
$themes[$theme_name][‘Template’] == $current_template ) {
$current_theme = $themes[$theme_name][‘Name’];
break;
}
}
}Does anyone know whats going on? Please any help would be appreciated.
Forum: Fixing WordPress
In reply to: No Themes-ErrorBump. Can anyone help?
Forum: Fixing WordPress
In reply to: Sidebar misplacedWhat is your CSS for your sidebar?
Forum: Fixing WordPress
In reply to: IE ProblemsPlease please please!
Can anyone help?