পোস্টগুলি

UpThemes Framework এর ব্যবহার Step 1. Add the framework to your theme প্রথমে UpThemes Framework এর ZIP ফাইলটি Download করুন ঐবং জিপ ফাইলটি খুলুন। আপনার theme directory তে 'options' নামে একটি ফাইল তৈরি করুন জিপ ফাইলের ভিতরে থাকা সকল ফাইল ও ফোল্ডার এর মধ্যে রাখুন।  Step 2. Create Theme Options theme-options-example.txt ফাইলটি কপি করে আপনার theme directory তে রাখুন এবং নাম পরিবর্তন করে theme-options.php করুন। Step 3. Include the UpThemes Framework in functions.php নিচের কোডটি কপি করে functions.php এর সবার উপরে রাখুন if( file_exists(get_template_directory().'/options/options.php') )     include_once(get_template_directory().'/options/options.php');    থিম অপশন যুক্ত করতে উপরের কোডের নিচে নিম্ন বর্ণিত কোড লিখুন। /** * Set up General Options */ if( file_exists(get_template_directory().'/theme-options.php') )     include_once(get_template_directory().'/theme-options.php')      Step 4. Customize your options Theme Options page ন