Mycket flitig postare
|
|
Reg.datum: Oct 2011
Inlägg: 882
|
|
Mycket flitig postare
Reg.datum: Oct 2011
Inlägg: 882
|
Har gjort en egen som jag ska till en artikelkatalog. Temat är ADSimple och man ska tydligen göra följande:
1.Create in directory with your theme a new PHP file, for example author-panel.php and paste the following code in it:
<?php
/*
Template Name: Author panel
*/
if (function_exists('article_directory_author_panel') ) article_directory_author_panel();
?>
2.Create in admin area a new page and select the template “Author panel” in page attributes. Through this page authors will add new articles and change their profile. Access in admin area for authors will be forbidden.
|