Allow authors to select image from list in Post Editor screen.
This image will be displayed back with Post Avatar is different in concept to Livejournal userpics wherein authors choose images uploaded by the owner.
Display avatars using HTML CSS tags.. HTML CSS tags can be edited from with the Settings screen..
If you want to shift HTML completely or override the application to display avatars automatically use the remove filter name so. remove filter 'the content 'gkl postavatar filter 99. remove filter 'the excerpt 'gkl postavatar filter 99.
You will need to use the gkl get postavatar which takes the post object and returns the array of post avatar information.. $post avatar array Post Avatar in array reformat.
If you want the avatar to need of the content e.g. with the entry's meta information make use of the template tag..
It takes four paramters. class CSS class to use in the `` tag. HTML to appear before the image. HTML to appear after the image. do what Use `echo` to display the avatar `return` to pass it to variable.
Override HTML display with custom content hook. like you call the directly in template instead of hooking from the content..
Use the filter hook gklpa allowed post types to add further post types that you want Post Avatar to need on..
Please visit Post Avatar Page for details on customizing the avatar display..
Read more