WordPress使用多说通用代码方法

在WordPress中使用多说通用代码
获取文章ID:data-thread-key=”<?php the_ID(); ?> ”
获取文章标题:data-title=”<?php the_title();?>”
获取文章url:data-url=”<?php the_permalink(); ?>“

在WordPress中使用多说通用代码
获取文章ID:data-thread-key=”<?php the_ID(); ?> ”
获取文章标题:data-title=”<?php the_title();?>”
获取文章url:data-url=”<?php the_permalink(); ?>“