Did you noticed there is a menu item called Notification, if you add it to menu it will show all notification in menu as dropdown.
You can initiate you code after WP init hook and everything will as usual. Create a page in wordpress called import, and then create a new file called page-import.php inside active theme dir and paste your code without: require('wp-blog-header.php'); and just visit that page and import will be started.
* Fixed ap_is_my_profile() * Removed print_r from profile form * Fixed undefined object
Its looks fine to me, here is screenshot from my local setup:
Its not possible. But you can use PHP function to output user card. Have a look at source. Why you want to show card as shortcode ? you want to embed in post?
Please follow the instructions on http://anspress.io/downloads/askbug/ . Thanks
I can see where I can add a category image and have it show up on the /categories page if it is top-level category. Can I have this same image appear on my category page: http://MYSITE.com/questions/category/CATEGORY_NAME/ ? Or be able to upload a Cover photo for my category page?
Sounds like you want roles? I’ll need this too at some point. Something like a ‘Moderator’ and only that person can post to the category, everyone else can only participate.