使用WordPress快捷码创建手写签名

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用WordPress快捷码创建手写签名相关的知识,希望对你有一定的参考价值。

  1. function sc_signature() {
  2. return '<div id="signature"></div>';
  3. }
  4. add_shortcode('signature', 'sc_signature');
  5.  
  6. Last, define the style for the #signature id by adding the following code to your style.css:
  7.  
  8. #signature {
  9. background:url(images/signature.jpg) no-repeat top left;
  10. width:100px;
  11. height:100px;
  12. }
  13.  
  14. Note: You may have to edit the width and height to fit your image size.
  15.  
  16. Now, when you’ll want to insert your signature at the end of a post, simply switch WordPress editor to html mode and type the following:
  17.  
  18. [signature]

以上是关于使用WordPress快捷码创建手写签名的主要内容,如果未能解决你的问题,请参考以下文章

Wordpress RSS快捷码

模板中的WordPress快捷码

WordPress快捷码

Wordpress相关帖子快捷码

Wordpress自动关闭快捷码

wordpress的简单iframe快捷码