Modifying Allowed Upload Types in WordPress

This is un-tested manual Several times recently in #wordpress, I’ve seen people asking how they could modify the list of allowed file types used in the file uploader on the Write Post page. Since this information isn’t readily available (apparently) and to a lesser degree because I’m tired of not being able to find my previous code (causing me to re-type it all each time), I thought I’d throw together another quick WordPress hack guide. Introduction When you attempt to upload [ ... ]

WordPress template joorang customize

to show your slider at front page 1. make sure your option reading setting in “latest posts” go to settings > reading 2. turn off all your plugins (may some plugin script make the slider not works) 3. are you success uploading your images into slider system? if not – ask your hosting to fix the “uploads” folder permission put link on slider front page 1. Slider has own system, everytime you upload the image you can place URL there remove featured projects and all projects on bottom [ ... ]

WordPress template joorang customize

to show your slider at front page 1. make sure your option reading setting in "latest posts" go to settings > reading 2. turn off all your plugins (may some plugin script make the slider not works) 3. are you success uploading your images into slider system? if not – ask your hosting to fix the “uploads” folder permission put link on slider front page 1. Slider has own system, everytime you upload the image you can place URL there remove featured projects and all projects on bottom [ ... ]

Top 10 WordPress Shopping Cart Plugins

from: http://www.zlwo.com/wordpress/wordpress-shopping-cart-plugins/ Selling your own products through your wordpress blog has never been easier. There are some free and easy to use shopping cart plugins allow you to sell your products and services online through your WordPress website. A month ago, I was searching for a WordPress shopping cart plugin (software) to build an online store to promote and sell my products and services. After hours-long search, I found some solutions, that could solve [ ... ]

Sending Pings and Trackbacks

from: http://www.tamba2.org.uk/wordpress/ping/ Sending Pings and Trackbacks This is not telling you what a Ping is, what a Trackback is or when and why you should use them. If you want that information, head over to the WordPress Codex. This page will tell you how to do them. The example url I use is this one: http://wordpress.org/development/2006/04/wordpattern Pinging Pinging a post on another blog from your post is very easy. All you do is link to it. The link in this screenshot goes to the [ ... ]

How to: Display Adsense After The First And After The Any Post In WordPress Blog

I am using this code in this blog to display adsense after first post and after any post. In this tutorial I will show you how you display Adsense after first post and after 2nd post or after any post in your blog within the Loop. In the tutorial I am use code examples to show you easy method to editing your WordPress theme. Step 1 The step 1 is to open up your index.php file from your wordpress theme folder in your favorite theme editor such as like Dreamweaver or Notepad. Find the following line: <?php [ ... ]