Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter betts

    (@betts)

    Doh! apologies. You weren’t talking about page.php but index.php

    Got it working now!

    thanks a bunch!

    Thread Starter betts

    (@betts)

    On second thought, since I can’t even see the new HTML comments in the refreshed blog source code, is it possible that once I try editing the php files in the editor in the WP admin area, FTP uploads don’t work anymore? Does WordPress add restrictions like that to it’s files?

    Thread Starter betts

    (@betts)

    Hi Mac,

    thanks heaps for your reply!

    Re the first issue, I have solved that now. Thanks ??

    Re the have post:

    I have copied and pasted the code where you said: page.php

    I looks like this now:

    <div id=”content” class=”narrowcolumn”>

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h2><?php the_title(); ?></h2>

    <!– added to customise the post meta data –>

    <div class=”meta”>
    Published in <?php the_date() ?>
    . Under <?php the_category(‘ ‘) ?>
    . This article has <?php comments_number(‘no responses’,’one response’,’% responses’); ?>
    </div>

    <!– END: added to customise the post meta data –>
    <div class=”entry”>

    When refreshing my blog after uploading the file nothing changes…

    Any idea why that is?

    Thanks again!

    Thread Starter betts

    (@betts)

    Hi all,

    thanks for your replies!!

    @kim09 unfortunately, that doesn’t work

    @michaelh I am using the widget. Can I report that anywhere?

    @shane G. I installed the plugin but this error came up when I activated the plugin:

    Fatal error: Class ‘WP_Widget’ not found in C:\HostingSpaces\betts.com.au\blog.betts.com.au\wwwroot\wp-content\plugins\my-page-order\mypageorder.php on line 217

    Any ideas?

    Thanks so much again!

    Hi doc4

    I have a similar problem, where the header should be semi transparent but needs to stay at the very top of the page.

    I think it almost works, there is only this wide background image in the way – I think.

    any ideas??

    blog.betts.com.au

    Thanks

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