Category: wordpress hacks

How to send pdf file attachment to user using contact form 7

Here is code to send pdf file attachment to user using contact form 7. 1076 is contact form 7 ID and tdsfile form field is having PDF url form local server (http://localhost:90/pidi/wp-content/uploads/2015/09/test.pdf) which i want to send as attachment.

how to edit rel attribute of the_category link in wordpress

Here is hook code for wordpress to  edit rel attribute of the_category link in wordpress

How to Redirect User to a custom page after registration

Below is code to redirect User to a custom page after registration Thanks TheDeadMedic for the tip!