greenduck
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mudra] Home page post formatting and link issuesNever mind, I’ve moved on to another theme.
Forum: Themes and Templates
In reply to: [Mudra] Home page post formatting and link issuesCan you please respond soon? Otherwise I’ll have to find another theme because the home page just isn’t working this way.
Thanks.Forum: Plugins
In reply to: [Simple Basic Contact Form] Cannot send to multiple email addressesThanks so much-email sending is working great! And so far no bots have cracked my custom captcha question-what a fantastic solution to a pervasive problem! Additionally, I can avoid having anything to do with Google which was my other requirement. No need for belabored high tech when a bit of human ingenuity can solve it 😉
Forum: Fixing WordPress
In reply to: Pagination with page nameshi Andreas,
No need for a plugin, this line of code in my single.php file does it:
<div class=”navigation”>
<?php previous_post_link(‘«%link’) ?> ::: <?php next_post_link(‘%link »’) ?>
</div>The “:::” part is just my customization, you can put whatever you like there to separate your navigation links.
For more info, I created my theme from the tutorial and files provided here:
http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/Forum: Fixing WordPress
In reply to: Main navigation links break from comment pagesmfields,
Thank you, the links are working fine now. Somehow, the simplest solutions slip my mind..