Amnesia180
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Will This Be An Easy Template?Thanks, Cubecolour!
Just what I’ve been looking for… I’m guessing it won’t work in chrome ?? I’ll get FF installed
Forum: Themes and Templates
In reply to: Will This Be An Easy Template?I have managed to sort that, so everything is functioning correctly. But I’m really struggling with the CSS to make the text fit in with the rest of the website.
Are there any tools out there that can help with this?
Forum: Themes and Templates
In reply to: Will This Be An Easy Template?Yes, I have managed to implement the basics. You can see here – https://www.genuinefreebies.co.uk/blog – However, when you click the title (i’m still coding in the CSS to get the colour of text, etc correct) it just goes to a totally disfunctional page.
Any advise on why it does this?
Thanks
Forum: Plugins
In reply to: Implement "Latest Topics" to Home pageJust a friendly bump ??
Forum: Plugins
In reply to: Implement "Latest Topics" to Home pageThanks, Samuel.
Not sure that will work though, because my website is not being built in WordPress. The blog will be in a different directory, so technically my website will never be in “the loop” – not sure if that makes sense?
Further advice appreciated ??
Forum: Themes and Templates
In reply to: Removing comments from certain pagesThanks for your help.
The index.php on my template file can be found here – https://rafb.net/p/rd2LeU54.html
Forum: Themes and Templates
In reply to: Removing comments from certain pagesThis is what the code looks like ;
<?php if (!is_page('about', 'contact-me')) : ?> <span class="date"><?php the_time('F jS, Y') ?></span> | <span class="comments"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?> </span> | <span class="category">Posted in <?php the_category(', ') ?></span> | <?php edit_post_link('edit', '', ''); ?> <?php endif; ?>
Forum: Themes and Templates
In reply to: Removing comments from certain pagesDoesn’t seem to work.
Forum: Themes and Templates
In reply to: How to remove an image from certain pages onlybump.
Forum: Themes and Templates
In reply to: How to remove an image from certain pages onlyHi,
It’s me again. I’m still trying to position this properly.
I have found this in the page.php part… and have tried including it in the code above, but it does’t work.
<div class="entry"> <?php comments_template(); ?> </div>
Also, the page ID I want to have NO comments on is 16… so do I need “id16” or just “16”.
Forum: Themes and Templates
In reply to: How to remove an image from certain pages onlyThank you brajesh.
However, do I not need an “else” control there too? To say “else…. use”
Because I will want comments on EVERY page…. apart from 3. So it would be easier to say
“if page is IDx, y and z do not show them”
ELSE
“show comments”.Forum: Themes and Templates
In reply to: How to remove an image from certain pages onlyAnyone?
Forum: Themes and Templates
In reply to: How to remove an image from certain pages onlyStill been mucking around with this.
Simply, all I want to do is say “if my page is IDx, IDy and IDz… then do not sure the comments function. If my page is anything other than x,y or z… please include the comments function”.
Any further advice?
Forum: Fixing WordPress
In reply to: Internal Error when pressing “save” on creating new postsThank you iridiax, I will look into this.
Forum: Fixing WordPress
In reply to: Internal Error when pressing “save” on creating new posts*bump*