質問編集履歴
2
コード修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,9 +20,7 @@
|
|
20
20
|
|
21
21
|
```html
|
22
22
|
|
23
|
-
<?php $profile_text= xprofile_get_field_data('血液型' ,bp_get_member_user_id()); ?>
|
24
|
-
|
25
|
-
|
23
|
+
<a href="<?php echo "https://hoge.hogehoge.com/hogehogehoge/?members_search=" . xprofile_get_field_data('血液型' ,bp_get_member_user_id());?>">同じ血液型を探す</a>
|
26
24
|
|
27
25
|
```
|
28
26
|
|
1
サンプルコードの修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,11 +18,13 @@
|
|
18
18
|
|
19
19
|
■現在調査途中のコード
|
20
20
|
|
21
|
+
```html
|
22
|
+
|
21
23
|
<?php $profile_text= xprofile_get_field_data('血液型' ,bp_get_member_user_id()); ?>
|
22
24
|
|
23
|
-
|
25
|
+
echo "<a href="https://hogehoge.com/member/?members_search=' . <?php $profile_text ?> . '">'.同じ血液型を探す.'</a>';
|
24
26
|
|
25
|
-
|
27
|
+
```
|
26
28
|
|
27
29
|
|
28
30
|
|