Forums
(@dax87)
8 years, 10 months ago
ok, I’m working on several projects. Why else would I have to take the change manually. Thanks and congratulations for now ..
thank
8 years, 11 months ago
<?php wprc_report_submission_form(); ?>
9 years, 3 months ago
i have solved..
OK perfect. There was a syntax error in this line:
<?php if( 1 == $blog_id ); ?>
replaced:
<?php if( 1 == $blog_id ): ?>
thanks catacaustic
<?php $blog_id = get_current_blog_id(); ?> <?php if( 1 == $blog_id ); ?> <div id=""><script src=""></script><script src="" ></script></div> <?php elseif( 2 == $blog_id ): ?> <div id=""><script src=""></script><script src="" ></script></div> <?php else: ?> Default script <?php endif; ?>
It’s correct !?
<?php else: ?> Default script <?php endif; ?>
In this code what should I put!?
9 years, 4 months ago
exact . I have the same problem. Your plugin works , but when active creates errors with the theme.