Skip to content

Instantly share code, notes, and snippets.

@Roy-Oto
Created May 13, 2021 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Roy-Oto/3c1fe3c498ced08567b4e3b6567c313e to your computer and use it in GitHub Desktop.
Save Roy-Oto/3c1fe3c498ced08567b4e3b6567c313e to your computer and use it in GitHub Desktop.
PHP for displaying a three-column header in SANGO.
<div class="wrap cf">
<?php echo do_shortcode('[center][yoko3 responsive][cell]<figure class="snip1445">
<img src="左バナーに設置する画像">
<figcaption>
<div>
<h2>メインタイトル</h2>
<h4>サブタイトル</h4>
</div>
</figcaption>
<a href="左バナーから飛ばす URL"></a>
</figure>
[/cell][cell]<figure class="snip1445">
<img src="中央バナーの画像">
<figcaption>
<div>
<h2>メインタイトル</h2>
<h4>サブタイトル</h4>
</div>
</figcaption>
<a href="中央バナーから飛ばす URL"></a>
</figure>[/cell][cell]<figure class="snip1445">
<img src="右バナーの画像">
<figcaption>
<div>
<h2>メインタイトル</h2>
<h4>サブタイトル</h4>
</div>
</figcaption>
<a href="右バナーから飛ばす URL"></a>
</figure>[/cell][/yoko3][/center]'); ?></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment