Apon Team

Apon Team think outside we would like to discover new thing

22/10/2015
22/08/2015

Asana is a clean, flat and modern WordPress theme suitable for any type of sport and dance studios, gyms, health clubs, event agencies and a lot more. Asana is designed according to the latest trends, fresh colors are used. The theme is designed for full size screen. Asana WordPress theme created us…

bangla.bdnews24.com is a very fast and popular online Bengali news portal. also there are huge number of Bangladeshi blo...
12/08/2015

bangla.bdnews24.com is a very fast and popular online Bengali news portal. also there are huge number of Bangladeshi blogger use WordPress and many major social media blogs use sidebar news headlines. so i just published a new WordPress plugin that can display bdnews latest news headlines on your WordPress website sidebar.

http://cxrana.com/blog/bdnews-headlines-wordpress-plugin/

Freelance,WordPress and Life!

25/09/2013

Why are you going to choose failure when success is an option?

24/04/2013

রক্ত দিন,জীবন বাঁচান
Anam Medical College Hospital,Savar Dhaka.
01681212777

14/04/2013

শুভ বাংলা নববর্ষ

18/02/2013

don't share contact details when you send a oDesk cover letter.

11/02/2013

How to exclude categories and tags from your widgets
--> --> --> --> --> --> --> --> --> --> --> -->
[ First open your functions.php file in your theme folder. This is the main script file where we can add our customizations. ]

function shailan_filter_terms( $exclusions, $args ){

// IDs of terms to be excluded
$exclude = "3,257"; // CHANGE THIS TO IDs OF YOUR TERMS

// Generation of exclusion SQL code
$exterms = wp_parse_id_list( $exclude );
foreach ( $exterms as $exterm ) {
if ( empty($exclusions) )
$exclusions = ' AND ( t.term_id ' . intval($exterm) . ' ';
else
$exclusions .= ' AND t.term_id ' . intval($exterm) . ' ';
}

// Closing bracket
if ( !empty($exclusions) )
$exclusions .= ')';

// Return our SQL statement
return $exclusions;
}

// Finally hook up our filter
add_filter( 'list_terms_exclusions', 'shailan_filter_terms', 10, 2 );

09/02/2013

Set Minimum Word Count On Posts [ওয়ার্ডপ্রেস]
function.php তে লিখে দিন

function minimum_number_words($content)
{
global $post;
$content = $post->post_content;
if (str_word_count($content) < 500 )
wp_die( __('The current post is below the minimum number of words, it must be over 500 words.') );
}
add_action('publish_post', 'minimum_number_words');

Address

Dhaka

Website

Alerts

Be the first to know and let us send you an email when Apon Team posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share