pal2020
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [WP Simple Anchors Links] PHP sessions created by a session_start() ERRORhello again,
you should edit wp-simple-anchors-links.php file line 29 :from:
if ( !session_id() ){ session_start(); } // Start session just in caseto
if ( !session_id() ){ session_start(); session_write_close(); } // Start session just in caseany new update?
Yes, it will be a great idea to add a hook to filter the graphs (Breadcrumb, Article, etc.)
is it still work for the new all in one seo version?
how i can prevent (Home) from appear ? i want categories name to appear not (Home)
Viewing 6 replies - 1 through 6 (of 6 total)