Skip to content

Tag: wordpress

WordPress localhost ftp

I have wordpress running on my localhost on mac Lion. Everytime I try to install or delete plugins it asks me for hostname, ftp username and ftp password. I configured my localhost to 127.0.0.1, but …

WordPress – post thumbnail in loop

So I’d like to add a thumbnail to my posts but I just can’t get it to work. And in my functions.php I’ve added – add_theme_support(‘post-thumbnails’); It gives me the option to post the thumbnail when I make a post, but it doesn’t show up. Answer What theme or parent …

WooCommerce return product object by id

I am creating a custom theme for woocommerce and I need to be able to create a mini product display. I am having problems finding documentation on the woocommerce api. I have a comma delimited list of product IDs that I need to iterate through and display a custom mini product display for each in sequence. An…

wordpress wp_insert_user function

I am in the process of creating a custom registration form for WordPress. My problem is adding custom user meta. I believe the function wp_insert_user will only allow you to add the default fields within the WordPress user table. Here is my current test code: I have found the add_user_meta function, but this …

Order details not displaying (WooCommerce)

I’m having a strange issue with a site I’m designing. I’m using the WooCommerce system up and running and am using the Wootique theme. I’ve edited a bit but nothing too major, mostly just colours. What’s happening is, when I go to buy something and checkout, I am able to enter my…