Get red with timthumb php script for image resizing with wordpress themes

Get red with timthumb php script for image resizing with wordpress themes

We all know what is the tumthumb script. mainly the worpdress theme developers used the tumthumb php script for resizing the images. But now we dont need to use the tumthumb script in wordpress theme because wordpress api is supporting … Continue reading

How to add custom text in every wordpress post

How to add custom text in every wordpress post

There is always common content we want put in every post. using following function we can add the custom text in every wordpress post. just open your functions.php file from wordpress theme folder and put the following code in that … Continue reading

WordPress: How to retrieve custom field from normal posts

featured-image-wordpress

Many people use the custom meta fields in wordpress posts. In this article I will show you how to retrieve the custom field from wordpress post. For fetching the custom fields you just need to use the following code. If … Continue reading

Short Syntax Highlighter 1.0 WordPress Plugin Released

Short Syntax Highlighter

Today WordPress API released the wordpress Plugin called Short Syntax highlighter. This plugin has following features: Short Syntax Highlighter allows you to easily post syntax-highlighted code to your site without losing it’s formatting or making any manual changes. Without adding … Continue reading

Make URL Clickable in WordPress Post

wordpress-post-links

When ever we insert the URL , email  in post we need to put the link manually. WordPress provided the way to automatically make the URL and Email clickable in wordpress post. You just need to add following code in … Continue reading

use wordpress shortcode in widget

wordpress-short-code

In your shortcode in your wordpress widget section you need to use the only following code. From wordpress 2.5 version shortcode method is included in wordpress. If you need the more information about using the wordpress short code then refer … Continue reading

download the wordpress logo font

download the wordpress logo font

Many wordpress and many people need the wordpres font or similar font. From following links you can donwload the wordpress font. http://www.myfonts.com/fonts/linotype/dante-mt/ http://www.fontyukle.com/listele.php?sayfa=7&harf=D http://new.myfonts.com/fonts/emigre/mrs-eaves/

execute shell script daily through cron

execute shell script daily through cron

Normally running the shell script we will use the following command #./shell_script.sh If shell script not running then you need to do shell script executable. using following command #chmod +x shell_script.sh for running the shell scirpt daily through use the … Continue reading