-
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.
-
how to display all child page by parent ID in WordPress
di wordpress kita mengenal beberapa post_type default, yaitu post, pages, media, & menus. setiap post_type ini mempunyai jenis yang berbeda/ kegunaan khusus. pages adalah satu-satunya post_type default yang mempunyai feature page attribute. dengan fitur ini kita bisa membuat sebuah page konten memiliki hirarki, seperti tree. fitur page attribut ini memungkinkan kita untuk membuat page parent…