WPIntell

Source evidence

breaks https and is obsolete

NextPage Buttons · review · 2013-05-23T02:11:00+00:00

complaintsentiment
mediumseverity
0.81relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

8 / 34 rows with source links

23.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 1 stars
here unresolved
still works, and may outlast the alternative solution below 🙂 this was causing issues with https in admin — and can be solved easily without a plugin as below. add the following code to functions.php to enable the next-page button from http://wordpress.org/support/topic/bringing-nextpage-button-back add_filter('mce_buttons','wysiwyg_editor'); function wysiwyg_editor($mce_buttons) { $pos = array_search('wp_more',$mce_buttons,true); if ($pos !== false) { $tmp_buttons = array_slice($mce_buttons, 0, $pos+1); $tmp_buttons[] = 'wp_page'; $mce_buttons = array_merge($tmp_buttons, array_slice($mce_buttons, $pos+1)); } return $mce_buttons; }

Comments

0 shown

No comments were stored for this source.