How to render taxonomy in page template in drupal 7
Drupal 7 :- Display taxonomy terms in page template. Display taxonomy terms in page template using multiple methods. Create a view block with required taxonomy terms and assign that block to any region in required pages. Create a normal block, load and display taxonomy terms using following code and assign that block to any [...]
Add fields to wordpress user profile
Wordpress user profile : The following snippet will provide extra add fields to user profile in your profile section. In this code we provide two fields, Sales Partner and Address. You can add any number fields. These fields are saved in user profile. So need to create extra table to store this data. [...]
Contact Form submitted data into a table (WPCF7)
This code will perform an insert functionality to a table when a Contact form (WPDB7) is submitted. In functions.php place this code.