Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Fixing WordPress
    In reply to: StaticEez Error
    Thread Starter sebgate20

    (@sebgate20)

    It didn’t come through on my email programme properly. Could you email it is an attachment?
    Seb

    Forum: Fixing WordPress
    In reply to: StaticEez Error
    Thread Starter sebgate20

    (@sebgate20)

    I 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.
    Seb

    Forum: Fixing WordPress
    In reply to: StaticEez Error
    Thread Starter sebgate20

    (@sebgate20)

    Just checking and they are all in General. Is this correct ??
    Seb

    Forum: Fixing WordPress
    In reply to: StaticEez Error
    Thread Starter sebgate20

    (@sebgate20)

    Hi
    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!
    Seb

    Forum: Fixing WordPress
    In reply to: StaticEez Error
    Thread Starter sebgate20

    (@sebgate20)

    Thanks 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

Viewing 5 replies - 1 through 5 (of 5 total)