Yeps its possible. Update to 3.0 from GitHub and then add this code in home.php template: <?php echo do_shortcode('[anspress categories="category_ID"]'); ?> And its done.
function my_ap_user_link($links){ if(is_user_logged_in()){ $links['logout'] = array( 'slug' => 'logout', 'title' => __('Logout'), 'link' => wp_logout_url( get_permalink() ), 'order' => 100, 'show_in_menu' => false, 'public' => true, 'class' => 'apicon-lock'); } return $links; } add_filter( 'ap_user_menu', 'my_ap_user_link' ); Paste this code to file functions.php of current theme. I think this issue is already asked, you should search before ask question.
I think you can set up your category as the home page: 1. Create a page which linking to your category. 2. Set up home page using static page you’ve created at step 1. Hope this idea may help you
Problem not in internet! All users from Russia where internet is very good! Don’t make private this question! Customers should now that theme have serious problem! Fix problem! Or make money back, 3000$ which I invest at site on yours theme!
Hello Kumar, Sorry, but how would I go about editing the paid membership options page? Where is it located? Thanks.
Hello Bowen, There aren’t any official import/export extension available. But there are lots of custom post type import/export plugin exists on wp.org.
Hello George, This form is used to add capabilities to existing or new user roles. Category access control cannot be found here. PaidMembership allow assigning specific user level and category access levels to a user based on payment. So you have to edit paid membership option in extension page.
Here is the error also:
nope. you can see the picture below. Thank you so much for your quick respond.
Is the same problem as this: