WordPress 4.6 introduces a new class for querying taxonomies. Like WP_Query,WP_User_Query,and WP_Comment_Query. When using WordPress own query classes, you can be at ease – all caching and security measures are done by WordPress core. So you don’t need to write your complex, insecure SQL queries to your WordPress DB. Example
Continue reading...
Wordpress
WordPress Tutorials
Unregistering a post type is a serious issue for child theme developers. Because parent theme contains some unwanted post types and that lead to some confusions for clients. WordPress 4.5 solves this problem. It includes a function for unregister a post type – unregister_post_type(). unregister_post_type() unregister unwanted post types. But it doesn’t
Continue reading...
WordPress 4.5 comes with another useful function call wp_add_inline_script() which adds extra code to a registered script. This function is not much similar to wp_add_inline_style(). But functionality is same, adds inline Javascript. Example
1 2 3 4 5 |
function theme_prefix_enqueue_script() { wp_enqueue_script( 'main-js', '<path-to-theme>/main.js', array(), '1.0' ); wp_add_inline_script( 'main-js', 'alert("hello world");' ); } add_action( 'wp_enqueue_scripts', 'theme_prefix_enqueue_script' ); |
1 2 3 4 |
<script type='text/javascript' src='<path-to-theme>/main.js?ver=1.0'></script> <script type='text/javascript'> alert("hello world"); </script> |
Continue reading...
WordPress Popup plugins will help you to create most powerful and flexible lightbox popups.Let’s have a look! .Here are some free Wordpress Popup plugins. WordPress PopUp WordPress PopUp brings a demonstrated answer for powerful publicizing to your site or system. Present mailing records, selective offers and different ads to your customers, clients
Continue reading...
WordPress is the ideal device for photographers to make an expert online nearness for ease. WordPress is allowed to download and introduce and there are an immense determination of Free WordPress Photography topics which you redo and use to show your photography for webpage guests.Here are some Photography WordPress Themes.Take
Continue reading...
Since Version 4.5, wordpress supports Theme logo. But wordpress custom logo has a default markup and link and image has custom-logo-link and custom-logo classes. For styling and script use we need to change these classes. For example http://getbootstrap.com/components/#navbar-brand-image, where Bootstrap expects a .navbar-brand class to be present on logo images. This post teaches
Continue reading...
Taxonomy meta plugins implements the metadata infrastructure for taxonomy terms, so you can add custom metadata to tags, categories, and other taxonomies. Advanced Custom Fields is the ideal answer for any WordPress site which needs more adaptable information like other Content Management Systems.Here are some plugins for adding taxonomy meta. Free plugins
Continue reading...
WordPress is the world’s most well known site building instrument for making extraordinary looking sites with the base measure of complain. I would like to share with you a collection of some free drag and drop page builder plugins. Aqua Page Builder Aqua Page Builder is an effective WordPress plugin that permits you
Continue reading...
A contact form plugins will help clients get in touch with you through your site. investigate the best contact structure modules accessible for WordPress today. Jetpack’s Contact Form Module Jetpack streamlines overseeing WordPress locales by giving you guest details, security administrations, accelerating pictures, and helping you get more movement. Pirate Forms
Continue reading...
Here you will find free responsive WordPress themes which are useful for your website. This list will be updated with all types of different WordPress themes like magazine, personal, portfolio, eCommerce, fashion, travel, corporate themes etc. ZBlackbeard Wembley Azera Shop ShopIsle Parallax One PROLOG
Continue reading...