To adjust your Firefox custom settings go to "about:config"
and Click on the “I’ll be careful, I promise” button. Double click on the entry and the change value.
Month: February 2016
Get custom field data on Blog Page
<?php
// Determine context
$page_id = ( 'page' == get_option( 'show_on_front' ) ? get_option( 'page_for_posts' ) : get_the_ID );
// Echo post meta for $page_id
echo get_post_meta( $page_id, 'page_title_two', true );
?>
Disable “Update Available” pop up on Sublime Text
Just go to Preferences -> Settings-User and add there: "update_check": false,
Learn Something Properly
If you can’t explain it simply, you don’t understand it well enough.
যুক্তি ও আবেগ
যুক্তি বলে, ফেরার দরজা বন্ধ । কিন্তু আবেগ তবুও কড়া নেড়েই চলে ।