teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

投稿用スクリプトの一部コードを追記いたしました。

2017/01/28 16:13

投稿

ilovemathdayo
ilovemathdayo

スコア14

title CHANGED
File without changes
body CHANGED
@@ -165,5 +165,44 @@
165
165
  </tr>
166
166
  ```
167
167
 
168
+ 投稿用スクリプトの一部になります。
169
+ ```ここに言語を入力
170
+ <?php
171
+ $custom = get_post_custom( $post->ID );
172
+ ?>
173
+
174
+ <!-- shop -->
175
+ <table style="width: 930px; height: 530px;" cellpadding="30">
176
+ <tbody>
177
+ <tr style="height: 81px;">
178
+ <td style="border-color: #ffffff; width: 783px; height: 81px; text-align: center; vertical-align: top;" colspan="2"><?php if( get_field('shoptopphoto') ): ?><img src="<?php the_field('shoptopphoto'); ?>" width="920" /><?php endif; ?></td>
179
+ </tr>
180
+ <tr style="height: 81.19px;">
181
+ <td style="border-color: #ffffff; width: 391.03px; height: 81.19px; text-align: left; vertical-align: top;" colspan="2"><div class="wc-shortcodes-row wc-shortcodes-item wc-shortcodes-clearfix"><div class="wc-shortcodes-column wc-shortcodes-content wc-shortcodes-one-half wc-shortcodes-column-first ">
182
+
183
+ <?php the_content(__('Read more', 'tcd-w')); ?>
184
+
185
+ </div><div class="wc-shortcodes-column wc-shortcodes-content wc-shortcodes-one-half wc-shortcodes-column-last ">
186
+
187
+ <span style="font-size: 14pt;"><img class="alignnone wp-image-3316" src="http://misscampus-kadai.com/wp-content/uploads/2016/01/キャプチャ_2017_01_14_14_25_41_972.png" alt="キャプチャ_2017_01_14_14_25_41_972" width="450" height="53" /></span>
188
+ <span style="font-size: 14pt;"><strong>会社名:</strong><?php echo $post->post_title; ?></span><br/>
189
+ <span style="font-size: 14pt;"><b> 住所 :</b><?php the_field('companyplace'); ?></span><br/>
190
+ <span style="font-size: 14pt;"> <strong>代表者:</strong><?php the_field('代表者'); ?><strong>
191
+ </strong></span><br/><span style="font-size: 14pt;"><b>資本金:</b><?php the_field('資本金'); ?><b><br/>
192
+ 連絡先:</b><?php the_field('number'); ?><br/>
193
+ <b>エントリーページ</b><br/><a href="<?php the_field('link'); ?>"><?php the_field('link'); ?></a></span><br/></div></div></td>
194
+ </tr>
195
+ </tbody>
196
+ </table>
197
+
198
+ <table style="width: 930px;" cellpadding="30">
199
+ <tbody>
200
+ <tr>
201
+ <td style="border-color: #ffffff; width: 437.46px; text-align: center;"><img class="alignnone size-full wp-image-2965" src="http://misscampus-kadai.com/wp-content/uploads/2017/01/キャプチャ_2017_01_15_01_04_24_259.png" alt="%e3%82%ad%e3%83%a3%e3%83%97%e3%83%81%e3%83%a3_2016_11_29_06_48_01_639" width="278" height="275" /></td>
202
+ <td style="border-color: #ffffff; width: 437.46px; text-align: center;" rowspan="2"><?php if( get_field('storephoto') ): ?><img src="<?php the_field('storephoto'); ?>" width="380" /><?php endif; ?></td>
203
+ </tr>
204
+ <tr>
205
+ ```
206
+
168
207
  全く解決ができないため、ご教授していただけますと幸いです。
169
208
  ではよろしくお願い致します。