I don’t know if it is still supported/active. But I do know that it still works like a charm 🙂
Did you use it like this?
/*
Template Name: My template
MultiEdit: Block1,Block2,Etc
*/
<?php multieditDisplay('Intro'); ?>
Then the MultiEdit tabs should appear in your admin.
Thanks, Dries, AJ’s out this week, but I see something very different.
In the Main Index Template (index.php) and page.php, we see the following code:
<?php
/*
MultiEdit: Right
*/
?>
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”>
<html>
<head>
<link href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” rel=”shortcut icon” type=”image/ico” />
For “internal page template” is similar code:
<?php
/*
Template Name: Internal
MultiEdit: Right
*/
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
OK, once I laid it out like that for you, I was able to test the syntax and can edit our multi-edit blocks!
Thanks for the vote of confidence, Dries