Does this plugin work with GetSimple 3.1.2?
I installed all listed plugins.
i defined a special page type "Buecher" with fields, I created a special page "Buecher", I wrote the template buecher.php and assigned that to the special page.
I do not see any field content.
in the template I defined as test output:
tests like
also do not work.
What must I include in my template?
PS: I solved my problem. Unfortunately you can name the fields in any variant, Uppercase or lowercase, but you must use the name in the statements in lowercase...
Can you please explain that at the plugin-site, Martin?
I installed all listed plugins.
i defined a special page type "Buecher" with fields, I created a special page "Buecher", I wrote the template buecher.php and assigned that to the special page.
I do not see any field content.
in the template I defined as test output:
Code:
<?php get_page_content(); ?>
Autor: <?php get_special_field('Autor'); ?><br />
Buchtitel: <?php get_special_field('Titel'); ?> || <?php get_special_field('Cover'); ?><br />
Verlag: <?php get_special_field('Verlag'); ?>, <?php get_special_field('Daten'); ?><br />
ISBN: <?php get_special_field('ISBN'); ?><br />
Der Inhalt: <?php get_special_field('Inhalt'); ?><br />
Urteile dazu: <?php get_special_field('Kritik'); ?><br />
Bestellen bei Amazon: <?php get_special_field('Amazon'); ?><br />
Leseprobe <?php get_special_field('Leseprobe'); ?><br />
tests like
Code:
Autor: <?php get_special_field('Autor',,$isHTML=true); ?><br />
also do not work.
What must I include in my template?
PS: I solved my problem. Unfortunately you can name the fields in any variant, Uppercase or lowercase, but you must use the name in the statements in lowercase...
Can you please explain that at the plugin-site, Martin?
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18