web

web css html php

Code For Fun

Recommended by 191 people
. in Tutorial, web . 1 min read

Code For Fun

Kemarin baru saja muchad diminta membuat coding sederhana dalam tempo waktu yang telah ditentukan. Nah sebelum muchad hapus coding-nya di laptop, muchad taruh aja di muchad.com. Sangat sederhana memang, tapi Alhamdulillah sudah sangat memuaskan bagi si peminta kemarin. Semoga bermanfaat. Coding yang pertama berikut tentang input angka, menghitung yang duplikat, lalu mensortirnya dan menampilkan hasil… Read more »

Berawal dari Konsep

Recommended by 288 people
. in Reflection . 6 min read

Berawal dari Konsep

Tidak semua karya yang kita temui di dunia ini berawal dari konsep, ada sebagian yang ditemukan atau diciptakan melalui ketidaksengajaan, misalnya penemuan ban karet (ingat saat SMP baca ensiklopedi hehe). Begitu pula karya-karya muchad, sebagian berawal dari inspirasi yang tiba-tiba datang dan langsung mewujudkannya sebagian lagi memang direncanakan dan di konsep dengan matang. Manakah yang… Read more »

Show Popular or Trending Post in WordPress

Recommended by 375 people
. in Tutorial, web . 1 min read

Show Popular or Trending Post in WordPress

Front page of muchad.com, show popular posts based on comments count. We can do it without plugin. To show some popular posts in WordPress we can do it with this simple script in your theme’s file. This source code will show 3 popular posts. The problem, it only show posts with many comments count in… Read more »

How To Create Shortcode in WordPress

Recommended by 314 people
. in Tutorial, web . 58 sec read

How To Create Shortcode in WordPress

muchad.com using medio theme that support shortcode for full width image, like this     To show this full-width image is like this: This is just an example, you can use shortcode for anything what you need in your theme.   How to make shortcode in wordpress theme To make shortcode, edit functions.php in your… Read more »

How To Solve Too Many Failed Login Attempts in WordPress

Recommended by 303 people
. in Tutorial, web . 1 min read

How To Solve Too Many Failed Login Attempts in WordPress

Today my friend get this problem: I ask the FTP account, and I found that the problem is because plugin “limit-login-attempts”. Before, I think this alert because any someone or robot try to hack or bypass the login, but from the logs, it’s normal. To solve it, just access the file manager from your Cpanel… Read more »