Archive

Posts Tagged ‘plugins’

WordPress Links Page Plugin

September 18th, 2011 admin No comments

WordPress Tip Backing up your site and Page Links To plugin.avi


Professional WordPress Plugin Development


Professional WordPress Plugin Development


$21.95


As one of the most popular open source content management systems available today, WordPress boasts a framework that allows you to easily customize and extend it through plugins. This comprehensive book shows you how plugins work, reviews the tools and APIs available in WordPress, and demonstrates how to extend the functionality of WordPress with plugins.The trio of established authors provides a …

WordPress For Dummies (For Dummies (Computers))


WordPress For Dummies (For Dummies (Computers))


$4.14


Are you a wannabe blogger? A seasoned pro migrating your blog to WordPress? Looking to do more cool stuff with your existing WordPress blog? Then this fun guide is for you! WordPress for Dummies is a veritable smorgasbord of WordPress information, ideas, tools, resources, and instruction on everything you need to create and maintain your dream blog.Unlike other blog hosts, WordPress gives you the …


[affmage source="clickbank" 3="10"]KEYWORDS[/affmage]

WordPress Admin Theme Plugin

September 16th, 2011 admin No comments

Step 2 – General WordPress Setup and Install Plugins


WordPress Blogger Plugin

August 27th, 2011 admin No comments

How To Use Costum Field Data in WordPress?

I am a video blogger for http://gamerglitches.com. All of my posts are just embedded YouTube videos. I have a plugin which generates a thumbnail for the video, and the plugin creates a custom field called “thumbnail” and the value is the path (URL)to the thumbnail. I want to somehow create on the front of my blog, a row of latest or recent posts, with a thumbnail, then to the left of that, the post title(just like the home page of gamerglitch.com). However, I don’t know much PHP. I have created a second page template to get started, but I need some help on where to go from there. Pretty much, I need the php code to create a display to show the post title, and thumbnail from a custom field. HELP????????

This might be a bit more than I can type out on here, but I’ll try to get you started.

Give your new template a name so you can link your new page to that template, if you need help doing that check out :

http://www.thewordpressblog.com/theming/creating-a-new-page-template/

Now on to the fun stuff. Let’s get the 5 most recent posts:
global $post; //we need to be able to use the $post variable, so get it queued up
// first lets set a variable with all of the settings we'll need for our query
$args = array(
'numberposts' => 5,
‘orderby’ => ‘post_date’,
‘order’ => ‘DESC’,
‘post_type’ => ‘post’,
‘post_status’ => ‘published’ );

//great, now let’s query the database
$latestposts = get_posts( $args );

//now we have the 5 latest posts, lets display them one by one
?>

WordPress Avatar

August 22nd, 2011 admin No comments

How does this represent a Cleveland Brown?

http://clevelandsports.files.wordpress.com/2007/10/browns_trans.gif

i think it’s kind of creepy,im gonna use it as my avatar

well as you can tell its kinda mutant… meaning its from Cleveland, then it has brown clothes and carrying a foolseball so it must be the CLEVELAND BROWNS!! WOOO

How To Give Your WordPress Comments An Avatar Using Gravatars


WordPress Review Plugin

August 4th, 2011 admin No comments

What are the best SEO friendly ratings and reviews plugins for WordPress?

I don’t mind paying a little for quality. I want the reviews to crawlable by search engines, and if possible I want the plugin to do some IP monitoring…

http://WhatRanking.com

WordPress Plugin Review: Popularity Contest