網頁

2011年10月19日 星期三

wordpress plugin


真正實現WordPress所有組件+插件的發信無異常

Configure SMTP


電子報外掛
mp-admin / mp-content / mp-includes

WCS QR Code Generator

This plugin is a QR Code (Quick Response) image generator for mobile tagging.


WP Post Redirect和Page Links To 两款不错的WordPress文章页面链接重

Page Links To

Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.
  • Version 2.9.3
  • Updated 2013-7-15
  • Downloads 1,211,206
  • Average Rating
    4 stars

圖表外掛

IPU-Chart

... chart ipu-chart screenshot 11 IPU-Chart Editor ipu-chart screenshot 2 Horizontal bar chart ipu-chart screenshot 3 Pie chart ipu-chart screenshot 4 Donut chart ipu-chart screenshot 5 Line chart ipu-chart ...
  • Version: 0.8
  • Updated: 2013-11-23
  • Downloads: 2,669
  • Average Rating:
    3 stars
    (3)
https://www.ipublia.com/support/docs/

Quick Chat

... 3 Quick Chat admin dashboard widget quick-chat screenshot 4 Private one-on-one chat session quick-chatscreenshot 5 Quick Chat sidebar widget options quick-chat screenshot 6 Quick Chat admin options ...
  • Version: 4.13
  • Updated: 2013-8-3
  • Downloads: 166,304
  • Average Rating:
    4 stars
  • Author: Marko-M


WordPress Super Cache 缓存插件设置

WP Super Cache

... /plugins/wp-super-cache/' directory. If you are using WordPress MU or WordPress Multisite ... ". WordPress users should go to their Plugins page and activate "WP Super Cache". Now go to Settings->WP Super Cache and enablecaching. If ...


Contact Form 7:最强大的 WordPress 联系表单插件

Contact Form 7

Just another contact form plugin. Simple but flexible. Contact Form 7 can manage multiple contact forms, plus you can customize the form and ... information when generating a contact form. The jQuery Form Plugin (jquery.form.js) has been ...
  • Version: 3.5.2
  • Updated: 2013-8-19
  • Downloads: 12,847,092
  • Average Rating:
    4 stars
  • Author: Takayuki Miyoshi




Simple Google Maps Short Code

... simple short code for embedding Google Maps in any WordPress post or page. This plugin will enable a simple shortcode that you can use for embedding Google Maps in any ...
  • Version: 1.0.2
  • Updated: 2013-3-21
  • Downloads: 10,197
  • Average Rating:
    4 stars
  • Author: Pippin Williamson



開發


WordPress 插件开发教程 Part 2 – WordPress 插件基础



WordPress 性能优化:为什么我的博客比你的快

WordPress 网站如何防范大规模暴力破解攻击

5个使你 WordPress 网站更安全的好习惯




PHP 同時允許使用單引號或者雙引號來定義字符串。 WordPress 中推薦在可能的情況下盡量使用單引​​號。使用單引號的一個好處這樣你就很少需要在字符串中去避免HTML 的引號

PHP 

你不應該在代碼中使用PHP 標籤的簡寫形式( <? ?> )。因為簡寫形式要起作用必須在服務器中開啟。許多主機的配置,該選項是被禁止的,這樣你的代碼直接就崩潰了。所以應該使用標準的標籤形式:
1
<?php ?>

SQL 語句

在操作數據庫時,你可能會用到SQL 語句。複雜的 SQL 語句可以分成多行來寫。儘管SQL 語句是大小寫不敏感的,最好還是把SQL 命令寫成大寫形式。
1
SELECT username FROM table1 WHERE status = 'active'

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。