sebgate20
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: StaticEez ErrorIt didn’t come through on my email programme properly. Could you email it is an attachment?
SebForum: Fixing WordPress
In reply to: StaticEez ErrorI have emailed you the index.php as both .php and .txt to the email address on your website. Mine is spayne (at) sebpayne.com if you want to contact me directly.
SebForum: Fixing WordPress
In reply to: StaticEez ErrorJust checking and they are all in General. Is this correct 🙂
SebForum: Fixing WordPress
In reply to: StaticEez ErrorHi
The section looks like this but I still have no luck (taken from index.php):
<div class=”storycontent”>
<?php if (staticeez_IsPostStatic()) { ?>
<?php edit_post_link(); ?>
<?php } else { ?>
<?php the_content(); ?>
<?php } ?>
</div>
However, I also tried it as
<?php if (staticeez_IsPostStatic()) { ?>
<?php edit_post_link(); ?>
<?php } else { ?>
<div class=”storycontent”>
<?php the_content(); ?>
</div>
<?php } ?>
Is this right? I am doing something wrong? I will check the catagories but I think they are under General!
SebForum: Fixing WordPress
In reply to: StaticEez ErrorThanks TG. Sorry to ask but where does it go in index.php? I’m not a PHP user (until now) so I have no idea.
Where abouts (e.g. what I am I looking for?)
Seb