Skip to content Skip to sidebar Skip to footer

Shortcodes

  Ini adalah contoh postingan yang bisa anda gunakan dalam berbagai kebutuhan, dari mulai tombol yang cantik dengan gaya tombol mode download, mode pembayaran, gaya style dan lain sebagainya


Default Buttons


Colored Buttons


Format Penulisannya Sebagai Berikut:

<a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Default Button/button</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Preview/preview/button</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Download/download/button</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Visit a Link/link/button</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Shop Now/cart/button</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Share/share/button</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">This Info/info/button</a>code-box

Warna Tombol Unik

<a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Colored Button/button/#16a085</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Preview/preview/button/#27ae60</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Download/download/button/#2980b9</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Visit a Link/link/button/#8e44ad</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Shop Now/cart/button/#f39c12</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">Share/share/button/#e74c3c</a> <a href="https://www.mexinter.net/" rel="nofollow" target="_blank">This Info/info/button/#34495e</a> code-box

Alert Boxes

Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old. alert-success
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old. alert-info
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old. alert-warning
Lorem Ipsum is not simply random text. It has roots in a piece of classical test link here too Latin literature from 45 BC, making it over 2000 years old. alert-error


Bordered Table

Nama DepanNama BelakangEmail
JohnDoejohn@example.com
MaryMoemary@example.com
JulyDooleyjuly@example.com


Contact Form

contact-form


Code Box

$("#main-nav #s").blur(function() {
if (0 === this.value.length) this.value = c;
});

$("#main-nav #s").focus(function() {
if (this.value === c) this.value = "";
});code-box