When I install FeatureMe plugin and active it.
Then I edit post and copy this word ; <?php show_featured_posts( [max_posts], [offset], [before], [after] ); ?> from http://www.bioxd.com/featureme/
and paste at my old post (edit post),then my old post and old page post show "no pages found".
I deactive it and change new theme and add new post or new post page, it show "no pages found".
How can I do? Please help me!
Thank you.
I think you may need to add <?php show_featured_posts( [max_posts], [offset], [before], [after] ); ?> to your template file (perhaps single.php?) - not your post content.
Esmi,Thank you very much.
I add to my post content and click link.
You thank what can I do.
T done but I do not understand where: <?php show_featured_posts( [max_posts], [offset], [before], [after] ); ?> is add to.
Now I change new theme, but when I add new post or new post page at new categories, it show "no pages found".
How can I do.
spatterblog
Member
Posted 2 years ago #
where exactly should the <?php show_featured_posts( [max_posts], [offset], [before], [after] ); ?> be inserted? I went to the plugin homepage and it only states to input the line "where you want to feature post". That doesn't tell me exactly where to input the code. Can someone offer me a suggestion? I tried to input it on one the index.php which prompted a server error....