cshutout33
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't Login To My Own Blog!Still nothing. Double checked my email, tried changing it to an alternative as well and still nothing.
Am I allowed to manually change my password in the phpmyadmin or will that mess things up if i changed that code one?
Forum: Plugins
In reply to: WPDashboard Stats and WP Stats not workingStill nothing?
Forum: Plugins
In reply to: WPDashboard Stats and WP Stats not workingAny ideas?
Forum: Themes and Templates
In reply to: Changing background/logo/menu bar colorYes this does. Thank you very much.
Forum: Themes and Templates
In reply to: Need theme background to match forum skinHow would I go about changing the color of the circle in the logo and the color of the navigation bar?
Also, what do you mean when you say it messes with the gradient?
Forum: Fixing WordPress
In reply to: Older Entires won't show up for CategoryHere is the link to the Games category page:
https://bluelinecrew.com/?cat=1431
Notice how the Older Entries is gone…
Forum: Fixing WordPress
In reply to: No Option To Remove WidgetsBeautiful. Thanks for all your help.
Forum: Fixing WordPress
In reply to: No Option To Remove WidgetsActually, could someone do one more thing for me… if you look at the blog now, and scroll all the way down, notice that big blue space. How do I get rid of that space? Here’s the code for the footer:
<?php /** * @package WordPress * @subpackage Greyzed */ ?> <hr /> <div id="footer" role="contentinfo"> </div> <!-- begin widgetized footer --> <ul> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Middle') ) : ?> <!-- end widgetized footer --> <!-- begin widgetized footer right --> <!-- end widgetized footer right --> <?php endif; ?> </div> </div> <div class="footerlinks"> <a href="<?php echo get_option('home'); ?>/">Home</a> | <?php $links = get_pages('number=6&sort_column=post_date&depth=1&title_li='); foreach($links as $i => $page) $links[$i] = ' <a href="' . get_page_link($page->ID) . '" title="' . attribute_escape(apply_filters('the_title', $page->post_title)) . '">' . apply_filters('the_title', $page->post_title) . '</a>'; echo implode(' | ', $links); ?> | <a href="<?php if (get_option('greyzed_feedburner') == "#") { bloginfo('rss_url'); } else echo get_option('greyzed_feedburner');?>" title="RSS">Posts RSS</a> | <a href="<?php bloginfo('comments_rss2_url'); ?>" title="Comments RSS">Comments RSS</a> </div> </div> <div id="footer-bott">© 2010 <?php bloginfo('name'); ?>. All Rights Reserved. Greyzed Theme created by <a href="https://www.theforge.co.za/" title="The Forge Web Creations">The Forge Web Creations</a>. Powered by <a href="https://www.ads-software.com/">WordPress</a>.</div> <?php echo get_option("greyzed_analytics"); ?> <?php wp_footer(); ?> </body> </html>
Forum: Fixing WordPress
In reply to: No Option To Remove WidgetsFigured it out. Just manually edited the Theme. Thanks for the help.
Forum: Fixing WordPress
In reply to: No Option To Remove WidgetsHm, yeah when I added something to the bottom right footer, that one went away and was replaced. However I don’t want anything in the footer, especially the Social Connections in the bottom left (I don’t even have a Left Handed footer option). Also, the sidebar doesn’t replace them, just merely pushed the ones I don’t want down to the bottom.