logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

AdamGold

Website Twitter


Written in response to Making values in meta box conditional?:

Hi Sven, why didn't you vote for any question?

link

Written in response to Wordpress Category Grid with images:

Did you change the X and Y paramaters to your desired numbers?

link

Written in response to Wordpress Category Grid with images:

I can't reply to the question since you asked for a refund, but just change the IMAGE_HERE with:

<?php ciii_category_images( 'category_ids=' . $category->cat_ID ); ?>

link

Lawrence Krubner had responses to this.

Written in response to Image Resizing. TimThumb Alternative? Post Thumbnails?:

I think everyone already uses PHP 5, but anyways I am almost sure it will work without it (if it doesn't, there's always a fix). About the way of displaying the image, you have this in the code:
<?php
* $thumb = get_post_thumbnail_id();
$image = vt_resize( $thumb,'' , 140, 110, true );
?>
<img src="<?php echo $image[url]; ?>" width="<?php echo $image[width]; ?>" height="<?php echo $image[height]; ?>" />

Unfortunately you already picked the winner.. So good luck with your site :)

link

Written in response to Need Widget to display new users:

Hi Jake, I didn't gave up - I was sleeping. Right when I got up I've done the first widget for you. Anyway, as you like - Good luck with your site.

By the way, if you would have told me that you don't need a plugin I would have told you that you just need to paste my code into your functions.php file.

link

Written in response to plugin create a loop in a design of the theme:

"You have created"? This code is built from all of our answers - Mine, jevusi's and Denzel. Can't believe you are actually taking the credit to your self. I spent 4 hours to help you and I don't even get a "Thank you". Shame on you.

link

Denzel Chia had responses to this.