This is my first free code, that centerlised content vertically and horizontally with responsible image. (more…)
nabin
Simply use this code in funtions.php , if you want to remove protected word from wordpress. function the_title_trim($title) { $title...
Here is a code that will display of password protected post/page of wordpress. Use this in function.php <?php function display_protected_excerpts($excerpt)...
Here is a very simple and fast solution if widgetkit banner is not working in joomla (all version). Try this...
If you dont know how to remove or disable comment. or you want to disable comment in all page, use...
Here is a code that will add text editor in Excerpt, simple add this function in function.php add_action( 'add_meta_boxes', array...
Add following code in function.php function improved_trim_excerpt($text) { global $post; if ( '' == $text ) { $text = get_the_content('');...
Hello friends, Today i install phpbb (one of the best forum) software, till phpbb2.0 i did not got any error,...