FEATURE Passing new datas in the get_archive_page_html for the actualites post type
This commit is contained in:
parent
934df0011f
commit
64059074e9
|
|
@ -62,6 +62,8 @@ function get_archive_page_subtitle_html($post_type)
|
|||
return '<span class="page_subtitle">Découvrez nos expositions passées et actuelles.</span>';
|
||||
case 'revues':
|
||||
return '<span class="page_subtitle">Accédez à nos revues et publications</span> ';
|
||||
case 'actualites':
|
||||
return '<span class="page_subtitle">Suivez nos projets, événements et publications.</span> ';
|
||||
default:
|
||||
return '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user