Title: WP Contributions
Author: Michael Beckwith
Published: <strong>11 Mayıs 2015</strong>
Last modified: 6 Eylül 2024

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

![](https://s.w.org/plugins/geopattern-icon/wp-contributions.svg)

# WP Contributions

 [Michael Beckwith](https://profiles.wordpress.org/tw2113/) tarafından

[İndir](https://downloads.wordpress.org/plugin/wp-contributions.1.3.1.zip)

 * [Detaylar](https://tr.wordpress.org/plugins/wp-contributions/#description)
 * [İncelemeler](https://tr.wordpress.org/plugins/wp-contributions/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/wp-contributions/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/wp-contributions/#developers)

 [Destek](https://wordpress.org/support/plugin/wp-contributions/)

## Açıklama

Provides an easy way to display your WordPress.org Themes, Plugins, Core tickets,
and Codex contributions with handy widgets and template tags.

WordPress wouldn’t be as amazing as it is without all of the contributors to the
project. The community is proud of each and every contributor. Display some of your
contributions to the project using handy widgets or template tags in your custom
theme. Currently, you can display your contributions to WordPress core, the WordPress
Codex, your WordPress Plugins, or your WordPress themes.

There are four handy widgets available for you that are easily configured and added
to your sidebar. You just need to add your theme or plugin slug to display a theme
or plugin or enter your WordPress.org username to display core or codex contributions.

There are two shortcodes available, and some handy template tags if you desire to
add them in your custom theme. More info on shortcodes and template tags are available
under the [FAQ](https://wordpress.org/plugins/wp-contributions/faq/).

We want to give a big thanks to the great plugin, [Core Contributions Widget](https://wordpress.org/plugins/wp-core-contributions-widget/)
by Eric Mann, Michael Fields, John P. Bloch, Mike Bijon, and Konstantin Obenland.
We forked part of this plugin to include Core and Codex Contributions. If you would
just like widgets to display Core and Codex Contributions, we recommend downloading
their plugin.

### Available shortcodes

### Show a Plugin Card

    ```
    [wp_contributions_plugin_card slug="your-plugin-slug"]<h3>Show a Theme Card</h3>
    [wp_contributions_theme_card slug="your-theme-slug"]
    ```

Not sure what shortcodes are? [Learn more here](https://codex.wordpress.org/Shortcode).

#### How do I add a widget?

 1. Visit Appearance -> Widgets in your WordPress Admin.
 2. Drag any of the WP Contributions widgets to the sidebar where you want them to 
    appear.
 3. For the plugin and them widgets, enter a widget title and enter the slug of the
    plugin you would like to display. The slug of a plugin can be found by looking 
    at the URL of the plugin page. For instance, Jetpack is found at `https://wordpress.
    org/plugins/jetpack/` which makes the plugin slug `jetpack`.
 4. For Core and Codex contributions, enter a title, your WordPress.org username, and
    the number of contributions you would like to display. It will display the most
    recent contributions. There will be a link to display more contributions so people
    can view any after the number you input.

#### What template tags are available?

    ```
    <?php wp_contributions_plugin_card( $plugin_slug ); ?>
    ```

Displays a the plugin information for a plugin. Just pass the slug of the plugin
as `$plugin_slug` to display the plugin information card. This function will echo
your results to your template.

    ```
    <?php wp_contributions_theme_card( $theme_slug ); ?>
    ```

Displays a the theme information for a theme. Just pass the slug of the theme as`
$theme_slug` to display the theme information card. This function will echo your
results to your template.

    ```
    <?php wp_contributions_author_plugin_cards( $username ); ?>
    ```

Displays all plugins for a plugin author. Just pass the WordPress.org username as`
$username` to display all plugin cards for that user. This function will echo your
results to your template.

    ```
    <?php wp_contributions_author_theme_cards( $username ); ?>
    ```

Displays all plugins for a theme author. Just pass the WordPress.org username as`
$username` to display all theme cards for that user. This function will echo your
results to your template.

    ```
    <?php wp_contributions_core_contributions_card( $username, $count ); ?>
    ```

Displays Core contributions for a WordPress.org user. Just pass the WordPress.org
username as `$username` to display the contributions for that user. Optionally, 
you can also pass in `$count` to control the number of contributions to display.
Default count is set at 5. This function will echo your results to your template.

    ```
    <?php wp_contributions_codex_contributions_card( $username, $count ); ?>
    ```

Displays Codex contributions for a WordPress.org user. Just pass the WordPress.org
username as `$username` to display the contributions for that user. Optionally, 
you can also pass in `$count` to control the number of contributions to display.
Default count is set at 5. This function will echo your results to your template.

#### How do I integrate directly in a theme?

Copy either the individual template file: e.g. `/wp-content/wp-contributions-theme-
card-template.php`, or the plugin’s entire template folder into your theme’s folder(`/
wp-content/plugins/wp-contributions/templates/`), and override anything you desire.

## Ekran Görüntüleri

 * [[
 * Plugin Card View (Shown in Twenty Fourteen Theme)
 * [[
 * Theme Card View (Shown in in Twenty Fourteen Theme)
 * [[
 * Codex Contributions Card View (Shown in Twenty Fourteen Theme)
 * [[
 * Core Contributions Card View (Shown in Twenty Fourteen Theme)
 * [[
 * Widget Management

## Bloklar

Bu eklenti 1 blok sağlar.

 *   WP Contributions Block Wordpress Contributions Showcase made easy.

## Yükleme

 1. Upload the `wp-contributions` folder to the `/wp-content/plugins/` directory.
 2. Activate the WP Contributions plugin through the ‘Plugins’ menu in WordPress.
 3. Add widgets to your sidebars or place template tags in your templates.

## İncelemeler

![](https://secure.gravatar.com/avatar/5aa2b5d62964f9923337345832761b8e154fe42a70e04142812ca3eb36b3b6c2?
s=60&d=retro&r=g)

### 󠀁[Nice!](https://wordpress.org/support/topic/nice-4821/)󠁿

 [Presskopp](https://profiles.wordpress.org/presskopp/) 19 Ağustos 2024

It’s a small plugin, but exactly what I needed and the support is great, even almost
nobody has it installed (if we believe the numbers). Thank you!

 [ 1 incelemeyi oku ](https://wordpress.org/support/plugin/wp-contributions/reviews/)

## Katkıda Bulunanlar ve Geliştiriciler

“WP Contributions” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda
bulunmuşlardır.

Katkıda bulunanlar

 *   [ Michael Beckwith ](https://profiles.wordpress.org/tw2113/)

“WP Contributions” 5 dile çevrildi. Katkıda bulundukları için [çevirmenlere](https://translate.wordpress.org/projects/wp-plugins/wp-contributions/contributors)
teşekkürler.

[“WP Contributions” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/wp-contributions)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/wp-contributions/),
[SVN deposuna](https://plugins.svn.wordpress.org/wp-contributions/) göz atın ya 
da [RSS](https://plugins.trac.wordpress.org/log/wp-contributions/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/wp-contributions/)
abone olun.

## Değişiklik Kaydı

#### 1.3.1

 * Updated: Confirmed compatibility with WP 6.6.1

#### 1.3.0

 * Updated: Block styles in editor.
 * Updated: Improved coding standards and cleaned up PHP warnings/notices.
 * Updated: Internal build tools.

#### 1.2.1

 * Ownership transition.

#### 1.2.0

 * Added: WordPress Block for Themes, Plugins, Core, and Codex contributions.
 * Fixed: Minor CSS issues.
 * Fixed: Fatal errors when computer had no internet connectivity.
 * Fixed: Errors regarding parsing strings as XML.

#### 1.1.0

 * Shortcodes for:
    - Plugin Card `[wp_contributions_plugin_card slug="your-plugin-slug"]`, and
    - Theme Card `[wp_contributions_theme_card slug="your-theme-slug"]`
 * Add descriptions to Core widget

#### 1.0.1

 * minor edits and updates to Grunt build

#### 1.0.0

 * Initial Release

## Meta

 *  Sürüm **1.3.1**
 *  Son güncelleme **2 yıl önce**
 *  Etkin kurulumlar **10+**
 *  WordPress sürümü ** 3.8.0 veya üstü **
 *  Test edilen sürüm **6.6.5**
 *  PHP sürümü ** 7.4 veya üstü **
 *  Diller
 * [Dutch](https://nl.wordpress.org/plugins/wp-contributions/), [English (US)](https://wordpress.org/plugins/wp-contributions/),
   [German](https://de.wordpress.org/plugins/wp-contributions/), [Portuguese (Portugal)](https://pt.wordpress.org/plugins/wp-contributions/),
   [Swedish](https://sv.wordpress.org/plugins/wp-contributions/) ve [Turkish](https://tr.wordpress.org/plugins/wp-contributions/).
 *  [Dilinize çevirin](https://translate.wordpress.org/projects/wp-plugins/wp-contributions)
 * Etiketler
 * [codex](https://tr.wordpress.org/plugins/tags/codex/)[contributions](https://tr.wordpress.org/plugins/tags/contributions/)
   [core](https://tr.wordpress.org/plugins/tags/core/)[plugins](https://tr.wordpress.org/plugins/tags/plugins/)
   [themes](https://tr.wordpress.org/plugins/tags/themes/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/wp-contributions/advanced/)

## Puanlar

 5 üzerinden 5 yıldız.

 *  [  1 5 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wp-contributions/reviews/?filter=5)
 *  [  0 4 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wp-contributions/reviews/?filter=4)
 *  [  0 3 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wp-contributions/reviews/?filter=3)
 *  [  0 2 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wp-contributions/reviews/?filter=2)
 *  [  0 1 yıldızlı inceleme     ](https://wordpress.org/support/plugin/wp-contributions/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-contributions/reviews/#new-post)

[Tüm değerlendirmeleri görün](https://wordpress.org/support/plugin/wp-contributions/reviews/)

## Katkıda bulunanlar

 *   [ Michael Beckwith ](https://profiles.wordpress.org/tw2113/)

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/wp-contributions/)