lichtscheu
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Profile Search] rewrite rules flushing too oftenHi, new version works fine, thanks you!
ok fixed it by myself, need to use pre_get_posts to set order and orderby and everything was fine =)
So i found out the Problem for the duplicated posts is query_string, i kicked it out and put my args in a new WP_Query() now there are no more duplicated posts. But Post No. 24 and 26 don’t show up =(
oh, forgot to mark as resolved =)
oh god i fixed it, in my sidebar was an add_filter and then query_posts, no i added an remove_filter after the query and everything is fine!!
Tank you!!
Is there some chance to get the action from IS so the sidebar is only displaying if IS is not happening? so that if IS starts the sidebar does not “start again”?
After some researching i found out, if i cut the sidebar out of the template, it works probably. But its the same sidebar as on the other templates, where IS works fine -.-
Hey,
tested on the Twenty Fourteen, works perfectly with search, absolutley don’t know why my theme doesn’t work. Couldn’t find anything that could be the reason =(
I have id=”infinite-scroll” on the section and on every other template-file it works, like archive or home. On search he shows me the 11 posts that come from search Paged 1 and when i scroll he loads infinite scroll but starts from post 1, so the first 11 posts are duplicated.