With 2017 authoritatively behind us, it’s a great opportunity to direct our concentration toward making better organizations in 2018. Enormous things will happen this year, as well, because of new innovation developments that convey new chances and difficulties to the table. The standard promoting procedures like SEO, web-based social networking and transformation rate improvement will…
Google updated their algorithm that are followed by every digital marketing expert. Some facts about digital marketing or you can say some unbelievable techniques that can rank your business on Google’ top positions. Content Marketing facts: If you planned for content marketing campaign , but you need help to know that how and where from…
Before the many updates to Skype post-Microsoft acquisition, simply disabling the promotions options in settings was enough to rid your conversations of unnecessary spam. However, a new banner ad has made its way to the conversation window. This ad wouldn’t be such a bother if it didn’t often cut into the video feed area when…
In this article you learn that how you show first paragraph content on page or post Please check the below code snippet – $content = apply_filters( ‘the_content’, get_the_content() ); $text = substr( $content, 0, strpos( $content, ‘</p>’ ) + 4 ); $final_text = preg_replace(“/<img[^>]+\>/i”, “”, $text); echo $final_text;
How to add arrow icon in submenu – Please copy following code and paste your css file – .nav-menu .sub-menu li.menu-item-has-children a { background:url(images/nav_bg.png) 97% center no-repeat; } .nav-menu .sub-menu li.menu-item-has-children .sub-menu li a { background:none; } Please change the class name with your class name and image name with your image name. cheers -:)
WordPress Excerpt WordPress Post excerpt is a short summary of your post. The excerpt has two main use. It replaces the full content of post in RSS Feed. It can be used for Search results, Monthly archives, Author archives etc The most commonly used method for adding Excerpt to the WordPress post is to use…
Please copy and paste this code in your theme function.php file – function remove_footer_admin () { echo ‘Fueled by <a href=”http://www.wordpress.org” target=”_blank”>WordPress</a> | Designed by <a href=”#” target=”_blank”>XYZ</a> | WordPress Tutorials: <a href=”http://www.wpbeginner.com” target=”_blank”>WPBeginner</a> ‘; } add_filter(‘admin_footer_text’, ‘remove_footer_admin’); Enjoy, get info here. cheers -:)
Rencently I was working on a Custom Post Type plugin under the banner of RND Experts, where the user will enter name of the city and the field will get saved in the wp_post_meta table. The client has request to create a shortcode where we can filter Post on the basis of Single city or…
How to add arrow icon in submenu – Please copy following code and paste your css file – .nav-menu .sub-menu li.menu-item-has-children a { background:url(images/nav_bg.png) 97% center no-repeat; } .nav-menu .sub-menu li.menu-item-has-children .sub-menu li a { background:none; } Please change the class name with your class name and image name with your image name. cheers -:)
Please copy and paste the code in your template or where you want and then print the $allsearch variable. $allsearch = &new WP_Query(“s=”.$yoursearchkeyword.”&showposts=-1&order=DESC”); Here you can $yoursearchkeyword replace with your variable or keyword – If you need more help contact us cheers : -)