Page Error


Author Message
axonuproar

Posted: 12/4/2009
Quote message 

Hi, I am getting the following error on any new page I add:

Fatal error: Call to undefined function: single_post_title_attribute() in /home6/univesa7/public_html/**hidden**/wp-content/themes/integralfiregrey/page.php on line 11

the code on that page in question is:
<span class="PostHeader"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), single_post_title_attribute('echo=0')); ?>">
<?php single_post_title(); ?>
</a></span>

any ideas on how to fix this so the pages show? thank you in advance?
 
Dave Porter

Posted: 12/5/2009
Quote message 

Hi there,

first thing to do is determine if this is Artisteer or you WP installation in general.

Switch to the default theme, and see if you still get the error.

If you still get the error the problem is something to do with your installation.

HTH, Dave Porter

 
Garry

Posted: 12/5/2009
Quote message 

Did you upgrade your Wordpress installation recently, you should also try disabling all the plugins from your site if any.