Article previous html

From Redazione
Jump to navigation Jump to search
Line 287: Line 287:
 
  var type = $(this).find('[name="Form article[Type]"]').val()
 
  var type = $(this).find('[name="Form article[Type]"]').val()
 
  var title = $(this).find('[name="Form article[Title]"]').val()
 
  var title = $(this).find('[name="Form article[Title]"]').val()
  var authors = $(this).find('[name="Form article[Author]"]').val()
+
  var authors = $(this).find('[name="Form article[Authors]"]').val()
 
console.log(type)
 
console.log(type)
 
  var pagename;
 
  var pagename;

Revision as of 13:51, 6 March 2020

Different kind of articles might be published in different categories.
Please enter first and last name of authors separated by comma.
The day is optional, and specifically for kind of ‘post” and ‘article” might be omitted.
(Optionally), insert one significant thread representing the article. It might be used as a preview of it.
(Optionally), enter or more tags relevant to this article: they might be used to insert it under one or more corresponding categories.