हे प्लगइन WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी चाचणी झालेले नाही. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता आहे.

WordPress Post Update Links

वर्णन

Who doesn’t know this: You published a post, you add an Update and then you need some time to perhaps link the updates at the beginning of the post.

This will solve your problem: just update, put the shortcode around your update and leave the rest up to the plugin.

Usage

Put the Shortcode [update] around some Update-Section. You’re done.

Examples

Auto generated title:

[update]
This is an Update
[/update]

Self defined Text:

[update title=”My custom Update title”]
This is an Update
[/update]

Self defined title not shown in post

[update title=”My custom update link text” notitle=”true”]
This is an Update with a custom link text in the beginning, but not showing inside the post
[/update]

Auto generated title not shown in post

[update title=”false”]
This is an Update with a default link text in the beginning, but not showing inside the post
[/update]

स्क्रीनशॉट

  • What the links look like in TwentyEleven default theme if you don’t override the styles

स्थापना

Install Plugin via WordPress Install or upload the .zip file

नेहमी विचारले जाणारे प्रश्न

Is there any database usage with this plugin?

nope.

समीक्षा

ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.

योगदानकर्ते आणि विकसक

“WordPress Post Update Links” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.

योगदानकर्ते

भाषांतर करा “WordPress Post Update Links” तुमच्या भाषेत.

विकासातील आग्रह?

कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.

बदलांची यादी

0.4.1

  • Test with WP 3.8.1

0.4.0

0.3.0

  • add Flattr link in Plugin overview
  • add custom headlines in post text
  • shortcode contents are now placed in P tags
  • used some code from
  • resolve possible incompatibility with WordPress 3.3 by changing CSS to hook wp_enqueue_scripts like mentionied in WordPress Development Updates

0.2.3

  • After feedback from php developer, simplified the code, removing the singleton-stuff

0.2.2

  • update to remove version inconsistency

0.2.1

  • Correct readme

0.2

  • Refactor to OOP model

0.1

  • First draft, complete with i8ln preparings