Skip to main content

Posts

Showing posts from August, 2019

How to create Bootstrap4 Custom Wordpress Theme

How to create Bootstrap4 Custom Wordpress Theme Before going to create custom wordpress theme development hope you know well in php and wordpress. Basic thinks we need to create a custom wordpress theme files are 1. Header File   header.php 2. Index File      index.php 3. Functions File   functions.php 4. Footer File  footer.php 5. Style File style.php these four are the main parts to run your theme. Addionlly We need following files to run with more futures. 6. Content File   content.php 7. Widget File  widget.php 8. Comments File comments.php We need basing theme folders, following are the folder names 1. CSS 2. JS 3. Images these three are very basic folders. You may create addionally n number of files such as template-part and content-part etc. These files are useful when you create a blog related theme with sidebar or anything So now we see how to create a bootstrap theme. 1. Include bootstrap css files into the CSS folder 2. I...

DNS ஐ மாற்றுவது எப்படி?

நாம் இந்த பதிவில் DNS ஐ மாற்றுவது எப்படி என்பதை தெளிவாக பார்ப்போம். DNS ஐ ஏன் மாற்ற வேண்டும்? DNS என்பது நாம் யாரிடம் சர்வர் வாங்குகிறோமோ அவர்களால் வழங்கப்படுவது.  நாம் சர்வர் மற்றும் டொமைன் ஒரே இடத்தில் வாங்கியிருந்தால் DNS ஐ மாற்றுவதற்கு அவசியமில்லை. அவ்வாறு இல்லாமல் வெவ்வேறு இடத்தில் வாங்கியிருந்தால் கட்டாயம் DNSஐ மாற்ற வேண்டும். எடுத்துக்காட்டாக டொமைன் (DOMAIN NAME) GODADDY யில் வாங்கிவிட்டு சர்வரை  WWW.CLOUDHOSTWORLD.IN -ல் அல்லது வேறு ஏதாவது சர்வீஸ் புரவைடரிடம் வாங்கியிருந்தால் நாம் அவர்களது DNS சர்வரை டொமைனுடன் மேப் செய்ய வேண்டும். அவ்வாறு செய்தால் மட்டுமே நம்து டொமைனை நம்மால் குறிப்பிட்ட சர்வரில் இயங்க வைக்க முடியும். ஏன் இவ்வாறு வாங்குகிறோம்? இந்த கேள்விக்கு பதில் என்னவென்றால் ஒரு சில கம்பெனிகள் டொமைன் NAME-ஐ மிகக் குறைந்த விலைக்கு கொடுக்கும் ஆனால் சர்வரை அதிகமாக கொடுக்கும். சில கம்பெனிகள் சர்வரை அதிக விலைக்கு கொடுத்து டொமைன் நேமை குறைந்த விலைக்கு கொடுக்கும். அப்படி இருக்கும் நிலையில் நாம் எங்கு குறைவாக கிடைக்கிறதோ அங்கு வாங்கிக் கொண்டு அதன் DNS ஐ மற்றும் மாற்றம் செய்...