Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Blog posts show fine in blog page but when I click on the title to look at that specific post to read or write a comment it show nothing. It shows 'You are here: Home \ Array' on the bog page and 'You are here: Home \' when I click through to the post but no post! See for yourself http://barrywalsh.ie/blog/ then click on the post title to see problem. Any help would be really appreciated. barry

share|improve this question

closed as too localized by toscho Mar 2 at 23:50

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

If you look at your source code, (CTRL + U), you will see that there is nothing after the home breadcrumb link. Additionally, the fact that all other pages display Array instead of breadcrumbs means that there is a problem with the breadcrumb function and/or it isn't compatible with this version of WordPress.

You can fix this two ways:

  1. Disable the breadcrumbs plugin or remove the function from your theme files.
  2. Upgrade your theme. It looks like you are using Rocket Theme 5 with WP 3.1. Are they compatible? See: http://support.rtthemes.com/discussion/605/theme-update-rt-theme-5-for-wordpress-v2.1.2 (Hopefully the function in the upgraded theme works.)

For further information, you should contact the developer of your theme as this is CLEARLY a theme issue and the original developer will know how to handle problems with their product.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.