virtuallynicky
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Tag cloud widget with girl theme.Hi again. I must have done something wrong with the code you gave me because it didn’t work but I removed the display:block; bits in the appropriate places and now it looks fantabulous. Thank you for your help :o)
Forum: Themes and Templates
In reply to: Tag cloud widget with girl theme.Ah see that was part of what was confusing me – the fact it wasn’t using the li tag. I will try that, thanks Esmi!
Forum: Fixing WordPress
In reply to: Blog posts on static front pageThanks llamaman, I’ll try that out ??
Forum: Everything else WordPress
In reply to: AccessibilityBasically I’m setting up WP to act as a kind of CMS and it need to be used by people who use screenreaders and the like. I’m fine myself, as I don’t have any issues. I know someone who is a fair expert on making accessible sites so I might get her to cast her eye over it to see how it shapes up (and report any comments back here)
I’ll take a look at that link, thank you!
Forum: Fixing WordPress
In reply to: Blog posts on static front pageHi
I want to do something very similar to this – but have the static content (intro to the website) above the most recent blog entries (excerpts of the last 5, to be exact). I can see it would be a version of this, how could I adapt it so it displays in this way?
Thank you in advance
Forum: Plugins
In reply to: Restricting which cats and pages a user sees on dashboardRole manager + Role Scoper = sorted.
Forum: Plugins
In reply to: Restricting which cats and pages a user sees on dashboardHi I think I’ve sorted myself out now. I’m using the role manager (created a custom role) and now I’m just working out why the user-cats_manager plugin dashboard page won’t display anything.
Forum: Fixing WordPress
In reply to: Blogroll links not showing in sidebarHi, I use
<?php get_links(X, '<li>', '</li>', '', 'TRUE', 'updated', FALSE); ?>
where X is the number of the link category.
Hope that helps…?
Forum: Fixing WordPress
In reply to: many errors, I think it is on my wp-config.phpCarlos I can see a wordpress blog, it just doesn’t have any posts in it.
Forum: Themes and Templates
In reply to: Getting a bit confusedThanks I’ll have a look through that. Sorry I took so long to acknowledge your response.. I’ve been offline all weekend!
Forum: Plugins
In reply to: Up to date?Ok thanks Kafkaesqui, I’ll make this thread “resolved” :o)
Forum: Plugins
In reply to: Up to date?All I know was that someone mentioned that another plugin used “older” syntax. If you think it will work ok then I will go ahead and use it :o)
Forum: Plugins
In reply to: Kate’s Sideblog plugin – using images as permalinks?Adding the resolution. Kate posted it on her blog for me in the comments for the plugin:
https://katesgasis.com/2006/05/02/sideblog-plugin-v30/#comments
Forum: Fixing WordPress
In reply to: Referencing both Home.php and index.phpOtto2:
If you want mysite.com to go to home.php but mysite.com/index.php to go to index.php (in your theme), then it can probably be done. It’s just a matter of determining if that’s the way you want it to be or not.
Is this possible without editing core files? Because it’s exactly what I want…
Forum: Themes and Templates
In reply to: Linking to most recent in category..?Ok, the Kate’s aside thing is working perfectly – but I’m still trying to work out how to get it to call an image for the link rather than text.