Relsoul&Soul的随笔,技术,感悟,摄影博客
  • Home
  • Js
  • Author
  • 常用的nodejs
Subscribe
Tagged

wordpress

A collection of 2 posts

wordpress

wordpress查询

WP_Query 获取当前页面内容 $now_id=get_the_ID(); $now_post=get_post($now_id); $now_content=$now_post->post_content; /* 获取当前文章内容,根据文章内容来获取 */ $now_id=get_the_ID(); $now_post=get_post($now_id); $now_content=$now_post->post_content; $content_json=json_decode($now_content,true); //print_r(

soul 2016年8月12日 • 1 min read
the7

the7设计学习笔记-1

the7设计学习笔记-1 每个页面的TOP与BOTTOM距离一致 板块之间TOP与BOTTOM距离保持一致 一般的首页布局为明暗-明暗的背景色布局,不能两个明也不能两个暗 //留白太多 栏与栏之间高度距离对齐

soul 2016年7月10日 • 1 min read
Relsoul&Soul的随笔,技术,感悟,摄影博客 © 2022
  • Data & privacy
  • Contact
  • Contribute →
Powered by Ghost