kimmi_baby
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting an error where comment box used to beThe code in comment.php is
<?php wp_list_comments('avatar_size=75&callback=custom_comment&type=comment'); ?>
and
<?php wp_list_comments('type=pings&callback=list_pings'); ?>
If I change it to ` <?php wp_list_comments(); ?>’ The error disappears but the comments appear no matter what, even if i have unticked comments in screen options.
In functions I can’t find it anywhere. The only place I can find custom_comments is in theme-comments.php
Forum: Plugins
In reply to: [WooCommerce] Override template files not working?That worked!!! Thank you so much!
Forum: Plugins
In reply to: [WooCommerce] Override template files not working?Thanks for your help, I’ve tried this but it still doesn’t seem to work. I need to edit the woocommerce-template.php file which is outside of the woocommerce/templates folder.
I’ve also tried copying the whole woocommerce folder and putting that in my theme folder but it still doesn’t work.
Forum: Plugins
In reply to: [WooCommerce] Override template files not working?Does that mean I’m supposed to put all my template files in the official woocommerce folder?
Forum: Plugins
In reply to: [WooCommerce] Override template files not working?What do you mean? Doesn’t that mean all of my template files will be overridden with the next woocommerce update?
I still can’t seem to get this to work even though I’ve gone through the documentation.
Sorry, I also did that too. Forgot to mention it
I’ve found that this it has something to do with the following code above it
<?php $pic_of_week = rg_get_social_pic_of_the_week(); $url = get_post_meta($pic_of_week['id'], 'social_pic_facebook_url', true); ?>
Once I remove the code, the image appears… If I place it above the code, it appears but not below the code. Any reason why this could be happening?
Forum: Fixing WordPress
In reply to: How to create a custom post type to upload imagesWhen you say form, do you mean it’s in the back end of WordPress for them to enter the images?
Or is it a form that’s displayed on the actual website?
I need it to be in the back end..
Forum: Fixing WordPress
In reply to: How to create a custom post type to upload imagesThank you for your reply! But I’m more looking for something where the user can upload 2 images and those 2 images are displayed on the home page.. Do you know how this is possible?
Forum: Themes and Templates
In reply to: Customise order of latest 3 postsI’ve also tried this $
recentPosts->query("showposts=3&orderby=date&order=DESC");
and it doesnt work…Forum: Themes and Templates
In reply to: Having issues calling a particular thumbnail sizeThanks for your reply. If I deleted the image and uploaded a new one, it should work shouldn’t it?
Forum: Fixing WordPress
In reply to: How to link the feature imageI did read your reply and there was no need to test it because that’s what I attempted before I posted on here. I did my research before I posted. It’s something in my theme that wouldn’t work.
I found a different way to do it. Not ideal but works anyway.
Forum: Fixing WordPress
In reply to: How to link the feature imageThat seems to link the image to it’s post…
Forum: Fixing WordPress
In reply to: How to link the feature imageIt didn’t work… It just reloaded the same page…