Title: Custom Post Links
Author: grosbouff
Published: <strong>ઓગસ્ટ 5, 2016</strong>
Last modified: ડિસેમ્બર 14, 2016

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](https://s.w.org/plugins/geopattern-icon/custom-post-links.svg)

# Custom Post Links

 [grosbouff](https://profiles.wordpress.org/grosbouff/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/custom-post-links.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/custom-post-links/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/custom-post-links/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/custom-post-links/#installation)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/custom-post-links/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/custom-post-links/)

## વર્ણન

This plugin has _moved_ to [https://wordpress.org/plugins/post-bookmarks](https://wordpress.org/plugins/post-bookmarks).
Please upgrade !

### Localization

## સ્ક્રીનશોટ

 * [[
 * Custom Post Links metabox in the backend editor
 * [[
 * Settings page
 * [[
 * Links displayed under a post

## સ્થાપન

 1. Upload the plugin to your blog and Activate it.

## એફએક્યુ (FAQ)

  How can I style a link based on its domain, using CSS ?

Use the _data-cp-link-domain_ attribute, for example :

    ```
    li.cp-links[data-cp-link-domain='wikipedia.org'] .cp-links-favicon {
        background-image: url('https://wikipedia.org/static/favicon/wikipedia.ico');
    }
    ```

  How can I change the way links are displayed ?

Use the filter _cp\_links\_output\_single\_link_ (located in the **cp_links_output_single_link**
function), for example :

    ```
    <?php

    function custom_output_single_link($output,$link){
        return $output;
    }

    add_filter('cp_links_output_single_link','custom_output_single_link',10,2);

    ?>
    ```

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ grosbouff ](https://profiles.wordpress.org/grosbouff/)

[“Custom Post Links” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/custom-post-links)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/custom-post-links/),
જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/custom-post-links/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/custom-post-links/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/custom-post-links/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 2.0.7

 * cleaner code for blank row link + links tabe actions

#### 2.0.6

 * try to guess the link name from remote page title or domain (ajaxed)
 * URL as first column
 * better way to load JS

#### 2.0.5

 * Better output styling
 * Favicons : Option to automatically load URL pictures from Google API
 * New filter ‘cp_links_get_for_post_pre’
 * New function ::get_blank_link()

#### 2.0.4

 * minor

#### 2.0.3

 * ignore targets (eg. ’_blank’) if a link is a local link
 * backend : use ‘_blank’ target for URLs in the links table
 * implemented links targets

#### 2.0.2

 * Importer and admin notice for links from the original [Custom Post Links](https://github.com/daggerhart/custom-post-links)
   plugin (metas ‘_custom_post_links’).
 * new function CP_Links::insert_link()
 * Improved function ‘cp_links_get_existing_link_id’
 * new function ‘cp_links_get_metas’

#### 2.0.1

 * Do not use the same post meta key than than the original [Custom Post Links](https://github.com/daggerhart/custom-post-links)
   plugin.

#### 2.0

 * custom sorting
 * options page
 * set the link domain as class in the link output
 * display entries in metabox using class CP_Links_List_Table (extends WP_List_Table)
 * store / read entries from the Link Manager plugin (Worpress core) instead of 
   metas
 * wrapped in a class, better code structure
 * use fontAwesome css, deleted drag_handle.png
 * various other improvements

#### 1.0

 * Forked from [Custom Post Links](https://github.com/daggerhart/custom-post-links)
   by Jonathan Daggerhart.

## મેટા

 *  વર્ઝન **2.0.8**
 *  છેલ્લી અપડેટ: **9 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **10+**
 *  વર્ડપ્રેસ વર્ઝન ** 3.5 અથવા ઉચ્ચતર **
 *  **4.6.30** સુધી પરીક્ષણ કર્યું
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/custom-post-links/)
 * ટૅગ્સ:
 * [custom links](https://gu.wordpress.org/plugins/tags/custom-links/)[links](https://gu.wordpress.org/plugins/tags/links/)
   [post links](https://gu.wordpress.org/plugins/tags/post-links/)[quick links](https://gu.wordpress.org/plugins/tags/quick-links/)
   [related links](https://gu.wordpress.org/plugins/tags/related-links/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/custom-post-links/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

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

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/custom-post-links/reviews/)

## ફાળો આપનારા

 *   [ grosbouff ](https://profiles.wordpress.org/grosbouff/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/custom-post-links/)

## દાન

શું તમે આ પ્લગિનની પ્રગતિને સમર્થન આપવા માંગો છો?

 [ આ પ્લગિનને દાન કરો ](http://bit.ly/gbreant)