Done some more testing.
Seems it aint related to the page title but to the fact that i hit update(to save) inside the post.
Done some more testing.
Seems it aint related to the page title but to the fact that i hit update(to save) inside the post.
sorry, late to the game… can you reiterate what issue you still have? you remove the page title from your wp page template and the forum disappears?
Original Code:
if( $px_meta_page->page_content == “on” && get_the_content() <> ”){echo ‘<div class=”rich_editor_text pix-content-wrap”>’;if( $px_meta_page->page_content == “on” && get_the_content() <> ”){the_content();
the_content();if( $px_meta_page->page_content == “on”){echo ‘<div class=”rich_editor_text pix-content-wrap”>’;if( $px_meta_page->page_content == “on”){the_content();
sorry, confused… what does that have to do with page title? and what was the change from original to changed for?
and why does the second one output the page content twice?
is that a code fragment? I dont see any closing braces?
Code fragment yes, not sure why and what.
I submitted the bug to the theme maker and got a page.php with that change in it and it worked.