Quantcast
Channel: Blog - Flourish Pixel » hack
Browsing latest articles
Browse All 6 View Live

How to display current parent and its submenu only on sidebar

Normally we can get the page list by using the following function: <?php wp_list_pages( $args ); ?> But if you want to display a list of child pages you can use something like: <?php $html =...

View Article



Image may be NSFW.
Clik here to view.

Adding tinyMCE Editor for custom field in WordPress

Normally wordpress does not provide text editor for custom fields, they are normally text area. But we can use jQuery to do that. Here we shows how you can add text editor using jQuery. We present here...

View Article

How to Customize Search form in WordPress?

The search form is displaying using <?php get_search_form( $echo ); ?> Where, Parameter: $echo – (boolean) (optional) true to echo the form; false to return the form as a string. Default: true...

View Article

Show image in descending order for tags in Nextgen Gallery

In Nextgen Gallery, when you create album using tags, the tag album shows the images in ascending order. If you select the descending order from backend option, it does not occurs any change for tags....

View Article

How to remove wordpress logo from admin bar

It is not a good solution to customize the wordpress core files, but we can do the stuffs by using the hooks. Just add this code to your theme’s functions.php file to remove the WordPress logo on admin...

View Article

Browsing latest articles
Browse All 6 View Live




Latest Images