Tektriks

Coding starts here
Home / Blog

Display limited words in WordPress

Want to display limited words in wordpress while displaying content? As earlier you tried to combine multiple functions to achieve this. This useful function with do the rest.

Custom Post Type with Taxonomy and Tag

Sometimes you need to make custom post type with taxonomy and tag for your project and you google it to get it. At last, you find custom post type with taxonomy everywhere but there are a few websites with custom post type with taxonomy and tag. This code is for those wordpress developers who badly […]

How To Make Custom WordPress Registration Form

Want to make a custom wordpress registration form. It uses WordPress optimized security/ hackproof functionality to check and validate before inserting data to the database and creating a new user.

Custom WordPress Login Form

Want to make a custom wordpress login form. It uses WordPress optimized security/ hackproof functionality to check and validate before logging a registered user.