harmindersaini
Forum Replies Created
-
i fix this problem by just changing code in /plugins/jetpack/modules/publicize/ui.php
Before:-
<?php
checked( true, $checked );
echo $disabled;
?>Replace with:-
<?php
if ( get_post_type( get_the_ID() ) != ‘wpdmpro’ )
checked( true, $checked );
echo $disabled;
?><?php
if ( get_post_type( get_the_ID() ) != ‘post’ )
checked( false, $checked );
echo $disabled;
?>i fix this problem by just changing code in /plugins/jetpack/modules/publicize/ui.php
Before:-
<?php
checked( true, $checked );
echo $disabled;
?>Replace with:-
<?php
if ( get_post_type( get_the_ID() ) != ‘wpdmpro’ )
checked( true, $checked );
echo $disabled;
?><?php
if ( get_post_type( get_the_ID() ) != ‘post’ )
checked( true, $checked );
echo $disabled;
?>i ask same question to WordPress Download Manager” Plugin Authors
Here is reply from WordPress Download Manager Author:-
“There should be settings in Jetpack to control which post types should be auto published. You can disable “wpdmpro” post type from there.”
Forum: Plugins
In reply to: [WordPress MU Sitewide Tags Pages] WordPress MU Sitewide Tags Pagesanyone can help me.? i dont know which which way (which theme file) i need to edit for widgets thumbnail.
Forum: Plugins
In reply to: [WordPress MU Sitewide Tags Pages] WordPress MU Sitewide Tags Pagesi read your some old posts and make some changes and get post thumbnail on main blog pages recents post.but not on sidebar widgets.
i try edit with my theme widgets (wich widget i use) but after uploading a edit cope of widget file.my wordpress website go blank.can you help me for edit custom code in theme.