Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Advantages of Integrating WordPress & Salesforce You Must Know About!

Talk of CRM and one name that always ranks first on the list of sales professionals is – Salesforce. And why not? It is quite obvious for them to lean towards a tool that offers excellent functionalities for organizing and storing the compa...

How to fetch Post in Wordpress

Hello Friends, If you are new in Wordpress and looking to fetch any specific post data. Please review the code below:: //Here we are going to fetch post named Vacancy. $args = array('post_type' => 'Vacancy'); ...

7 important plugins to use before starting a wordpress site

If you are going to start a website a blog or website in wordpress must install these plugins . 1-Akismet This plugin comes inbuilt in wordpress. This plugin removes and secure your wordpress sites from spams comments. 2- BackUpWordP...

Display Post in WordPress Home Page

When you works in Wordpress the loop is the main part of your template to show the post to the user, using the loop you defines how you want to show the content to your user, Lets take a look how you can show the posts in index.php in WP site , ...

Wordpress Querying Posts

The querying posts means to modify/filter the query of a page or add new query in the page. There are lot of ways to modify query of a page or post by replacing it with new instance of the query. You can achieve this to query a wordpress post ...

WP_Query for post

Here is the code to get your custom post type posts. you can put something which you want to print like your post content, your post title, featured image and etc under the while loop. 'news', // Change news as your post type 'p...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: