WPBrigade Blog

  • How To Add a Custom Field via WordPress plugin?

    Last updated on September 11th, 2025 by WPBrigade Staff

    How To Add a Custom Field via WordPress plugin?

    Sometimes we need to add custom data for our posts and pages other than title and content especially when ones become comfortable with WordPress, there is an urge to do something experimenting for exciting features using WordPress custom field.  for  Suppose you are using Custom Post Types for your book store and want to save […]

    Continue Reading

  • How to Integrate Facebook login to WordPress?

    Last updated on September 11th, 2025 by WPBrigade Staff

    How to Integrate Facebook login to WordPress?

    Facebook API integration with a site improves your site’s social rank. We can integrate a like button to our website or a comment box, which is quite easy. A bit of a messy job comes when we get a requirement to create an app for a website and then integrate it. There may be many […]

    Continue Reading

  • Three Most Wanted Tricks For WordPress Developers

    Last updated on September 11th, 2025 by WPBrigade Staff

    Three Most Wanted Tricks For WordPress Developers

    WordPress is a specially crafted platform to publish content on the web. Many of the big giant content publishers are using WordPress like CNN, NYTimes, etc. You, as a content writer, find WordPress deadly easy and super cool to work on because WordPress provides many customizations to make your content looks good, and also many […]

    Continue Reading

  • What is WordPress nonce and how it works?

    Last updated on September 11th, 2025 by WPBrigade Staff

    What is WordPress nonce and how it works?

    Today, I am going to share with you a tip that how we can make our WordPress plugins are themes more secure. I have seen in my plugins and themes where WordPress developers are not using WordPress nonces even though it is VERY important. If you are working as a WordPress freelancer developer and g custom plugins or themes, I […]

    Continue Reading

  • How to make WordPress database secure by changing default WordPress table prefix?

    Last updated on September 11th, 2025 by WPBrigade Staff

    How to make WordPress database secure by changing default WordPress table prefix?

    WordPress Database Security is the most important thing. Every single piece of information stored in it, which makes hackers and bots to target for stealing information by applying SQL Injection. WordPress Database uses a default table prefix value “wp_” for all of its database tables. Typically, every website that is running WordPress will have its […]

    Continue Reading