TUTORIAL : Buat pages

okeyy :) mesty ramai duk fikir2 , mcm mane lah nak dapat link baru kan ? nak buat page tuto semua tuhh ? hahh , okeyy ! cara nyer beginiii >

First go to your Dashboard > New post > Edit Pages.

lepas dah click :) nampak kan atas tuh ade NEW PAGE , hahh click situ then tulis pape yang korunk nak ? then publish mcam biasa :) dah publish ? view post , then korunk nak buat menu tab ke ? mcm navigation tuh kann ? kournk kene amek lah nyer , macam mana nak ambil ? mcm nie :
hahh ? dah copy kann ? korunk boleh buat Menu tab ikut dua tuto nie :



NOTA BIT BOTT :
okeyy , kalau korunk nak yang boleh comment punyer korunk kene publish macam entry biasa then baru ambil url okeyy ? pages nie dia tak de ruangan comment ^^ soooo , nanty kalau tak faham tnyaa yaahh ?? whee :D

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Hilang kan underline dekat link

Okeyy , yang nie kan mesty korunk tertanya2 kan ? kenapa lahh ade underline dekat entry korunk ? tukar mcm mane pun tetap ade, actually korunk terlupa , patutnye kite kene setting dekat edit html kite , okeyy , jom start >

First go to your Dashboard > Design > Edit HTML click ctrl + F then find this code :
a:link {
jumpa dahh ? then ade ank-ank code di bawahnyer mcm nie kan :

a:link {
  color: $linkColor;
}
a:visited {
  color: $linkColor;
}

hahh , then tukar code atas nie mcm yang kat bawah nie :

a:link {
text-decoration: none;
color: #FFBABA;
}
a:visited {
text-decoration: none;
color: #FFBABA;
}
yang color tuh korunk boleh tuka colour dekat SINI.dah pick code color semua , korunk try lah preview ? hahh , dah tak de kan underline korunk tuhh ? kann dah selesai masalahnyer :) 

Boleh guna LINK nie sebagai rujukan 

Hai! Selamat membaca. Jangan lupa tinggal komen ya?

TUTORIAL : Hilang kan tulisan BOLD pada post tittle

hahh ? bila korunk tukar new template pasti ade masalh nie kann ? actualyy kan senang saje nak selesaikannya , okeyy , let we doo >

First go to your Dashboard > Design > Edit HTML then find this code :
.post-title {
then nanty kat bawah dia ade ank-ank code mcm nie kan ?

.post-title {
  margin: 0;
  padding: 0;
  font-size: 125%;
  font-weight: bold;  line-height: 1.1em;
}
.post-title a, .post-title a:visited, .post-title strong {
  text-decoration: none;
  color: $textColor;
  font-weight: bold;}
hahhh , yang una warnakan ungu tuh korunk delete saje :) then try preview , hahhh , kan dah tak jadi bold, sama lah macam yang lain2 tuh , kalau korunk check coding korunk balik , kalau ade jer bold tuh remove jer kalau tak mau kayy ?

Boleh guna LINK nie sebagai petunjuk okey ??

Hai! Selamat membaca. Jangan lupa tinggal komen ya?