Event Manager conflicts with Pods plugin in buddypress tab screen
-
Hello friends,
Recently I am working on city’s project where I have developed the site using BuddyPress, pods, and event manager together these plugins have a massive advantage. But I got the problem when working with pods template.here is the details:
What I am doing, is I have Literature custom post type registered with pods, has the template to show a loop of Literature posts. I display the Loop using theme’s archive page. Which works fine.
In Buddypress the same template, I am using to showcase the literature posts submitted by displayed user. Now here is the problem.
1. when ‘event Manager’ Plugin is not active. All works fine. Template display the loop in archive page and in BuddyPress custom tab is same as expected.
2. When I activate event manager, the loop showing at archive page is fine. but the exact problem is the loop I am using to display submitted posts by displayed user in BuddyPress custom tab does not work as I am using {@post_content} template tag by pods does not display the content of a post in the loop. where the same template displays the content in the archive page.I am not getting the exact issue behind this,
Even I have tried using
echo $pods->display( ‘post_content’ );
in pods fetch() while loop
it does not display either.Please help me into this, Very thankfull in advance.
- The topic ‘Event Manager conflicts with Pods plugin in buddypress tab screen’ is closed to new replies.