[สอบถาม] เกี่ยวกับ permalink ใน Wordpress

เริ่มโดย xvlnw.com, 15 สิงหาคม 2012, 19:46:01

หัวข้อก่อนหน้า - หัวข้อถัดไป

0 สมาชิก และ 1 ผู้มาเยือน กำลังดูหัวข้อนี้

xvlnw.com

โดยปกติจะดึงค่า url ในหน้า single post จะใช้คำสั่ง the_permalink();

แล้วในหน้า tag ใช้คำสั่งอะไรเรียก URL ของ tag ครับ

วานผู้รู้แวะมาตอบทีครับ หาไม่เจอจริง ๆ ครับ
:P :P
[direct=https://cloudhost.in.th/wordpress-hosting]ツ ⓌⓄⓇⒹⓅⓇⒺⓈⓈ ⒽⓄⓈⓉⒾⓃⒼ [/direct] :wanwan014:  :D
[direct=https://cloudhost.in.th/cloudhosting.html]Cloud Hosting[/direct] [direct=https://cloudhost.in.th/cloudvps.html]Cloud Server[/direct] [direct=https://cloudhost.in.th/vpshosting.html]Cloud VPS Hosting[/direct] [direct=https://cloudhost.in.th/windowsvps.html]Cloud Windows[/direct] Tel: 080-348-0843 LINE: ixvlnw


xvlnw.com

อ้างถึงจาก: frenfolio ใน 15 สิงหาคม 2012, 20:19:06
get_tag_feed_link() หรือป่าวว่า รอผู้รู้มาตอบอีกที่ครับ ช่วยดัน  :-[

ลองแล้วไม่ได้แฮะ
:wanwan012:
[direct=https://cloudhost.in.th/wordpress-hosting]ツ ⓌⓄⓇⒹⓅⓇⒺⓈⓈ ⒽⓄⓈⓉⒾⓃⒼ [/direct] :wanwan014:  :D
[direct=https://cloudhost.in.th/cloudhosting.html]Cloud Hosting[/direct] [direct=https://cloudhost.in.th/cloudvps.html]Cloud Server[/direct] [direct=https://cloudhost.in.th/vpshosting.html]Cloud VPS Hosting[/direct] [direct=https://cloudhost.in.th/windowsvps.html]Cloud Windows[/direct] Tel: 080-348-0843 LINE: ixvlnw

mnamsai

#3
the_tags

<?php the_tags('', ', ', ''); ?>

codex.wordpress.org/Function_Reference

xvlnw.com

อ้างถึงจาก: mnamsai ใน 15 สิงหาคม 2012, 20:49:43
the_tags

<?php the_tags('', ', ', ''); ?>

codex.wordpress.org/Function_Reference

ลิงก์ของหน้า tag ที่เป็น single tag ไม่ใช่หน้าโพสครับ
[direct=https://cloudhost.in.th/wordpress-hosting]ツ ⓌⓄⓇⒹⓅⓇⒺⓈⓈ ⒽⓄⓈⓉⒾⓃⒼ [/direct] :wanwan014:  :D
[direct=https://cloudhost.in.th/cloudhosting.html]Cloud Hosting[/direct] [direct=https://cloudhost.in.th/cloudvps.html]Cloud Server[/direct] [direct=https://cloudhost.in.th/vpshosting.html]Cloud VPS Hosting[/direct] [direct=https://cloudhost.in.th/windowsvps.html]Cloud Windows[/direct] Tel: 080-348-0843 LINE: ixvlnw

mnamsai

แบบไหนหว่า รวม tag ทั้งหมดของ wordpress ไว้ในหน้าเดียวเหรอครับ

ayeweb


[direct=https://www.bitimer.in.th/]ข่าวไอที[/direct] ข่าวสารไอที แอพไอโฟน บริการอื่นๆ
[direct=https://page.line.me/gnm7628z]บริการ ตรวจหวย[/direct] อื่นๆ ทั่วไปสาระน่ารู้ ความรู้ต่างๆ
[direct=https://goo.gl/XQp91t]Host ไทย[/direct] เว็บผู้หญิงนะคะ แต่ผู้ชายก็เข้าได้ค่ะ
[direct=https://page.line.me/oer1981h]ตรวจหวย[/direct]
ตรวจหวย ผลสลากกินแบ่งรัฐบาล>>
[direct=https://goo.gl/H3JCzK]เช่าโฮสติ้ง Ruk-com[/direct]

xvlnw.com

อ้างถึงจาก: mnamsai ใน 15 สิงหาคม 2012, 20:56:23
แบบไหนหว่า รวม tag ทั้งหมดของ wordpress ไว้ในหน้าเดียวเหรอครับ

สมติว่าผมตั้ง Permalink ไว้แบบนี้นะครับ
post = /%postname%/
category  = category
tag = tag

ผมโพสบทความมา 1 บทความ ได้ URL สำหรับโพสเป็น
domain.com/ทดสอบ/
โดยมี tag ในบทความ Tag: a,b,c

a = domain.com/tag/a อันนี้คือลิงก์ของ tag a
b       ''                   /b
c       ''                   /c

พอผมคลิกไปหน้า Tag a มันก็จะบอกว่า

คำค้น a
รายการ.....ฯลฯ

ผมอยากได้ Function ที่ดึง Permalink ของ Tag a ในหน้า Tag ครับ

เท่าที่หาดู มันไม่มี มันมีแต่คำสั่งดึงค่า Tag เป็นคำสั่ง
<?php single_term_title(); ?>
คือแสดงชื่อ Tag

ถ้าเป็นหน้าโพส จะใช้แสดงชื่อโพสก็จะใช้ the_title();
ถ้าจะแสดงลิงก์ในหน้าโพส จะใช้ the_permalink();

แล้วในหน้า tag จะเอา permalink ของ tag มันไม่มีครับ

คำถาม: มันมี function ดึง Permalink ในหน้า Tag หรือปล่าว
ถ้าไม่มี ผมก็จะเขียนเอง ประมาณนั้นครับ
[direct=https://cloudhost.in.th/wordpress-hosting]ツ ⓌⓄⓇⒹⓅⓇⒺⓈⓈ ⒽⓄⓈⓉⒾⓃⒼ [/direct] :wanwan014:  :D
[direct=https://cloudhost.in.th/cloudhosting.html]Cloud Hosting[/direct] [direct=https://cloudhost.in.th/cloudvps.html]Cloud Server[/direct] [direct=https://cloudhost.in.th/vpshosting.html]Cloud VPS Hosting[/direct] [direct=https://cloudhost.in.th/windowsvps.html]Cloud Windows[/direct] Tel: 080-348-0843 LINE: ixvlnw

ayeweb


[direct=https://www.bitimer.in.th/]ข่าวไอที[/direct] ข่าวสารไอที แอพไอโฟน บริการอื่นๆ
[direct=https://page.line.me/gnm7628z]บริการ ตรวจหวย[/direct] อื่นๆ ทั่วไปสาระน่ารู้ ความรู้ต่างๆ
[direct=https://goo.gl/XQp91t]Host ไทย[/direct] เว็บผู้หญิงนะคะ แต่ผู้ชายก็เข้าได้ค่ะ
[direct=https://page.line.me/oer1981h]ตรวจหวย[/direct]
ตรวจหวย ผลสลากกินแบ่งรัฐบาล>>
[direct=https://goo.gl/H3JCzK]เช่าโฮสติ้ง Ruk-com[/direct]

xvlnw.com

อ้างถึงจาก: ayeweb ใน 15 สิงหาคม 2012, 21:18:39
อ้างถึงจาก: ayeweb ใน 15 สิงหาคม 2012, 21:05:42
http://codex.wordpress.org/Function_Reference/get_the_tags
ลองใช้ slug อะครับ น่าจะได้

ขอบคุณครับ
อันนี้พอใช้ได้อยู่ เท่าที่ลอง print_r(); ดู มันดึง tag ออกมาหมดเลย กลัวว่าจะมีปัญหาทีหลังครับ
ผมลองเขียนดึง URI มาใช้งานเองน่าจะง่ายกว่าครับ

เอาละ.. เขียนเองดีกว่าครับ
:P :P
[direct=https://cloudhost.in.th/wordpress-hosting]ツ ⓌⓄⓇⒹⓅⓇⒺⓈⓈ ⒽⓄⓈⓉⒾⓃⒼ [/direct] :wanwan014:  :D
[direct=https://cloudhost.in.th/cloudhosting.html]Cloud Hosting[/direct] [direct=https://cloudhost.in.th/cloudvps.html]Cloud Server[/direct] [direct=https://cloudhost.in.th/vpshosting.html]Cloud VPS Hosting[/direct] [direct=https://cloudhost.in.th/windowsvps.html]Cloud Windows[/direct] Tel: 080-348-0843 LINE: ixvlnw