iand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: next/previous linksIt works on my test site http://www.members.lycos.co.uk/wheeledsquirel/blog which still has the original index.php. Could I be missing something from index.php that is making it not work?
Forum: Themes and Templates
In reply to: Styling AsidesI wanted to reduced the size of the asides comments (o) to 0.75em so wrapped the comments_popup thing with which I styled in the CSS. This has worked fine in firefox but in IE the (o) is still full sized. Any suggestions for a way to fix it? I am guessing that something else in the CSS is interfering but can’t see what.
Forum: Plugins
In reply to: Bug or feature? ->index.php?cat=13&w=34Have just tried this (in 1.2 Mingus) – with the same results, it returns all posts in that week regardless of which cat is chosen.
Forum: Themes and Templates
In reply to: Styling AsidesThanks Podz! -ve margin-left did the trick.
Forum: Themes and Templates
In reply to: Styling AsidesI managed to kill the bullet using:
.linklog li {
list-style:none;
}
for some reason ul.linklog li {… didn’t work.
However, my asides are indented about 50px and I have tried everything I can think of to move them back. I don’t mind where they are but it would be nice to have some control!!Forum: Fixing WordPress
In reply to: Help with Matt’s asidesI didn’t have a problem getting this to work thanks to Podz excellent guide (btw on the 3rd line from the bottom(1.2 guide), texturize is with a s, so doesn’t work if you copy and paste). However, I am also using MTdew’s recent posts plugin and want to stop the titles in the asides category from showing. Any suggestions? there doesn’t seem to be any way of excluding categories.
Forum: Installing WordPress
In reply to: I’m new and confusedSee http://wordpress.org/docs/installation/different-address/
Should do the trick.Forum: Plugins
In reply to: Update Links Plugin.I just put the line
include_once(ABSPATH.WPINC.’/links-update-xml.php’);
in the php tags as suggested by MtDewVirus (about 4 posts previous). It works a treat, I could not get the plugin to work and was really missing the function. Thanks Mt!