Posts by Junior Castro • 33 points
2 posts
-
0
votes1
answer459
viewsQ: Get custom Category from a custom post type
I created a custom post type, and a taxonomy with the CTP UI plugin, but when it comes to listing in the loop the categories that are marked in the posts are not listed. <?php $args = array(…
-
3
votes1
answer98
viewsQ: Pick specific snippet from a string
I have a youtube url and would like to take only the snippet of the variable "v". used this: $video = mb_substr('https://www.youtube.com/watch?v=k4qVkWh1EAo', 32), returns the value I need, but I…
phpasked Junior Castro 33