<?php
if ( dwqa_current_user_can( 'post_answer' ) ) {
dwqa_load_template( 'answer' );
} else { ?>
<?php if ( is_user_logged_in() ) { ?>
<div class="alert"><?php _e( 'Maaf, Anda tidak memiliki akses untuk melanjutkan Konsultasi ini!.','dwqa' ) ?></div>
<?php } else { ?>
<h3 class="dwqa-title">
<?php
echo "<center><h2>Silahkan Login untuk melanjutkan!</h2></center>"
?>
</h3>
<div class="login-box">
<?php
echo do_shortcode( "[ultimatemember form_id=5269]" );
?>
</div>
<?php
}
}
?>
blog.janaloka
Tuesday, September 25, 2018
Monday, May 21, 2018
Mailchimp for wp widget code
Add this code for mailchimp for wp form widget:
<p align="center" style="margin: 20px 0 10px;"> Daftarkan alamat <b style="color: #EF4423">email</b> anda untuk mendapatkan informasi pertama dari janaloka.com </p> <p align="center"> <input style="width:100%; margin: 0 0 10px;" type="email" name="EMAIL" placeholder="Alamat surel anda" required /> <input type="submit" value="Kirim" /> </p>
Thursday, May 17, 2018
Reading time plugin didalam tempate review pro
Tambahkan script berikut ke public HTML > WP content > themes > review pro > partials > content-single.php
<span class="entry-view"><?php echo do_shortcode(' / [rt_reading_time label="Waktu baca:" postfix="menit" postfix_singular="menit"]'); ?></span>
Subscribe to:
Posts (Atom)