Plugin Developers: What Is Your Wishlist?

Back in October, we told you about the new compatibility box that was added to the plugin pages within the repository. However, we’ve learned that this feature has one major drawback which is the crux behind this idea proposed by shinephp.
I propose to add the field e.g. ‘Problem description’ required for input if visitor click
More: [...]

WordPress 2.9.1 Beta 1

Unfortunately, the recent 2.9 release triggered a bug in certain versions of PHP’s curl extension.  With these versions of curl, scheduled posts and pingbacks are not processed correctly.  To fix this problem as well as a handful of other, lesser issues, we are quickly releasing 2.9.1, the first maintenance release of the 2.9 line.  Help [...]

How Often do You Use Functions.php in Themes?

Functions.php should generally be used when you just want to add a minor feature that requires a single function or few lines of code. However, you cannot use functions.php to run code in the actions such as “plugins_loaded”. This is by design and should be too, as each theme will have their own functions.php file
More: [...]

Watch Out For The Gumblar Botnet

According to the blog Unmask Parasites, there is a new version of the Gumblar botnet making the rounds on PHP based websites. Back in May of this year, this malicious botnet was responsible for infecting a large number of websites in a short period of time. This time around however, the Gumblar botnet has buggy
More: [...]

無料で1.5GB sitemixでWordPressを使おう

無料で1.5GBのディスクスペースがあって、標準でWordPressの最新版がインストールされている「 sitemix 」というレンタルサーバーの存在を知ったのでご紹介を。 なんと、無料で独自ドメインまで設定出来ちゃいます。 WordPress.com よりカナリ強力なサービスです。 アカウントを取得してログインし、「ブログの編集」をクリックすればもうWordPressの管理画面に入れます。 何もしなくても登録するだけで最初からWordPressの設定がされているのです。 面倒くさい設定は一切なし! 思いつく限りでメリットとデメリットを上げてみました。 sitemixサーバーのメリット 無料で1.5GBのディスクスペース 無料で独自ドメインが設定出来る 自動で最初からWordPressが設定されている PHPが使える 商用利用可能 ファイルマネージャー完備 無料の割にはデータベースのレスポンスが良い sitemixサーバーのデメリット [...]

Case Study: Fatal error: Call to undefined function get_option() In Wordpress Blog

Hi, Problem Summary: Whenever I login into wordpress admin area, receiving this error message: Fatal error: Call to undefined function get_option() in /home/********/public_html/wp-admin/admin.php on line xxx Possible Solution: – Upgrade your wordpress blog version to the latest version which is available at [...]

Wordpress Wp-config/login Aid

September 29th, 2009 Wordpress Wp-config/login AidI need help in rectifiying these WordPress update to 2.8.4 errors:Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/blog/wp-config.php:32) in /home/xxxx/public_html/blog/wp-login.php on line 290Warning: Cannot modify header information – headers already sent by (output started at /home/xxxx/public_html/blog/wp-config.php:32) in /home/xxx/public_html/blog/wp-login.php on line [...]

WordPress Theme Releases for 09/13

Xioletter
Two columns, widget ready (sidebar and footer), custom gravatar, flexible width, threaded comments, theme options, custom header, easy to customize, into options page you can insert a logo image, setting title and description or title and random articles excerpt, or if you prefer disabled all if you want modify the code manually in the header.php
More: [...]

Imicreation

Web Design Company, graphic designs, Joomla, PHP, Word press, Blog designers, SEO Company and web development Company, offers website design and SEO services India. Web designers offer web hosting and ecommerce solutions, India.
More: continued here

Tags: Blog, Blog Design, CSS, Hosting, PHP, Seo, Web, Web design, Web Hosting, Website

Related posts

The Importance of Blog Design [...]

(도움요청) 워드프레스 댓글/트랙백 분리

워드프레스에서 사용하려는 테마에 문제가 있어서 도움을 청합니다. 댓글은 출력이 되는데 트랙백이 나타나지 않는 문제가 있어서 테마의 comments.php를 확인하니 댓글과 트랙백을 구분해서 출력하도록 짜여져 있더군요. 아래 코드가 문제의 그 부분입니다. 다른 테마에서도 똑같은 코드가 사용되는 것을 보면 문제가 없는 것 같은데 왜 안될까요. [...]