Descrição
Magazine edition control is a WordPress addin that controls your magazine editions or just simply groups up your content.
You can add:
- The title of the edition you published
- A description of the edition
- Links to any content on your WordPress installation
Over time you have an extended index of all your published magazine editions on your website with no requirement of expensive software.
Arbitrary section
Capturas de tela
Instalação
The private part of the installation.
- Upload the magazine-edition-control folder to the
/wp-content/plugins/
directory. Be sure its named magazine-edition-control - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Place
<?php echo magazineditions_picturebook() ?>
in your template.
Use the magazineditions_picturebook() API in your templates to display a list of images. It will create a list of images set by your “URL of edition front” settings which points to the editions page.
The public part of the installation.
The public part of the installation is easy, just insert the [magazine-edition-control] shortcode in a page (or a post if you really want to).
Perguntas frequentes
- Where can I see a working example of this?
-
Here: http://www.catholica.nl/jaargangen (live website)
Avaliações
Não há avaliações para este plugin.
Colaboradores e desenvolvedores
“Magazine Edition Control” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir “Magazine Edition Control” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
1.2
- Introduces [magazine-edition-control] shortcode. No more hacking requred to enable the public part of Magazine Edition Control.
1.1
- Some minor changes.
1.0
- Initial release