Hi. I’m Dre Armeda. I'm a family man, and a Chargers fan. I wear many hats, and love tacos. I'm infatuated with WordPress, web design, and web security. I make stuff at CubicTwo, and fix things at Sucuri. Have a look around and say hello :)
post

HOW TO: Variate WordPress Page Images With PHP

When I created Armeda.com I wanted an easy way to have a different title on each interior page based on an image.

This is a quick and dirty way to add one piece of code to page.php or to custom templates which will output a different image depending on the page title.

Different WordPress Image per Page using PHP
[Read more...]

post

HOW TO: Create a jQuery Carousel with WordPress Posts

Over the past few months I have had various requests for content sliders and carousels that integrate WordPress posts on each slide.

This post will give you a quick run down of how to easily add a simple and easily customizable carousel with WordPress posts from a specified category.

Create a jQuery Carousel with WordPress Post Integration

To give you an example of what we are going to put together, I have implemented a carousel on my demo site. I implemented a WordPress theme template for the index page, and integrated the carousel on that page. You can output this wherever you can add a WordPress loop with query_posts.

[Read more...]