Edward Caissie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is it possible to add a default page per post?You may be looking for a Custom Post Type solution … have a poke around this site/link for some more ideas: http://themergency.com/generators/wordpress-custom-post-types/
Forum: Fixing WordPress
In reply to: Leave a Comment not workingI would look at how you have set up your Permalinks … the “Leave a Comment” link is currently pointing to: http://dawnmarchant.co.uk/blog/%Category%/unique-3min-format/#respond
The “%Category%” is most likely the culprit here.
Forum: Fixing WordPress
In reply to: How to Link my posts to static pageUnder your Administration Panels (aka Dashboard):
Under Settings | Reading –
Click the radio button beside “A static page (select below)”; and then choose your “Blog” page from the drop-down beside “Posts page:”See how that works for you …
PS: Bumping your own threads may cause others to not read them.
Forum: Themes and Templates
In reply to: Automatic copyright year in footer@iyamdman – If you really want to dress up your copyright statement this article might interest you: http://wpfirstaid.com/2011/06/dynamic-copyright-revisited/
Forum: Fixing WordPress
In reply to: fatal errorYou’re welcome. Any time you see an error message that contains the plugin path, one of the easiest methods to remove the issue is to simply navigate to that particular plugin and remove it.
Glad this worked out for you.
Forum: Fixing WordPress
In reply to: How to add home link to navigation menu?Good to read. You’re welcome!
Better error catching may be in order, you might consider putting a ticket in on this matter; or adding an error catching routine into the custom code you are using.
Forum: Fixing WordPress
In reply to: fatal errorNavigate to C:\xampp\htdocs\wordpress\wp-content\plugins\ and remove the ‘wp-e-commerce-cross-sales’ folder. That should correct the error issue stopping you from running your local WordPress installation.
Also, it appears you are calling that plugin twice, this is most likely the best place to look for why you are having the problem.
Forum: Fixing WordPress
In reply to: How to add home link to navigation menu?Go to your Dashboard (Administration Panels) …
Under Settings | Reading click the radio button to use a “Static Page”
Select your “Home” page from the drop-down for “Posts page”.Click the “Save Changes” button and you should be all set.
To the best of my knowledge you are only allowed unique email addresses in an installation. That being the case I would suspect your issue is coming from trying to use duplicate emails.
I just went through the registration process without any hitches … are you still seeing the issue yourself?
this is found when using the menu-based registration that i manually added
Were you able to clear out this code too when debugging? Otherwise you might consider a fresh copy of the theme or possibly a re-install of core although I would expect a fresh copy of the theme and all plugins deactivated would be the best starting point.
Forum: Fixing WordPress
In reply to: Paragraph top/bottom margin in the editorYou’re welcome! Glad to help.
Forum: Fixing WordPress
In reply to: how to make permalink with unlimited lettersThe default theme (2011?) handles long titles well, perhaps you could provide more information or an example title you are trying to use that is too long?
Forum: Fixing WordPress
In reply to: Does WP support "popup" menus with multi-levels?The default menu falls back to
wp_page_menuwhich is essentially a wrapper forwp_list_pagesSee the following links for more information:
http://codex.wordpress.org/Function_Reference/wp_nav_menu
http://codex.wordpress.org/Function_Reference/wp_page_menu
http://codex.wordpress.org/Function_Reference/wp_list_pages