eil14
Forum Replies Created
-
hi takuro san 🙂
sorry for late replyhttp://khene.x10host.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-01-at-10.48.25-AM.png
hi good day!
i allready solve this problem. thank you very much
Forum: Plugins
In reply to: [The Events Calendar] white background gone and date of event is twisthi good day!
i think i solve my problem. just by configuring the date format in the display setting of the plugin. thank you very much!
hi! takuro san good day!
thank you for your quick responsethe column is a acf field key so, i have five column that has a acf field key name and every key has a corresponding taxonomy term.
so it is like this;
post_title————-acfkey1————- acfkey2——— acfkey3 ——— acfkey4
post1——————-O—————————————–O——————-
post2——————————————–O————————————-Oso post1 must have a taxonomy of acfkey1 and acfkey3 and post2 must have a taxonomy of acfkey2 and acfkey4.
acfkey1 = taxonomy (os)
acfkey2 = taxonomy (finace )
acfkey3 = taxonomy (personel)
acfkey4 = taxonomy (sale)do have any idea?
thank you very much 🙂Forum: Plugins
In reply to: [Dynamic Featured Image] If no image, show default featured image (fallback)Hi mr. Ankit
🙂im using this code to my sidebar.php but the image not showing
if( class_exists(‘Dynamic_Featured_Image’) ) {
global $dynamic_featured_image;
$featured_images = $dynamic_featured_image->get_featured_images( $postId)
);and i var_dump($featured_images);
the result is Array(0){}i hope for your help thank you 🙂
Forum: Plugins
In reply to: [Dynamic Featured Image] 2nd featured image doesn't show upim using the code in my sidebar.php but theres no image show
my plug_in version is v-3.5.2 need your help 🙂