anhunt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Fieldâ€?Display OrderI’ve created several custom fields in one entry and no matter the order I create the Key/Value in, when published, they appear in Alphabetical order according to the Key. Is there a way to override this default action?
Forum: Everything else WordPress
In reply to: Latin/Roman Numeral Date/Yearhas anyone had success implementing this “year2roman” plugin in the “archives” display (as opposed to just the main index.php page)?
Forum: Everything else WordPress
In reply to: Latin/Roman Numeral Date/YearMake that:
<?php the_date('jS of F ','',get_year2roman()); ?>everything in it, follows the PHP date() function syntax except for the
','',get_year2roman()for those more less familiar, once the plugin is installed, the above code get’s copied into the Main Template or:
wp-content/themes/yourthemenamehere/index.phpenabling this plugin will disable the ability to control the date formatting through the Options > Date and Time menu.
Thanks for the help Kafkaesqui.
Forum: Fixing WordPress
In reply to: Comments link not workingIn the Permalinks codex (below) it warns that leaving permission as 666 “is not recommended, since if you do that, any user of your blog, who can edit templates will be able to edit it.”
1. Is this the only “security threat”?
2. If so, and that is a non-issue/concern (I don’t have other users) then I might as well leave it, right?Forum: Fixing WordPress
In reply to: Comments link not workingI don’t know if anyone still reads this thread, but do you know if you need to keep the permission of .htaccess as 666? or once that issue is resolved, can they go back to 644?