WordPress

Showing 10 of 35 Results

Awesome WordPress Shortcode Tips

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:

  • [shortcode]
  • [shortcode atribute=”value”]
  • [shortcode]Text[/shortcode]

Shortcodes can be created to perform a handful of useful functions. To use any of the shortcodes in this post I recommend adding the functions to your functions.php theme file (create it if it does not exist!).

How To Fix WordPress 2.6 Missing Categories

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_id

You may also check other solutions if the solution above is not working.

WordPress 2.7 new dashboard design

Did you already know the new dashboard of Wordpress 2.7 ? Here’s the screenshot and Wordpress development take a survey of this new upgrade. Personally I like this new design, because usually I use drop down menu admin as my dashboard menu.

I just can’t wait to see the final released and upgrade my worpdress. To build and customize Wordpress is exciting for me, and of course with this supporting from Wordpress I can do more with this wordpress and satisfied my customer.

Alternative Way To Find WordPress Themes

As you know that Jauhari.Net has many Free WordPress Themes. Check the latest magazine style theme, Hamasaki. Custom WordPress Theme is also available upon request.

If you are looking for WordPress theme or theme idea, you should try to use this alternative, by using Google Image Search. You (of course) will find a lot of theme screenshots from which you get theme that fit with your need or get a new theme design idea.

Just try it and do not forget to tell me what you think about it.