Title: Shortcode Revolution
Author: Bob
Published: <strong>2021년 12월 3일</strong>
Last modified: 2023년 4월 12일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/shortcode-revolution/assets/icon-128x128.png?rev=2640043)

# Shortcode Revolution

 작성자: [Bob](https://profiles.wordpress.org/prasunsen/)

[다운로드](https://downloads.wordpress.org/plugin/shortcode-revolution.zip)

 * [세부사항](https://ko.wordpress.org/plugins/shortcode-revolution/#description)
 * [평가](https://ko.wordpress.org/plugins/shortcode-revolution/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/shortcode-revolution/#installation)
 * [개발](https://ko.wordpress.org/plugins/shortcode-revolution/#developers)

 [지원](https://wordpress.org/support/plugin/shortcode-revolution/)

## 설명

Shortcode Revolution is a tool that allows you to easily and reliably create various
elements on your site. Dynamic elements with data, static design elements like buttons
and tables, and so on. It’s technically possible to create the shortcodes manually
but it’s much easier to use the shortcode generator from your Shortcode Revolution
menu.

[See some live demos here.](https://blog.calendarscripts.info/shortcode-revolution-for-wordpress/)

#### Available Shortcodes

**Post and Comments Shortcodes**

This section allows you to generate shortcodes that dynamically list posts or comments
based on search criteria. You can use the shortcodes in widgets or in your custom
theme pages.

The posts shortcode lets you search posts by IDs, categories, types, tags or phrases
and display them like:

 * Default / regular – the posts will be listed with thumbnail, excerpt, publication
   time, etc. This design (and many of the other Shortcode Revolution templates)
   can be overridden as explained in the section “Overriding Shortcode Revolution
   Templates” at the end of this guide.
 * List is a short unordered list with the post titles and links.
 * Carousel creates a slider / carousel from the posts that respond to your criteria.
   We use our own custom slider code – no bloated ready sliders, so it’s very light
   and simple.
    The related posts shortcode finds and displays which are related
   to the current or selected post. You can give relation criteria like matching
   tags and/or categories. The display formats are the same as with the posts shortcode.
   This excellent shortcode can be added at the bottom of your single post template
   to always display related content without using yet another plugin.

The comments shortcode displays comments related to a post or just most recent /
best comments. The display formats are default and carousel / slider.

**Popups / Modals**

This shortcode lets you create modal windows / lightboxes with any predefined content.
It generates a button to click on which appears on the place of the shortcode so
you can use it anywhere in your site. This makes it super easy to create lightboxes
without writing code or using more plugins.

The modals can contain any kind of images and media, text, other shortcodes, and
so on. If your modal contains anything other than plain unformtatted text make sure
to insert it in Text mode of your rich text editor (when pasting it in posts, pages,
etc).

**Columns & Grids**

These shortcodes let you create modern cross-browser compatible and responsive content
that flows in columns or a grid.

The newspaper-like option creates content that automatically flows in multiple columns.

The grid option is more precise in the way that your content flows on the page. 
You choose exactly what goes into each cell of the grid – the content does not low
through the cells / columns. The grid option can also use your custom template.

**Tabs**

The tabs shortcode lets you create tabbed content where the tabs do not reload the
whole page. Very easy, light and responsive.

**Buttons**

With this shortcode you can create your own design for buttons – colors, size, style,
fonts, and so on. Currently buttons support only URL action (going to another page).
Calling custom JS functions is coming soon.

**Tables**

The tables shortcode gives you a super easy way to turn an Excel (CSV) sheet into
a HTML table. The data is loaded on the fly so you don’t need to recreate the shortcode
when the file contents change.

**Flashcards**

This shortcode creates nice interactive flashcards. Mostly used in education and
educational games, flashcards typically ask a question and reveal the answer when
clicked on them. The flashcards in Shortcode Revolution are just visual elements
and do not (yet!) fire any back-end action when flipped.

**Data Shortcodes**

The data shortcodes are used to dynamically pull data from your WordPress database.

We currently support user data shortcode. This shortcode allows you pull data for
the currently logged in user, a predefined user, or an user defined by an URL parameter.
The shortcode can return data for a specific field of the user profile or use meta,
or return the whole user data in a string with variables. In the latter case this
is given to you as enclosed content of the shortcode and you can fully modify it
before placing it anywhere in your site.

**Custom Shortcodes**

This is an easy way to create predefined pieces of content which you can save and
use anywhere. Editing the shortcode in the generator will automatically reflect 
all occurrences of this shortcode in your site.

**Overriding Shortcode Revolution Templates**

Some of the default designs of the shortcodes – currently for posts, comments, and
grid shortcodes – can be overridden with your own versions. To do this create a 
folder called “shortcode-revolution” inside your WP theme folder. Copy the associated
view file from our plugin to that folder and make your changes there. The plugin
will use your version and your changes will not be lost when you apply updates to
the plugin.

For example if you want to override the carousel for posts, copy the file views/
posts-carousel.html.php and make changes to the cop

### Features

 * Shortcode generator which allows you visually to prepare your shortcodes.
 * Shortcodes for posts and commments.
 * Shortcodes for popups and modals (lightboxes).
 * Columns and grids.
 * Buttons and tabs.
 * Tables from a CSV.
 * Flashcards.
 * Data shortcodes pulling data from user profile.
 * Open source code that allows customization.
 * Localization-ready .pot template file available.
 * PHP 6, PHP 7, PHP 8 Compatible.

### Attention WordPress Network (Multi Site) Users

When activating the plugin do it as site admin and not as network admin.

## 스크린샷

[⌊Get shortcodes for posts⌉⌊Get shortcodes for posts⌉[

Get shortcodes for posts

[⌊Shortcodes for tabbed content⌉⌊Shortcodes for tabbed content⌉[

Shortcodes for tabbed content

[⌊Easily create buttons with different designs⌉⌊Easily create buttons with different
designs⌉[

Easily create buttons with different designs

[⌊Pull data from user's profile⌉⌊Pull data from user's profile⌉[

Pull data from user’s profile

[⌊Front-end view of posts shortcode in "carousel" mode.⌉⌊Front-end view of posts
shortcode in "carousel" mode.⌉[

Front-end view of posts shortcode in “carousel” mode.

## 설치

Nothing special here, just the regular WordPress plugin installation as shown [here](https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/).

## FAQ

None yet, please ask in the forum

## 후기

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

### 󠀁[Very useful](https://wordpress.org/support/topic/very-useful-3159/)󠁿

 [Ashutosh](https://profiles.wordpress.org/ashubetta/) 2022년 12월 21일 답글 1개

This plugin makes shortcode creation a complete breeze.

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/shortcode-revolution/reviews/)

## 기여자 & 개발자

“Shortcode Revolution”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Bob ](https://profiles.wordpress.org/prasunsen/)
 *   [ wakeop ](https://profiles.wordpress.org/wakeop/)

[자국어로 “Shortcode Revolution”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/shortcode-revolution)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/shortcode-revolution/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/shortcode-revolution/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/shortcode-revolution/)을 [RSS](https://plugins.trac.wordpress.org/log/shortcode-revolution/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### Version 0.4.3

 1. Added documentation for data shortcodes.
 2. Fixed usses with improper except in the loop of the post related shortcodes.
 3. Added text colors to the flashcard shortcodes.

#### Version 0.4

 1. Cleanup of new lines and wpautop() from the grid / columns shortcode and the generator.
 2. Fixed issues with backslashes and new lines in the flascards shortcode.
 3. Improved the layout of the posts carousel / slider.

#### Version 0.3.6

 * First public release

## 기초

 *  버전 **0.4.3**
 *  최근 업데이트: **3년 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 4.2 또는 그 이상 **
 *  다음까지 시험됨: **6.2.13**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/shortcode-revolution/)
 * 태그:
 * [buttons](https://ko.wordpress.org/plugins/tags/buttons/)[carousel](https://ko.wordpress.org/plugins/tags/carousel/)
   [shortcodes](https://ko.wordpress.org/plugins/tags/shortcodes/)[tables](https://ko.wordpress.org/plugins/tags/tables/)
   [tabs](https://ko.wordpress.org/plugins/tags/tabs/)
 *  [고급 보기](https://ko.wordpress.org/plugins/shortcode-revolution/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/shortcode-revolution/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/shortcode-revolution/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/shortcode-revolution/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/shortcode-revolution/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/shortcode-revolution/reviews/?filter=1)

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/shortcode-revolution/reviews/)

## 기여자

 *   [ Bob ](https://profiles.wordpress.org/prasunsen/)
 *   [ wakeop ](https://profiles.wordpress.org/wakeop/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/shortcode-revolution/)