Steven Jones
Forum Replies Created
-
Forum: Themes and Templates
In reply to: New to WP, Homepage and Menu Order<h2>Pages</h2> <ul id="menu"> <li><a href="link to your homepage">Home</a></li> <?php wp_list_pages('title_li=' ); ?> </ul>
Thats unfortunately the best way to do it at the moment.
Forum: Your WordPress
In reply to: iPhone WebsiteShow it then.
Forum: Themes and Templates
In reply to: trying to add a code to post but exempt it from other categoriesYou’re going to have to hard code it into the template files.
Forum: Themes and Templates
In reply to: Two Home ButtonsThere’s a line, probably in your header.php with this line..
<li><a href="https://buckingtheodds.com">Home</a></li>
Take it out.
Forum: Plugins
In reply to: Inserting tables into DBAnybody have any ideas about this?
Forum: Plugins
In reply to: Inserting tables into DBTo add to this, I have the import.sql file – is there a way to just load that into the database by just calling it?
Cheers,
SteveForum: Fixing WordPress
In reply to: Image/Media UploaderIt works in Internet Explorer 7 but not in Firefox or IE6, any suggestions guys?
Cheers,
SteveForum: Themes and Templates
In reply to: Drop Down Menu not working in IE.Can I just replace the Javascript and it will still work or will this require modification of the CSS as well?
Appreciate your help so far.
Thanks,
SteveForum: Themes and Templates
In reply to: Drop Down Menu not working in IE.Zeniph,
Thanks for the quick reply – I’m not sure which Javascript I should be using to do this – I’m not really very experienced with it at all.
Is there a way to do this without JS or is there a certain package I have to import?
Cheers,
SteveForum: Plugins
In reply to: Adding a menu section through template functionSorry I’m stuggling with this – the code I had above I understand only a bit and I’ve read up on it but I’m still finding it hard to get my head around.
I’ve tried stuff on that page but when I add things in it keep goings blank so is obviously not working.
When you say hooked in my control panel – what does that mean and second what is my function name?
I’m probably diving in too deep here but I have something that needs to be complete this week so unfortunately I’ve been chucked in the deep end!
Appreicate any more guidance, thanks.
Forum: Themes and Templates
In reply to: is_user_logged_inThank you very much for your help.
Forum: Plugins
In reply to: [Plugin: MailPress]Anybody have any ideas?
Forum: Plugins
In reply to: [Plugin: WP Favorite Posts] How to add favourites to templateWhat you supplied to me simply allows someone to add or take away a post from their favourites.
Well I wanted to show what was in their favourites in a template.
I’ve done it now, here’s how I did it for anyone wondering.
<?php list_favorite_posts(); ?>
Forum: Plugins
In reply to: [Plugin: WP Favorite Posts] How to add favourites to templateSorry I mean’t that I wanted to put a list of the favourites in the template.
Forum: Plugins
In reply to: [Plugin: Sociable] Exclude categoryAnyone?