Display WordPress Hook Functions
If you are WordPress Developer, Themes Developer or Plugin Developer, you will enjoy this functions, ...
If you are WordPress Developer, Themes Developer or Plugin Developer, you will enjoy this functions, ...
The stadard wp_list_categories() functions echoes a list of all your categories. With this simple trick we can display the categories in two columns. This code is easy to implemented and doesn't need high level skill to add on our theme. Just paste this code on your theme file and you are ready to split your wp_list_categories()
How To Disable WordPress Search? I got the answer from WPEngineer.com, This nice tips is will disable WordPress Search more easy and of course easy to do. Why disable WordPress search? Here some of my reason. Some time WordPress based application didn't need this featured.
Here we go, If you set the variable $error
to true
, then you will be fowarded to the error page of the theme, if not, then you will remain on the page from where the search was started.
Have you ever now, that WordPress support shortcode? With shortcode we can easy insert some code or function on the post. Example we can put some Advertisement on the post without write a lot of bloated code. We can save a lot of time with shortcode. The shortcode syntax varies, here are some examples:
Here some of my favorite content that published in 9 - 15 February 2009. I hope you enjoy my favorite content around the net.
I got a complain from email user that they did not receive email from some of their contact. I guessed it must be caused by spam filter in the mail server. I hosted company's email at ISP. ISP's webmail also did not have a Bulk folder, so email suspected as spam will be permanently deleted. Therefore I move all emails to GMail and use their Google Application service. The problem came when I need to access email from several mail clients. They did not receive all messages, only a part of it. The solution can be achieved from help center. For a short, you just need to set POP username from: [email protected] to recent:[email protected] and set leave all messages in the server. "Recent:" prefix is to fetches the last 30 days of mail, regardless of whether it's been sent to another POP client already.
In the first day at work after my long year end holiday, one of my ...
Online business become very famous nowadays especially after google launched into the Index market. If we talk about online business, the first thing we need is a name to order as a domain and web hosting. This two thing is very important if you really serious in online business. In fact, many goods or manufacture company turn into online business as one of their brand and promotion tools. And for news company, they can earn more profit from the online news that offered to the reader and now the build web TV to get more visitors. It's become a great prospect and if you're interesting with this business so you need to read this articles closely.
A friend of mine got a problem with his newly upgrade Wordpress (2.6.2) that is missing categories. The problem occured randomly. If the categories showed correctly and then he clicked it, there was no post assosiated (404 Not Found). Thanks to Google. There are so many people faced the same problem and they have solutions also. Funponsel.com gave a quick solution to fix the problem. You just need to run this query:
UPDATE wp_term_taxonomy,wp_terms SET wp_term_taxonomy.description = wp_terms.name WHERE wp_term_taxonomy.term_id = wp_terms.term_idYou may also check other solutions if the solution above is not working.