betts
Forum Replies Created
-
Forum: Themes and Templates
In reply to: move post links above the post on homepage and widget footerDoh! apologies. You weren’t talking about page.php but index.php
Got it working now!
thanks a bunch!
Forum: Themes and Templates
In reply to: move post links above the post on homepage and widget footerOn 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?
Forum: Themes and Templates
In reply to: move post links above the post on homepage and widget footerHi 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!
Forum: Fixing WordPress
In reply to: change pages order – not workingHi 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!
Forum: Fixing WordPress
In reply to: partly transparent header?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