IT仕事

WP Canvas – Shortcodes のテスト

投稿日:2015年10月28日 更新日:

こりゃ便利だ。

[wc_row][wc_column size=”one-third” position=”first”]

Sample Content

[wc_box color=”danger” text_align=”left”]

Sample Content

[/wc_box]

[/wc_column][wc_column size=”one-third”]

Sample Content

[wc_accordion collapse=”0″ leaveopen=”0″ layout=”box”]

[wc_accordion_section title=”Section 1″]

Sample Content

[/wc_accordion_section]

[wc_accordion_section title=”Section 2″]

Sample Content

[/wc_accordion_section]

[/wc_accordion]

[/wc_column][wc_column size=”one-third” position=”last”]

Sample Content

[wc_divider style=”image” margin_top=”” margin_bottom=””]

[wc_divider style=”image2″ margin_top=”” margin_bottom=””]

[wc_divider style=”image3″ margin_top=”” margin_bottom=””]

[/wc_column][/wc_row]

[wc_row][wc_column size=”three-fourth” position=”first”]

Sample Content

[wc_button type=”primary” url=”http://webplantmedia.com” title=”Visit Site” target=”self” position=”float”]Sample Content[/wc_button]

[wc_googlemap title=”St. Paul’s Chapel” location=”209 Broadway, New York, NY 10007″ zoom=”10″ height=”250″ title_on_load=”no” class=””]

[/wc_column][wc_column size=”one-fourth” position=”last”]

Sample Content

[wc_pricing type=”primary” featured=”yes” plan=”Basic” cost=”$19.99″ per=”per month” button_url=”#” button_text=”Sign Up” button_target=”self” button_rel=”nofollow”]

  • 30GB Storage
  • 512MB Ram
  • 10 databases
  • 1,000 Emails
  • 25GB Bandwidth

[/wc_pricing][/wc_column][/wc_row]

-IT仕事

執筆者:

関連記事

no image

WordPressMe2.3.3で、Deprecatedエラー

朝、出社して管理しているお客様のサイトを見ると、上部に見たこともないエラーがずらずら出ていた。 Deprecated: Assigning the return value of new by ref …

Excel2013 セル入力直後から確定までが遅い

オプション-詳細設定-表示の、「ハードウェア グラフィック アクセラレータを無効にする」のチェックで、すごく改善した。 自分の周りで相当悩んでいる人がいたので、一緒に調べた結果、わかった。 他にも悩ん …

no image

教育訓練給付制度

おや? 久々にITCの公式HPを見ると、こんな記述が。 「ITコーディネータ補資格認定用ケース研修は、2005年度より、厚生労働省教育訓練給付制度の対象講座になっておりません」 私が受験した2年前は、 …

no image

秀丸マクロ

薬品費を消耗品費にするのと22を23にするのとを、20個以上のファイルに対して行って、別のファイルに保存する・・・。 これを昨日からやっているのだが、だんだんめんどくさくなって来て。 明日移行も、同じ …

no image

遅し

ExcelのVBAのプログラミング。 xlAPP.EnableEvents = Falseで、Changeイベント無効にできる。 ということを、今日初めて知った。 ああ、もう数年早く知っていれば、あれ …