How to make file version dynamic in wp enqueue ?

In wordpress,we can attach our custom css or custom js files or we can attach any required file. there is a proper way to attach any file in wordpress.Let us dive about it We can attach the file in wordpress with following code snippets Let us break down the code one by one in we

Read More

How to solve the error of buddypress like “The parent theme is missing. Please install the “bp-default” parent theme” ?

If you want to make customization in buddypress it is mostly recommended to create a child theme first. Let us see how to solve the following child theme

Read More

Store Contact Form 7 in Database

We can save contact forms in a database and can see all entries in admin

Read More

How to create contact form in wordpress ?

Contact form is the essential requirement of any website. The user can connect to website owner by using the contact

Read More

How to install plugin without giving FTP details ?

We can avoid the FTP details error without adding the FTP

Read More