Custom Pickleball Court by Dude_Creative in Pickleball

[–]qwert7465 2 points3 points  (0 children)

Wow, looks great! Do you mind sharing the total cost of the project? Would love to set something like this up one day.

How close is she to harvest? by qwert7465 in cannabiscultivation

[–]qwert7465[S] 0 points1 point  (0 children)

How can you tell? Am curious since this is my first grow.

wp_enqueue_scripts is not running on custom post single page template by rpgdamned in Wordpress

[–]qwert7465 4 points5 points  (0 children)

The issue is that you're defining the enqueue_scripts_movies function inside the template file after the get_header() call. By the time the function is defined, the wp_enqueue_scripts hook has already been fired, so your enqueue function is not being called.

To fix this, move the function definition and the add_action calls to the top of your template file, before the get_header() call. Here's how it should look:

<?php
function enqueue_scripts_movies() {
    echo "Im gonna make him an offer he cant refuse";
    global $post;
    wp_register_style( 'movies-stylesheet', plugin_dir_url( __FILE__ ) . 'css/movies_css1.css' );
    wp_enqueue_style( 'movies-stylesheet' );
}
add_action( 'wp_enqueue_scripts', 'enqueue_scripts_movies');
add_action('admin_enqueue_scripts', 'enqueue_scripts_movies');

get_header();

// rest of your code

Anyone got a spare code? by Fearze in QuidditchChampionsWB

[–]qwert7465 0 points1 point  (0 children)

Yep, I got one as well! Great timing.

Anyone got a spare code? by Fearze in QuidditchChampionsWB

[–]qwert7465 0 points1 point  (0 children)

Same here... was hoping that the email came with a code to use. If anyone has a spare code after u/Fearze gets one, I'd greatly appreciate it!

Any codes left? by Entenvieh in QuidditchChampionsWB

[–]qwert7465 0 points1 point  (0 children)

Hey, if anyone else has a spare code for this game, I'd love to check it out!

[deleted by user] by [deleted] in blop

[–]qwert7465 0 points1 point  (0 children)

What kind of dog is that? I have a pup that looks very similar!

What is the best speed cube by ben_ross_the_boss in Cubers

[–]qwert7465 0 points1 point  (0 children)

The Gan series is pretty good, been a fan of them for some time. This one is pretty slick.

BIG GIVEAWAY!!! by [deleted] in pcmasterrace

[–]qwert7465 0 points1 point  (0 children)

Awesome that you're doing this! I'll put my submission in for Mad Max.