billyztop
Forum Replies Created
-
Forum: Themes and Templates
In reply to: remove tagline from trackbacksI figured it out. I removed <?php bloginfo(‘description’); ?>
Forum: Plugins
In reply to: Tell A Friend Plugin for Website NOT for PostsThe “Share This” plugin does this and more minus the short message. Maybe that can be added.
Forum: Plugins
In reply to: Avatars for non-registered usersYes, using Gravatars.
It uses their Email adress
http://codex.wordpress.org/Using_GravatarsForum: Plugins
In reply to: post reordering pluginCustom Query String Plugin does what you want. http://mattread.com/projects/wp-plugins/custom-query-string-plugin/
*edit* No it doesn’t, it only orders in ascending or descending. Sorry
Forum: Installing WordPress
In reply to: 2.0.5 Dashboard goneYeah, I have a dashboerd, but the whole page is white.
*edit* fixed using a different program to upload everything.
Forum: Fixing WordPress
In reply to: category page, and hiding from the main page. help plsThank you so much for this, exactly what I need. I also fixed my comments-11.php, so I am very happy now.
Forum: Fixing WordPress
In reply to: Insert separator or divider in KubrickIf you want it like mine http://www.quiglag.com then you need to go to your Theme editer > Index.php and add <div class=”hr”> </div> right before the end of the loop.
Forum: Your WordPress
In reply to: My blog quiglag.comThanks. I had it looking kind of dark, and it just didnt seem to look right, so I spend most of the day today redoing all the colors and graphics. I like it a lot more.
Forum: Your WordPress
In reply to: My blog quiglag.comOh yes, thanks for adding the link. 🙂
Forum: Fixing WordPress
In reply to: capabilities.php errorI think i got it fixed
Forum: Fixing WordPress
In reply to: Remove category from “Pages”Changed <?php the_category(‘, ‘) ?>
to
<?php if ( is_home() ) { the_category(‘, ‘); } ?>
and it worked.
Thanks again