Postingan lainnya
Cara memasang Koding seperti javascript di wordpress bagaimana caranya?
Apakah memasukan script ke postingan wordpress harus menggunakah plugin tertentu agar bisa tampil. Saya coba posting script basic template di postingan wordpress tetapi untuk
<script src="js/bootstrap.min.js"></script>
tidak tereksekusi malah menjadi link http://js/bootstrap.min.js seperti ini bagaimana caranya agar bisa tereksekusi. Terima Kasih
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js
https://oss.maxcdn.com/respond/1.4.2/respond.min.js
<![endif]-->
</head>
<body>
<h1>Hello, world!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js
<!-- Include all compiled plugins (below), or include individual files as needed -->
http://js/bootstrap.min.js
</body>
</html>
5 Jawaban:
Pake get_template_directory_uri() dulu utk dapetih path nya. Simpennya di dalam folder theme yg agan buat. Cara diatas juga bisa. Tapi cara yg paling sesuai dgn wp tuh ngeloadnya di functions.php pake wp_enqueue_scripts disini lebih lengkapnya https://ithemes.com/2015/02/17/adding-scripts-wordpress-right-way/
maaf mas saya masih belum mengerti itu tutorial di localhost ya, klo untuk di postingan wordpress yg domainnya gratis bagaimana, sepertinya masang plugin di wordpress harus wordpress yang berbayar
untuk kasus ini baik yg dihosting atau di localhost, sama, harus diambil pathnya terlebih dahulu get_template_directory_uri().
<link href="<?= get_template_directory_uri('css/bootstrap.min.css') ?>" rel="stylesheet">
dengan catatan css/bootstrap.min.css disimpan di folder theme yg agan buat
plugin wordpress ada yg berbayar dan banyak juga yg gratis
Jawaban Terpilih
Sudah dapet Pak caranya maksud saya yg kaya gini Pak https://en.support.wordpress.com/code/posting-source-code/ heheheh terima kasih ya udah mw nanggepin pertanyaan saya
Instead of fixing it through localhost, I would suggest you choose managed <a href=' https://www.cloudways.com/en/wordpress-cloud-hosting.php '>WordPress hosting server</a> where you can easily install and host your website without any error.