-
How to Inserting multilingual posts programmatically with WPML
How to Inserting multilingual posts programmatically with WPML
-
How to sort an array by key to match another array’s order by key [PHP]
sometime you have two arrays, both have the same keys (different values) however array #2 is in a different order. you want to be able to resort the second array so it is in the same order as the first array. Is there a function that can quickly do this? yups to do this you…
-
How to fix: AnyConnect error after updating macOS Catalina
How to fix AnyConnect error: cannot confirm it is connected to your secure gateway. The local network may not be trustworthy. Please try another network after a few day update macos catalina, i realize i have problem with anyconnect. everytime i try to connect, Cisci AnyConnect: Got an error like this: AnyConnect cannot confirm it…
-
Select2 js Ajax Chained Snippet
snippet how to use ajax chained in select2 js
-
Add a custom post type menu as a child of an existing custom post type menu.
How to add submenu Custom post type as a child of an existing Custom post type menu.
-
Import image to WP and set as Featured Image
this code is for import image to WordPress Media then set as Featured Image in Post
-
How to get WordPress attachment caption, title, alt, and description
this si simple function to get all wordpress attachment text
-
How to get parameter querystring value from URL with javascript
-
Create Loop Row with Colum bootstrap – PHP
-
How to add adsense before and after the_content()
konsep pada snippet kali ini adalah kita ingin melakukan hook filter pada fungsi the_content() untuk menampilkan adsense sebelum dan sesudah the_content() / area konten utama. berikut snippet yang bisa di gunakan: snippet di atas bisa di gunakan untuk memasukkan berbagai macam data/text atau info lainnya.