Sembunyikan menu di wordpress Backend admin

fungsi menyembunyikan hide menu admin /backend kususnya penulis/author : function hide_custom_post_type_for_authors() { if (current_user_can(‘author’)) { // Replace ‘dfads’ with the slug of your custom post type remove_menu_page(‘edit.php?post_type=dfads’); } } add_action(‘admin_menu’, ‘hide_custom_post_type_for_authors’, 100);

Role Memblokir Penulis Author Selain Administrator untuk membuat link atau backlink WordPress

//////blokir keseluruhan ://///// function restrict_links_in_posts($content) { // Remove all tags $content = preg_replace(‘/]*>.*?/i’, ”, $content); return $content; } add_filter(‘the_content’, ‘restrict_links_in_posts’); /////blokir kusus penulis / author :///// function restrict_links_in_author_posts($content) { if (current_user_can(‘author’)) { // Remove all tags $content = preg_replace(‘/]*>.*?/i’, ”, $content); } return $content; } add_filter(‘the_content’, ‘restrict_links_in_author_posts’);

How to make Centos Control Web Panel CWP in Local Area Network

ok this article am write in english for global learning and if am false please correct in comment first 😀 1. install normal cwp in your centos 7 server 2. login in u admin area 192.X.X.X:2031 3. Server setting – select webserver = “Apache Only” ==> this am use 4. change vhost in you domain … Continue reading “How to make Centos Control Web Panel CWP in Local Area Network”

Command-line Linux Lengkap

A alias A way to run a command or a series of Unix commands using a shorter name than those that are usually associated with such commands. How to use the alias command in Linux. apt-get Apt-get is a tool to automatically update a Debian machine and to get and install Debian packages/programs. Hot to … Continue reading “Command-line Linux Lengkap”

Daftar Web Spinner Tool Artikel

Spinner tool untuk membuat artikel spinner Indonesia, Inggris, Jerman, Spanyol, Perancis, Belanda, Italia, Rumania, Portugal dan Turki, membuat artikel lebih mudah dengan kualitas yang bagus tidak duplikat konten, Article Spinner Indonesia, Article Spinner English, Tool Spinner Artikel Bahasa Indonesia, Tool Spinner Artikel Bahasa Inggris, Article Spinner Online Indonesia & English, SEO Tools http://www.indospinner.com/ http://www.spinnerartikelindonesia.com/ http://thearticlespinner.com/ … Continue reading “Daftar Web Spinner Tool Artikel”

Solusi error Adobe We’ve encountered the following issues

Langsung saja Cara Mengatasinya : 1. Buka C:\Program Files (x86)\Common Files\Adobe 2. cari folder OOBE, dan rename folder tersebut menjadi OOBE.old 3. restart PC kalian. 4. install aplikasi Adobe finish

Kendala dan solusi net framework pada windows 10 secara offline

solusi error net framework pada waktu install aplikasi. ikuti prosesnya seperti berikut : 1. copy folder sxs pada dvd instaler windows 10 foldernya di dalam folder config copy folder sxs pada drive c seperti dalam gambar 2. setelah di copy buka cmd dan run sebagai administrator 3.setelah itu copy code di bawah ini dan paste … Continue reading “Kendala dan solusi net framework pada windows 10 secara offline”