craigs85
Forum Replies Created
-
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Scrolling snippet?I would certainly be up for making these changes with your help.
Many thanks for replying!.
Craig
Forum: Plugins
In reply to: [WooCommerce] Sub title custom field – can't get it to appear.Hi there.
Thanks for the reply.I’ve sorted the sub_title name and removed the underscore at the beginning.
I’ve got it to appear now on the category page by using <h4><?php echo get_post_meta( $post->ID, ‘sub_title’, true );?></h4>
However, I’ve tried the same thing on single-product/title.php and this doesn’t work.
I’d be interested in using the function you posted, but I couldn’t get that to work either. Should I just add that to my functions file and that should be it?
Forum: Plugins
In reply to: [WooCommerce] Remove All ProductsI can do it that way yeah, but it would be time consuming as I have thousands of products creating in error during an import.
I just wondered if there was quicker way.
Forum: Plugins
In reply to: [Add Meta Tags] Possible to ignore certain parts of page for description?Hi George,
Just a quick query, do I have to add the above code to my functions file?
Forum: Plugins
In reply to: [Add Meta Tags] Possible to ignore certain parts of page for description?Thanks George,
I shall give it a go once the update is available. ??Forum: Fixing WordPress
In reply to: Post category templatesHi,
Could somebody help me with either of the suggestions above?
I basically want a different back link to be used on the single post page depending on what the category is that the post belongs to.
Both suggestions above seem really good, I just don’t know how to code it properly and what file to put it in?
Forum: Plugins
In reply to: [WooCommerce] Custom breadcrumb home url not working after upgradeThank you.
Forum: Fixing WordPress
In reply to: Post category templatesSo I’ve added this to my single.php file, but it doesn’t work. The page is empty now!
<?php
if ( is_category( ‘treepollarding’ ) {
echo ‘<p>Tree Pollarding</p>’;
}
?>What have I done wrong?
Forum: Themes and Templates
In reply to: A page with 2 posts at topGetting somewhere with it now.
There was an issue with the copy and pasted code from their examples so I have sorted that.
I’ve got it to display the title and the content up to the read more point.
Ive sorted the CSS so it looks about right.
The final part, which will prob be tricky, is how can I get it to display a thumbnail from the post if the post has one?
Forum: Themes and Templates
In reply to: A page with 2 posts at topI’m using a child theme based on twenty twelve.
I tried with the readmore bit, but no matter what I tried, all I got was a bullet list.
Forum: Themes and Templates
In reply to: A page with 2 posts at topHi there,
Thanks for the quick reply.
Its sort of what I want.
However, I want to show the first part of the content then the readmore, but each post in a div side by side.Does that make sense?
Hi there,
Its version 11.
Thanks.
Forum: Themes and Templates
In reply to: Centered ul navigationHi there,
Thanks for replying.
I took the float left out of the #header #menu ul but its still sticking to the left :(.
Regarding the #sidebar ul issue, this has added the bullet point next to the header bit (Recent Articles, Upcoming Events and Weather), but not the list beneath the Recent Articles header.
I can’t work out whats wrong :(.
Can anyone help?
Thanks.