IT Nursery
I’m considering having different headers depending on the area of the site. So thought it might be possible to tap into the template hierarchy (or at the very least,...
  • June 4, 2022
  • 0 Comments
IT Nursery
I watched a lot of courses about WordPress Development on Udemy. Also I’ve almost finished my “WordPress Development” track on Teamtreehouse, but I can’t understand one simple thing, because...
  • June 3, 2022
  • 0 Comments
IT Nursery
On the home.php, which is in the same folder where style.css is kept I am try to call a template: <?php get_template_part( 'template-parts/content', 'home-default' ); ?> template-parts is a...
  • May 31, 2022
  • 0 Comments
IT Nursery
I currently have a global function in my functions.php file ein_error_log($message) { //push out $message to file... } But I want to start using it in my MU-Plugin directory...
  • May 31, 2022
  • 0 Comments
IT Nursery
Hello StackExchange WP_development 🙂 I am in a bit of a pickle with this one and i certainly hope you can consult me further. Im helping out with a...
  • 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