intro200
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to change colours on websiteThank you for your reply.
I tried to copy the css file into Front Page but just got a load of words. Do I download it from FileZilla (from the theme file)to my desktop? and then load it into Front Page?
HERE IS THE FOOTER.PHP
</div>
<?php
if (is_active_sidebar(‘first-footer-widget-area’) ||
is_active_sidebar(‘second-footer-widget-area’) ||
is_active_sidebar(‘third-footer-widget-area’) ||
is_active_sidebar(‘fourth-footer-widget-area’)
) {
?>
<div id=”footer” role=”contentinfo”>
<div id=”colophon”>
<?php
get_sidebar(‘footer’);
?>
</div>
<table id=”clearstyle-subfooter”><tr>
<td id=”clearstyle-subfooter-left”>© <?php echo date(‘Y’); ?> ” title=”<?php echo esc_attr(get_bloginfo(‘name’, ‘display’)); ?>” rel=”home”><?php bloginfo(‘name’); ?></td>
<td id=”clearstyle-subfooter-right”>Powered by WordPress | Theme creation by paomedia</td>
</tr></table>
</div>
<?php } ?>
</div>
<?php
wp_footer();
?>
</body>
</html>MAIN INDEX PHP (index.php)
<?php get_header(); ?>
<div id=”container”>
<div id=”content” role=”main”>
<?php
get_template_part(‘loop’, ‘index’);
?>
</div>
</div>
<?php get_footer(); ?>COMMENTS.PHP
<div class=”clearstyle-b-container”>
<div id=”comments”>
<?php if (post_password_required ()) : ?>
<p class=”nopassword”><?php _e(‘This post is password protected. Enter the password to view any comments.’, ‘clearstyle’); ?></p>
</div><!– #comments –>
<?php
return;
endif;
?><?php if (have_comments ()) : ?>
<h3 id=”comments-title”><?php
printf(_n(‘One Response to %2$s’, ‘%1$s Responses to %2$s’, get_comments_number(), ‘clearstyle’),
number_format_i18n(get_comments_number()), ‘‘ . get_the_title() . ‘‘);
?></h3><?php if (get_comment_pages_count() > 1 && get_option(‘page_comments’)) : ?>
<div class=”navigation”>
<div class=”nav-previous”><?php previous_comments_link(__(‘<span class=”meta-nav”>←</span> Older Comments’, ‘clearstyle’)); ?></div>
<div class=”nav-next”><?php next_comments_link(__(‘Newer Comments <span class=”meta-nav”>→</span>’, ‘clearstyle’)); ?></div>
</div>
<?php endif; ?><ol class=”commentlist”>
<?php
wp_list_comments(array(‘callback’ => ‘clearstyle_comment’));
?><?php if (get_comment_pages_count() > 1 && get_option(‘page_comments’)) : ?>
<div class=”navigation”>
<div class=”nav-previous”><?php previous_comments_link(__(‘<span class=”meta-nav”>←</span> Older Comments’, ‘clearstyle’)); ?></div>
<div class=”nav-next”><?php next_comments_link(__(‘Newer Comments <span class=”meta-nav”>→</span>’, ‘clearstyle’)); ?></div>
</div>
<?php
endif;
else :
if (!comments_open()) :
?>
<p class=”nocomments”><?php _e(‘Comments are closed.’, ‘clearstyle’); ?></p>
<?php
endif;
endif;
comment_form();
?></div>
</div>Again, thank you for the help. I am very grateful.
Forum: Themes and Templates
In reply to: Custom Header ImageHi alchymth
Thanks for your help – it has worked fine
Ray
Forum: Fixing WordPress
In reply to: Can’t get back to Home Page from the Page WidgetHi
Thank you very much for coming back to me but I am quite new to WordPress so is it possible to tell me where I have to put the code that you showed me.
Many thanks
Forum: Themes and Templates
In reply to: Changing a headerThank you – I have managed to put my header in but unless I increase the size and cover the old header (which doesn’t look so good) I can’t get rid of the old header.
I have tried to delete the header from the appropriate files and I even tried to change the colour to white so that it didn’t show – but nothing seems to work.
Again, any help would be appreciated please.
Many thanks
Forum: Themes and Templates
In reply to: Font Colour of Page TitleThank you very much for the replies – my site is now the correct colour.
Jacqui
Forum: Themes and Templates
In reply to: changing my themeThank you very much for your reply. I have changed the code and the site is now working fine.
Thank you
Forum: Fixing WordPress
In reply to: font coloursHi
I have taken the text out of my post/edit box and copied it back in again and it is showing white now on my website. Thanks for your help.
Forum: Fixing WordPress
In reply to: font coloursHi Avrohomd
it used to show up and I was trying to change the font style but I cannot see what I have done to change the font colour. Blog address as above.
Thanks
Forum: Fixing WordPress
In reply to: font coloursForum: Fixing WordPress
In reply to: Uploading affiliate linkHi
Thank you for coming back to me….
My wp address is https://raybarnett.info and the affiliate site I want to add is: imbuzzplr.htm
I want to be able to send people to:
https://raybarnett.info/imbuzzplr.htm
but if I add my affiliate link via media it gives me the address: https://raybarnett.info/wp-content/uploads/2009/09/imbuzzplr.htm
which unfortunately is far too long.If I enter https://raybarnett.info/imbuzzplr.htm into my browser it just goes to my wp front page.
Look forward to hearing from you.
Forum: Fixing WordPress
In reply to: how to increase side bar widthHi
Just a note to say a very big thank you for your help with this, I really appreciate it.
Forum: Fixing WordPress
In reply to: how to increase side bar widthForum: Installing WordPress
In reply to: Just keep having problems with 2nd BlogThank you – I have sorted it out.