[Plugin: XML Document] xml document won;t attach
-
Hi,
am trying to get this plugin to work. I followed the insturctions, put:
`register_post_type(‘script’,
array(
‘label’ => ‘Scripts’,
‘public’ => true,
‘hierarchical’ => false,
‘supports’ => array(‘title’, ‘comments’, ‘xmldoc’)
)
);`in functions and I installed ‘ PHP XSL module’.
The Script menu shows up in wordpress, but when I go to add a xml document I select ‘use this xml document’ but the file doesn’t stick and attach. Am I missing something?
The topic ‘[Plugin: XML Document] xml document won;t attach’ is closed to new replies.