Creating a custom widget
Today let’s learn a simple quick trick on how to create a custom widget. For my example I will show you how I created my Showcase widget located in the middle, to the right of ...
View ArticleAdding a favicon to your site
Looking to add a favicon to you site? Inside your WordPress theme’s functions file (functions.php) add the following to inside your PHP code. /** * FAVICON * @WPCult.com */ function my_favicon() {...
View ArticleSuccesfully running 2.8.1, but
I’ve updated the site to the latest release of WordPress. 2.8.1 fixes many bug found in 2.8 and I finally was ready for the update. While everything went smoothly, I did have to update my ...
View ArticleUse WordPress to print a RSS feed for Eventbrite attendees
Today I was working on the WordCamp.LA site. I was trying to show the “attendee list” on the attendees page with out having to update the page every day. Since I am using EventBrite to promote ...
View ArticleTurn your RSS feed into a shortcode
Last week I wrote how to “Use WordPress to print a RSS feed for Eventbrite attendees“. It was pretty popular, but then I found myself in a place that was more annoying. Trying to incorporate ...
View Article