Dax87
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [Requirements Checklist] Add required to post_typeok, I’m working on several projects. Why else would I have to take the change manually.
Thanks and congratulations for now ..Forum: Plugins
In reply to: [Requirements Checklist] Add required to post_typethank
Forum: Plugins
In reply to: [Report Content] Shortcode for this plugin?<?php wprc_report_submission_form(); ?>Forum: Fixing WordPress
In reply to: correct date for each post / photoi have solved..
Forum: Networking WordPress
In reply to: problem multisite with blog id and scriptOK perfect.
There was a syntax error in this line:<?php if( 1 == $blog_id ); ?>replaced:
<?php if( 1 == $blog_id ): ?>thanks catacaustic
Forum: Networking WordPress
In reply to: problem multisite with blog id and script<?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 !?
Forum: Networking WordPress
In reply to: problem multisite with blog id and script<?php else: ?> Default script <?php endif; ?>In this code what should I put!?
Forum: Plugins
In reply to: [Alemha watermarker] Conflictexact . I have the same problem.
Your plugin works , but when active creates errors with the theme.
Viewing 8 replies - 1 through 8 (of 8 total)