質問編集履歴

1

ソースコードの修正

2016/07/29 08:03

投稿

k.r.
k.r.

スコア30

test CHANGED
File without changes
test CHANGED
@@ -27,6 +27,14 @@
27
27
  <h2 class="description__explanation"><ruby><rb><?php the_title(); ?></rb><rt<?php echo post_custom('ruby'); ?></rt></ruby></h2>
28
28
 
29
29
  <p class="description__explanationText"><?php echo post_custom('explanation'); ?></p>
30
+
31
+
32
+
33
+ <p class="description__explanationText"><?php echo post_custom('explanation'); ?></p>
34
+
35
+ <p class="description__editorName">(編集者:<?php the_author(); ?>)</p>
36
+
37
+ /*↑ここです↑*/
30
38
 
31
39
  <div class="description__false">
32
40