nobby
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Form will allow a space in the fieldBody
From: [your-name] Email: [your-email] Phone: [phone] Message Body: [your-message]
Mail:
To: my email address From: [your-name] <[your-email]> Subject: Enquiry via Website
Nothing out of the ordinary, as I say, it works perfect so long as I dont leave a space between first and surname!
Forum: Plugins
In reply to: [Contact Form 7] Form will allow a space in the fieldAs below:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<p>Your Name (required) [text* your-name] </p> <p>Your Email (required) [email* your-email] </p> <p>Your Phone Number (required) [text* phone] </p> <p>Your Message [textarea your-message] </p> <p>[submit "Send"]</p>
Seems fine to me, i must have setup Contact 7 form loads of times and never come across this issue before.
Forum: Plugins
In reply to: Is there a way to display pages as posts (homepage and elsewhere?)Hey esmi, that replay makes no sense to me at all, that line of code seems to have no effect at all, and i cant seem to follow the relevant of the link can you eleborate a little please?
Forum: Fixing WordPress
In reply to: Menu order doesn’t workAll fixed, here is the code:
<div id="container" class="clearfix"> <div class='menu'> <ul> <?php wp_list_pages('sort_column=menu_order&title_li='); ?> </ul> </div> </div>
Forum: Fixing WordPress
In reply to: Menu order doesn’t workno, that doesnt work at all, sorry.
Forum: Fixing WordPress
In reply to: Menu order doesn’t workHey esmi, thanks, that code did put the menu in order, unfortunately it trashed the formating of the menu too, but its clearly close. Any ideas how i can fine tune it?
Forum: Fixing WordPress
In reply to: Menu order doesn’t workWould this be it?
<?php wp_page_menu(); //page menu?>
Forum: Fixing WordPress
In reply to: Menu order doesn’t workSorry esmi, i have no idea, where would i look?
Forum: Fixing WordPress
In reply to: Menu order doesn’t workSorry, i’m not sure i understand what you mean, i have assigned the order to each page numbers 1-6, which normally works just fine, but in this case they are still showing alphabetically.