Changeset 1969142
- Timestamp:
- 11/05/2018 04:19:46 PM (7 years ago)
- Location:
- optimum-gravatar-cache
- Files:
-
- 2 edited
-
tags/1.3.3/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
optimum-gravatar-cache/tags/1.3.3/readme.txt
r1969139 r1969142 76 76 That's fantastic! Feel free to open an issue or you can contact me through my [email](miguel@ncdc.pt) or my [Website](https://www.ncdc.pt/groups/wordpress-optimum-gravatar-cache/) 77 77 78 = How can I add extra classes to Gravatars ?=78 = How can I add extra classes to Gravatars = 79 79 80 80 We can add extre classes in various ways to gravatars. 81 81 82 Through the plugin configuration pages83 ====================================== 82 # Through the plugin configuration pages 83 84 84 Go to the "Other Options" plugin configuration page and add the classes you need. 85 85 86 Through themes or plugins 87 ========================= 88 89 Using the wordpress get_avatar() function 90 ----------------------------------------- 86 # Through themes or plugins 87 88 ## Using the wordpress get_avatar() function 89 91 90 `<?php echo get_avatar ($id_or_email, $size, $default, $alt, array("class"=>"class1 class2")); ?>` 92 91 93 Using the buddypress function bp_member_avatar() 94 ------------------------------------------------ 92 ##Using the buddypress function bp_member_avatar() 93 94 95 95 `<?php bp_displayed_user_avatar (array ('type' => 'full', 'width' => 150, 'height' => 150, 'class' => 'not not1')); ?>` 96 96 -
optimum-gravatar-cache/trunk/readme.txt
r1969139 r1969142 76 76 That's fantastic! Feel free to open an issue or you can contact me through my [email](miguel@ncdc.pt) or my [Website](https://www.ncdc.pt/groups/wordpress-optimum-gravatar-cache/) 77 77 78 = How can I add extra classes to Gravatars ?=78 = How can I add extra classes to Gravatars = 79 79 80 80 We can add extre classes in various ways to gravatars. 81 81 82 Through the plugin configuration pages83 ====================================== 82 # Through the plugin configuration pages 83 84 84 Go to the "Other Options" plugin configuration page and add the classes you need. 85 85 86 Through themes or plugins 87 ========================= 88 89 Using the wordpress get_avatar() function 90 ----------------------------------------- 86 # Through themes or plugins 87 88 ## Using the wordpress get_avatar() function 89 91 90 `<?php echo get_avatar ($id_or_email, $size, $default, $alt, array("class"=>"class1 class2")); ?>` 92 91 93 Using the buddypress function bp_member_avatar() 94 ------------------------------------------------ 92 ##Using the buddypress function bp_member_avatar() 93 94 95 95 `<?php bp_displayed_user_avatar (array ('type' => 'full', 'width' => 150, 'height' => 150, 'class' => 'not not1')); ?>` 96 96
Note: See TracChangeset
for help on using the changeset viewer.