BTC USD 76,366.4 Gold USD 4,341.83
Time now: Jun 1, 12:00 AM

All about Wordpress & Free Theme

apasal wordpress ni update lambat sangat, aku main2 dengan editor theme pun susah, dah la preview takder

pastu kalo main widgets, berjanggut tunggu nak update, geram gak aku 2 3 hari ni main dengan wp, ingat kan update 3.0 dah ada ada feature preview.

hampeh Matt Mullenweg
 
apasal wordpress ni update lambat sangat, aku main2 dengan editor theme pun susah, dah la preview takder

pastu kalo main widgets, berjanggut tunggu nak update, geram gak aku 2 3 hari ni main dengan wp, ingat kan update 3.0 dah ada ada feature preview.

hampeh Matt Mullenweg

Aik aku ok jer bro...

Setiap kali update ko save pastu preview live, maksud ko buka web mcm biasa
 
Salam,

kt sni ad dscuss psal plugin kan. Saya nak tanya wp ad x plugin mcm nie x?... Ble kte klik jq link tu dye x msuk site link tu tp kuar popup message jq? boleh bg cdangan...

Thanks.

Maaf saya tak faham bahasa tulisan anda, apakah maksud untuk word yg saya bold merah tu, 3 kali baca tapi tidak boleh faham maksud.
 
Aik aku ok jer bro...

Setiap kali update ko save pastu preview live, maksud ko buka web mcm biasa

bukan maksud post bro, yang ni aku maksudkan

Appearance >> Editor

dan

Appearance >> Widgets
 
soalan newbie dari aku

aku nak letak code adsense betul2 bawah header, camner ek?

aku dah tanya Google, yang banyak plugin untuk letak dalam post jer

kan aku paste code adsense dalam file php, tak jadi pulak

so, katner ek nak paste code adsense ni?

kalau btul2bwh header, confirm guna header.php...tp tgk stylesheet gak, dari segi size pnjg,lebar... tak abis godek nih...

simple jer tu..:D
 
kalau btul2bwh header, confirm guna header.php...tp tgk stylesheet gak, dari segi size pnjg,lebar... tak abis godek nih...

simple jer tu..:D

memang simple, aku dah edit kat header.php tu, tapi aku tak tahu pebenda masalah dia,

adsense memang kuar, tapi kat home tak kuar bawah header, tapi di setiap post dia kuar pulak, beratus kali aku cek coding, memang aku confirm betul 100%#:-S

Yang mcm iklan clickbank kat blog aku ni ke? www.onlinedoit.com dan kaki-web.co.cc

a'ah

tapi aku nak adsense ni atas navigation tu, maksud aku atas Home|About|Advertising

ni code header aku

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php
if(function_exists('language_attributes')) { 
	language_attributes(); 
}else{
	echo "<h1>Oops:</h1><font color=\"red\">This theme only works with WordPress 2.1.* or higher. You seem to have an <b>outdated version</b> of wordpress. Please download the latest <a href=\"http://www.wordpress.com\">WordPress</a> to use this theme and also get the latest security patches.</font>";
//	exit();
}
?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory') ?>/reset-fonts-grids-tabs.css" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<div id="doc3" class="yui-t4">

<div id="hd">
    <h1><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1>

[COLOR="Red"][B]<------------ AKU DAH PASTE KAT SINI, TAPI ADSENSE TAK KUAR KAT HOME[/B][/COLOR]

</div>

lagi yang aku geram,setiap kali aku edit code, mesti kena tunggu at least setengah jam, baru dia update

ada orang cakap sebab plugin Super Cache, entah betul, entah tidak, aku on pastu off, takder effect pun#:-S
 
hahaha

Okay kawan2 sumer, masalah aku telah di fixed

benda mudah jer, lepas aku update plugin WP Super Cache, sumer benda dah setel, dan jadikan post aku di atas sebagai rujukan:D

thanks
 
geng/team aku dok mecari2 wordpress utk aku jadikan blog aku ni..
aku dh 9 10 kalu tru upload tapi tak jadi2 la..

nnt aku nak minta tolong korang ekk..takut terhilang semua eidget/posting2 lama aku tu..
kat mana nak cari yg free punya..baru nak belajar guna..
 
Ooo nak preview, setiap kali adjust2 code jadi camna, so kalau salah leh adjust cepat. Biasa saya guna chrome, clear semua cache, cookies etc lepas tu tekan F5. In case awak terlalu banyak nak twist adjust try and error post ni bagus, untuk preview perubahan wordpress theme kita dengan cepat.

Wordpress templates have php codes mixed with html so we cannot see a wordpress theme directly when we are offline and have no tools on our local-host to run php such as Apache xampp etc .While editing layout we need to edit css and html .In wordpress theme designing we have following problems

We cannot preview design changes while offline
We cannot see browser bugs while offline
We need a wordpress blog and web-host to see design changes
Fast Internet connection is recommended

Now I will tell you how I preview my theme design changes when I am offline It is as easy as possible Suppose we want to preview default wordpress theme Kubrick We have four essential layout files
1.index.php
2.header.php
3.sidebar.php
4.footer.php
5.style.css

Now we create a new text document ( any named e.g. test )
Open header .php with notepad and copy all text and paste into test.txt

Open index.php and copy all text and paste into test.txt just after header.php text .

Open sidebar.php and copy all text and paste into test.txt just after index.php text .

Open footer.php and copy all text then paste into test.txt just after sidebar.php text

Now look up for this line in test.txt ( <link rel=”stylesheet” href=”<?php bloginfo(’stylesheet_url’); ?>” type=”text/css” media=”screen” /> )

Replace this line with <link rel=”stylesheet” type=”text/css” href=”style.css” />

Now this is the final step Save test.txt as test.html ( select all file type ) When you will preview this page in internet browser you will be able to see the theme preview

By this method we can see the changes in theme and can save changes in style sheet. Suppose you have made a change in header and you are satisfied with this change. Save changes in style sheet. Copy the modified header section from test.html and with it replace all text in header.php


Kalau blogspot takda masalah ni kan..lol:)

Cuba awak gunakan container pulak..Edit Themes Header--> (header.php)

<!-- header END -->
<!-- container START -->

<div class="ContainerBG">
<div class="Container">
<------------ PASTE KAT SINI ADSENSE

memang simple, aku dah edit kat header.php tu, tapi aku tak tahu pebenda masalah dia,

adsense memang kuar, tapi kat home tak kuar bawah header, tapi di setiap post dia kuar pulak, beratus kali aku cek coding, memang aku confirm betul 100%#:-S



a'ah

tapi aku nak adsense ni atas navigation tu, maksud aku atas Home|About|Advertising

ni code header aku

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php
if(function_exists('language_attributes')) { 
	language_attributes(); 
}else{
	echo "<h1>Oops:</h1><font color=\"red\">This theme only works with WordPress 2.1.* or higher. You seem to have an <b>outdated version</b> of wordpress. Please download the latest <a href=\"http://www.wordpress.com\">WordPress</a> to use this theme and also get the latest security patches.</font>";
//	exit();
}
?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory') ?>/reset-fonts-grids-tabs.css" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<div id="doc3" class="yui-t4">

<div id="hd">
    <h1><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1>

[COLOR="Red"][B]<------------ AKU DAH PASTE KAT SINI, TAPI ADSENSE TAK KUAR KAT HOME[/B][/COLOR]

</div>

lagi yang aku geram,setiap kali aku edit code, mesti kena tunggu at least setengah jam, baru dia update

ada orang cakap sebab plugin Super Cache, entah betul, entah tidak, aku on pastu off, takder effect pun#:-S
 
Back
Top
Log in Register