Plugin Directory

Changeset 1969142


Ignore:
Timestamp:
11/05/2018 04:19:46 PM (7 years ago)
Author:
jomisica
Message:

Update readme file, try code markdown

Location:
optimum-gravatar-cache
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • optimum-gravatar-cache/tags/1.3.3/readme.txt

    r1969139 r1969142  
    7676That'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/)
    7777
    78 = How can I add extra classes to Gravatars? =
     78= How can I add extra classes to Gravatars =
    7979
    8080We can add extre classes in various ways to gravatars.
    8181
    82 Through the plugin configuration pages
    83 ======================================
     82# Through the plugin configuration pages
     83
    8484Go to the "Other Options" plugin configuration page and add the classes you need.
    8585
    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
    9190`<?php echo get_avatar ($id_or_email, $size, $default, $alt, array("class"=>"class1 class2")); ?>`
    9291
    93 Using the buddypress function bp_member_avatar()
    94 ------------------------------------------------
     92##Using the buddypress function bp_member_avatar()
     93
     94
    9595`<?php bp_displayed_user_avatar (array ('type' => 'full', 'width' => 150, 'height' => 150, 'class' => 'not not1')); ?>`
    9696
  • optimum-gravatar-cache/trunk/readme.txt

    r1969139 r1969142  
    7676That'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/)
    7777
    78 = How can I add extra classes to Gravatars? =
     78= How can I add extra classes to Gravatars =
    7979
    8080We can add extre classes in various ways to gravatars.
    8181
    82 Through the plugin configuration pages
    83 ======================================
     82# Through the plugin configuration pages
     83
    8484Go to the "Other Options" plugin configuration page and add the classes you need.
    8585
    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
    9190`<?php echo get_avatar ($id_or_email, $size, $default, $alt, array("class"=>"class1 class2")); ?>`
    9291
    93 Using the buddypress function bp_member_avatar()
    94 ------------------------------------------------
     92##Using the buddypress function bp_member_avatar()
     93
     94
    9595`<?php bp_displayed_user_avatar (array ('type' => 'full', 'width' => 150, 'height' => 150, 'class' => 'not not1')); ?>`
    9696
Note: See TracChangeset for help on using the changeset viewer.