ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Lorem Ipsum and Place Holder Image Generator

აღწერა

I’m not sure when you will ever need to use it but here are two simple to use shortcodes that will generate Lorem Ipsum and a Place Holder image.
The shortcode [loremipsum] uses loripsum.net API. It is easy to set the options as well.
Add the paragraph attribute to change how many paragraphs are displayed, the length attribute changes the average length (short, medium, long or verylong) and the options attribute allows you to list any of the other options (seperated by ‘/’).
Here is the break down of the availible options:

  • decorate – Add bold, italic and marked text.
  • link – Add links.
  • ul – Add unordered lists.
  • ol – Add numbered lists.
  • dl – Add description lists.
  • bq – Add blockquotes.
  • code – Add code samples.
  • headers – Add headers.
  • allcaps – Use ALL CAPS.
  • prude – Prude version.
  • plaintext – Return plain text, no HTML.

An example of the shortcode with some of the options:

[loremipsum paragraph=”3″ length=”long” options=”decorate/link/code”]

This will generate this content http://loripsum.net/api/3/long/decorate/link/code

The [placeholder] shortcode will generate an image from placehold.it. Add the size attribute to choose your size
(100×100 is the default), the fill and text attributes will take HEX colors. You can also choose the file type (png, jpg, jpeg or gif, gif is the
default) as well as change the words inside the image (the size is the default).

Here is an example:

[placeholder size=”200×200″ fill=”CCCCCC” text=”FFFFFF” words=”Hello WordPress!” type=”png”]

http://placehold.it/200×200/CCCCCC/FFFFFF.png&text=Hello+Wordpress!

დაყენება

  1. Upload ag_lorem to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use the [loremipsum] shortcode in a post or page to generate Lorem Ipsum.
  4. Use the [placeholder] shortcode in a post or page to generate a Place Holder Image.

ხდკ

Have a question or request?

Awesome! Submit it via the “Support” tab and I’ll be sure to answer you.

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“Lorem Ipsum and Place Holder Image Generator” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Lorem Ipsum and Place Holder Image Generator თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

0.2

Updated the placeholder shortcode to allow for text and file types

0.1

The first release. Tested and works.