Archive

Posts Tagged ‘plugin’

WordPress Wikipedia Plugin

August 28th, 2011 admin No comments

need wiki software with user comments displayed on the same page.?

I’m considering wordpress with wiki plugin, but I’d prefer a single software solution as well. The user comments need to be locked, not editable like wikipedia. I want them to be permanent.

Ideally open source, database, self-hosted, the usual.

Thanks in advance for any help you guys can offer.
So I spent a while researching this answer, and there are three solutions I’ve found:

tikiwiki, bitweaver, and xoware. I’ll try out all three to find the best option.

www.wikimatrix.org was a great resource.

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

If you mean a script you can just cut and paste without trying to understand what you are doing, forget it: you ALWAYS have to do SOME WORK.
Otherwise, download the free scripts “Miniblog” and “chat script” from http://web2coders.com

WordPress tip: How to Use the Insights Plugin for WordPress


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 Photo Gallery Plugin

August 8th, 2011 admin No comments

Need public upload feature for WordPress.?

I really need an upload feature for my WordPress website (www.amberlakehoa.org/photo-gallery).

I want it to be on the front-end so visitors can upload their pictures and I can add them to my gallery.

My site is self hosted. Does anyone know a plugin that I can use to achieve this?

The simpler the better. (it could upload the pictures to an admin file, or send them to my email address as an attachment) Pure html would be AWESOME.

Check out NextGen-Gallery Its pretty good. http://wordpress.org/extend/plugins/nextgen-gallery/

Also the extension for plugins public upload http://wordpress.org/extend/plugins/nextgen-public-uploader/

Hope that helps you out.

WordPress Photo Gallery Plugins Part 1


Professional WordPress (Wrox Programmer to Programmer)


Professional WordPress (Wrox Programmer to Programmer)


$44.99


An in-depth look at the internals of the WordPress system. As the most popular blogging and content management platform available today, WordPress is a powerful tool. This exciting book goes beyond the basics and delves into the heart of the WordPress system, offering overviews of the functional aspects of WordPress as well as plug-in and theme development.What is covered in this book?WordPress as…

Smashing WordPress: Beyond the Blog (Smashing Magazine Book Series)


Smashing WordPress: Beyond the Blog (Smashing Magazine Book Series)


$9.98


GO BEYOND THE BLOGSmashing WordPress shows you how to utilize the power of the WordPress platform, and provides a creative spark to help you build WordPress-powered sites that go beyond the obvious. You will learn the core concepts used to build just about anything in WordPress, resulting in fast deployments and greater design flexibility.Inside, WordPress expert Thord Daniel Hedengren takes you b…


WordPress Gallery Plugin 2010

August 8th, 2011 admin No comments

Screencast tutorial of “WordPress carousel gallery plugin” , version 1.0.0 .