Creating A ‘To The Moon’ Image

Working with PHP GD Image to Dynamically Create an Image Now that I have the correct max date query pulling the “To The Moon” coins list, it is time to work on creating an output image to let people share it with the world. From previous experience working with my website, before WordPress was WordPress, I knew that PHP had tools for manipulating images. I figured, I could take several images and text and combine them together to create a shareable image for each coin. While there is a great PHP image manipulation tool called ImageMagick, I am limited to Continue reading Creating A ‘To The Moon’ Image

Custom Category Icons

I mentioned in my new template post that I might add back the Category images to the posts. Well, I thought I would give it a try, but the first step was to see if something existed in the WordPress Plugin world.  There were a few options, but they either only posted the images on the Category template page or only did one image per post.  And all methods required modifying the template files. So, no go on that, time to re-add my original hack. I had previously created a way to pull up the Category description and image in Continue reading Custom Category Icons