IT Nursery
In my install, I use one custom page. Here I put one text field and the fck editor. This is for the title and the content. I need to...
  • June 2, 2022
  • 0 Comments
IT Nursery
I have been looking for a non plugin solution where a user can upload a video, say, something from a site like http://www.coverr.co/. When the user adds the video...
  • May 28, 2022
  • 0 Comments
I am creating a video-archive page for all the posts_format with video. Currently, I have: <?php $format = has_post_format('video', $post_id); ?> <?php if($layout != "fullwidth") { echo '<div class="page_inner">';...
  • May 26, 2022
  • 0 Comments