Tag: wordpress filters

  • Solving Common Contact Form 7 Issues

    Solving Common Contact Form 7 Issues

    We all come across scenarios where we face common Contact Form 7 issues. For example the common issue is to use a human readable label for select dropdown menus instead of “—“. Luckily Contact 7 provides filters which can be used to solve some of the common issues. Shortcodes Within Contact Form 7 Forms One…

  • Add css classes to WordPress posts links generated by next_post_link and previous_post_link functions

    Add css classes to WordPress posts links generated by next_post_link and previous_post_link functions

    You might have across a situation where you needed to add css class to the html markup generated by WordPress posts links’ functions of next_post_link and previous_post_link. Especially if you working with Bootstrap or Zurb foundation frameworks as these two frameworks require specific css classes for formatting. So have come across similar situation and we…