bargeloobs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where do I need to place code for a rollover button?Sorry that should read “& css stylesheet”
Forum: Themes and Templates
In reply to: Hiding the front page title on a static pageNo Worries, Thanks again, keep up the good work 🙂
Forum: Themes and Templates
In reply to: Hiding the front page title on a static pageSUCCESS!!! Thanks Chip you’re a legend!
You don’t know how grateful I am. Cheers!Forum: Themes and Templates
In reply to: Hiding the front page title on a static pageThe error is..
Parse error: syntax error, unexpected T_ENDWHILE in /hermes/web01/b2576/moo.ultradociouscom1/easydietsreviewed/easydietsreviewed.com/wp-content/themes/wallow/page.php on line 65Forum: Themes and Templates
In reply to: Hiding the front page title on a static pageThis is what I’ve done
`<?php
//if ( ! is_front_page() ) {
?>
<h3 class=”storytitle”>” rel=”bookmark”>
<?php
$post_title = the_title_attribute(‘echo=0’);
if (!$post_title) { _e( ‘(no title)’, ‘wallow’ ); } else { echo $post_title; } ;
?>
</h3>
And it returns a syntax error. Sorry Chip you’ll have to bear with me.
Forum: Themes and Templates
In reply to: Hiding the front page title on a static pageHi, thanks for your suggestions, sorry that code in the page.php Iv’e listed is the same as yours, I had changed a couple of things whilst experimenting and forgot to change them back.
I’ve entered the conditional as you’ve stated but end up with
if ( ! is_front_page() ) { ?>
actually displaying on the homepage href=”http://www.easydietsreviewed.com/”>
What am I doing wrong?Forum: Fixing WordPress
In reply to: Can't remove the weaver 2010 comments boxSNAP!!!
Thanks Clayton that’s done it!
You get a big gold star for that answer!
Thanks again man!!