cw6365
Forum Replies Created
-
Any closer to solving this issue? I have the same problem, i set a featured image which shows in the featured image pane until i click update, it disappears. If i disable the ACF plugins, everything works as it should.
Forum: Fixing WordPress
In reply to: Another cannot modify header information errorwhat by deleting the plugin, very helpful!
Forum: Fixing WordPress
In reply to: Another cannot modify header information errorit’s a custom plugin that runs half the system, what good is deleting/deactivating going to do? dont comment if your no use
Forum: Fixing WordPress
In reply to: Another cannot modify header information errorYaayyy, i’ve got the solution, havent got a clue what it does or its side effects but it has solved both the problems, add the following to functions.php
add_action('init', 'do_output_buffer'); function do_output_buffer() { ob_start(); }found over at stack overflow
Forum: Fixing WordPress
In reply to: Another cannot modify header information errorfirst port of call my friend along with 20+ posts on the forum but it never seems to work
Forum: Fixing WordPress
In reply to: Another cannot modify header information errorahh i’ve sorted the second one, it is the redirect, i forgot about adding it. Just the first one please
Forum: Plugins
In reply to: error with wp_query when retrieving custom post typesnever mind i’ve got it,
$args=array( 'post_type'=>'films', 'post__in'=>$arrayOfNumbs ); $films = new WP_Query($args);having a blond moment