質問編集履歴

3

文字ミス

2019/01/10 07:42

投稿

pineappleman
pineappleman

スコア26

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ---
4
4
 
5
- プラグインflamingoのテーブルから数値を取り出したい。
5
+ プラグインのテーブルから数値を取り出したい。
6
6
 
7
7
  key name等はすべて確認済。
8
8
 

2

文字ミス

2019/01/10 07:42

投稿

pineappleman
pineappleman

スコア26

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  SELECT count(*)
26
26
 
27
- FROM tamaran_posts
27
+ FROM sample_posts
28
28
 
29
29
  WHERE post_status = 'flamingo-spam'
30
30
 

1

文字ミス

2019/01/10 05:48

投稿

pineappleman
pineappleman

スコア26

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  ■呼び出し元
38
38
 
39
- get_template_part('ranking')
39
+ get_template_part('name')
40
40
 
41
41
  wp-includes/general-template.php:155
42
42
 
@@ -44,7 +44,7 @@
44
44
 
45
45
  wp-includes/template.php:647
46
46
 
47
- load_template('wp-content/themes/tamaran/ranking.php')
47
+ load_template('wp-content/themes/sample/name.php')
48
48
 
49
49
  wp-includes/template.php:690
50
50