2014-07-11, 05:09:19
(2014-07-10, 19:23:53)Bigin Wrote: Hi ak40u,
if you are using your components within theme, then you should always use standard PHP tags
Code:<?php get_component('your_component'); ?>
Hi, Bigin.
Yes, I created "im_details_page_generator" and "im_list_page_generator" within theme. Then I paste php code that you write for plugin description. Then I put <?php get_component('im_details_page_generator'); ?> and <?php get_component('im_list_page_generator'); ?> into theme template. Then I created a new page from the template. But when I opened the page, I look only title and footer. When I saw an html code, I didn't find any code about plugin's items.
Could you write a detailed instruction how to make items available for showing?