binyanim
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods time format outputSorry again , resolved this real quick !
Just added a function to functions.php:function my_date($input_date) { if ($input_date) {return date("d/m/Y", strtotime($input_date)); } else { return; } } function my_time($input_date) { if ($input_date) {return date("G:i", strtotime($input_date)); } else { return; } }Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Getting only the last title in loopForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] redirect to correct template fileI just got it to work.
Haha, moved the elseif(file_exists(SINGLE_PATH . ‘/single-‘ . $post->post_type . ‘.php’))
return SINGLE_PATH . ‘/single-‘ . $post->post_type . ‘.php’;outside of the category
foreachThanks and sorry for your trouble
Forum: Plugins
In reply to: [Frontend File Manager Plugin] How to see who uploaded the fileOh , looking more closely now I can see every user gets his own directory in the ftp.
I guess, it would be nice to see that right from the Dashboard.
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)