troskell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing the title “PAGES”?Thanks but no its still seems to be there if I try that
Forum: Everything else WordPress
In reply to: Do you post trackbacks as commentsThanks, Ok I understand now.
Forum: Plugins
In reply to: Show Top Commentators – show name and number in one line?Hi, thanks for your help. I don’t know alot about CSS
this is my current side bar CSS. Please could you tell me what would be making the comment number turn on to the next line, so I can try and make a new class (is it the block?)? Many thanks#r_sidebar {
float: right;
width: 225px;
margin: 25px 0px 0px 20px;
padding: 0px 0px 20px 0px;
border-top: 2px solid #000000;
}#r_sidebar ul {
list-style: none;
margin: 0px;
padding: 0px;
}#r_sidebar ul li {
display: inline;
padding: 0px;
margin: 0px;
}#r_sidebar ul li a {
display: block;
color: #000000;
text-decoration: none;
margin: 0px;
padding: 5px 0px 5px 0px;
border-bottom: 1px solid #C0C0C0;
}#r_sidebar ul li a:hover {
background: #EFEFEF;
color: #FF7F00;
}#r_sidebar p{
padding: 3px 0px 0px 0px;
margin: 0px;
line-height: 20px;
}Forum: Plugins
In reply to: Show Top Commentators – show name and number in one line?Hi, sorry – the blog link is here http://www.graphicdesignblog.co.uk The plugin is shown in the side bar.
the plugin can be found here
Thanks for your helpForum: Fixing WordPress
In reply to: How to make users automatically be contributors?Thats great thanks for your help
Forum: Fixing WordPress
In reply to: How to make users automatically be contributors?Hi,
This may be a dum question but how do I do this without physically going into each user and assigning a role?
Thanks