Forums
(@smurfsarepurple)
17 years ago
This is an easy fix!
Find
<?php get_header(); ?>
and replace it with
<?php get_header(); global $nr_id; ?>
Voila!