danm
Forum Replies Created
-
Forum: Your WordPress
In reply to: Changing the text color..I think you want to put the colour into this section of the css
small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
color: #F73838}
Forum: Plugins
In reply to: new plugin – weighted wordshisyam, can I ask how you got around the error you were suffering from?
Forum: Plugins
In reply to: new plugin – weighted wordsHeh, thanks for this. I was actually googling on how to create something like this, but to no avail.
Good work ??Forum: Fixing WordPress
In reply to: Trackback urlForum: Plugins
In reply to: Plugin: MiniblogHi, I’m having some trouble customising how my asides list appears in the sidebar. At the moment, there is a fair amount of white space between the link and the entry, and then the next link. Using both the default
<?php miniblog_list_entries(); ?>
and
<?php miniblog_list_entries('
- ', ' ', '
', 'default', 5); ?> both leave me with this unused space.
Is there anyway of getting rid of this? I’m not sure if it’s hardcoded into the plug-in itself, but I changed something in there before and broke it, which has made me a little wary. But if that’s what has to be done, I’m sure I could cope. ??Forum: Fixing WordPress
In reply to: add a “read the rest of this story” linkShould have guessed. Thanks.
Forum: Fixing WordPress
In reply to: add a “read the rest of this story” linkCare to share? :p Using the_Excerpts function?
Forum: Fixing WordPress
In reply to: A few questions ;)Hmm. For some reason all the permalinks stopped working, but I managed to circumvent that by adding /index.php/ before the %postname% option in WordPress…
The .htaccess file has all the correct rules inside. I’ve contacted my host about whether they’ve changed anything, but could it possibly be down to the server not using htaccess properly?Forum: Fixing WordPress
In reply to: A few questions ;)Aye, thanks. Got that bit sorted. Still got the miniblog problem, and for some reason my link to my colophon has stopped working. I haven’t done anything to it….
Forum: Fixing WordPress
In reply to: A few questions ;)1 – The Miniblog plugin. I wasn’t keen on having the <br> in between each post there, so I deleted it. However, this seemed to break the plugin, thus I put it back in. Any suggestions on how to counter this?
This one’s still stumping me folks. I’m currently using the “php miniblog_list_entries();” format, but only because when I actually put “php miniblog_list_entries(insert the variables)” the plugin seems to break. And nothing is displayed.
Any assistance? No doubt it’s something so simple.
Forum: Fixing WordPress
In reply to: A few questions ;)Aye, I just deleted what I had done when I noticed it wasn’t working…
Anywho, thanks again.Forum: Fixing WordPress
In reply to: A few questions ;)Thanks for the quick replies, but I’m afraid neither of those solutions work. Nothing in the comments template about trackbacks, and I’m still not getting a background image displayed.
Which is really quite annoying because before I had finished tweaking, I did have a repeating background.Edit: Forgive me, looked in the index.php file and found
<?php trackback_rdf(); ?>
. Not quite sure what to do with it though…
Edit 2: Ok, think I’ve figured the Trackback problem from here