2012-01-30, 02:06:53
shawn_a Wrote:I figured out why my search results are showing up in my sidebar on the search results page.Thank you for the heads up for the image url.
In my sidebar I have a component that calls a page into my sidebar.
get_i18n_content('sidebar');
Since your content filter checks the page slug and it matches it sticks it in there.
I guess I can make my own search results by manually calling some functions where I need them ?
Can we get a list of categories and items by category ?
A function already exists to echo categories:
Code:
<?php im_list_categories(); ?>
Did you figure out the cause of the escaped quotes problem? Was it magic quotes?
Also I am going to release a new version with the a couple fixes you mentioned. Is there any other problems you experienced?