• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Tutsplanet

Tutsplanet

Free Technical and Blogging Resources

  • Home
  • Web Hosting
  • Programming
  • Plugins
  • Twitter Trends
  • Tools
  • About Us

Wordpress

Programming TagsWordpress

Custom Error Message With wpcf7_before_send_mail Hook

Sep 24, 2024 Editorial Staff Leave a Comment

In today’s snippet we are illustrating how to add a customer error message when using wpcf7_before_send_mail in WordPress Contact Form 7. My example follows implementing a minimal custom honeypot captcha in the Contact Form 7. The $abort = true statement will prevent the email from being sent.

Programming TagsWordpress

How To Add Read More Link to Excerpts in Genesis Framework?

Aug 7, 2021 Editorial Staff Leave a Comment

continue-link-genesis

Genesis Pro framework builds better sites faster with powerful site-building tools for WordPress. So today’s article we are showing how to add read more links in post excerpts in the WordPress website using the Genesis theme. Use the below snippets in the functions.php file of your Genesis child theme. add_filter( ‘the_content_more_link’, ‘tp_get_read_more_link’ ); function tp_get_read_more_link()…Continue Reading

Programming TagsWordpress

Pros and Cons of WordPress for Web Designers

Apr 13, 2021 Editorial Staff Leave a Comment

Whether you want a blog, business website, sell online courses or an online store, you can create it using WordPress. WordPress is a content management system that allows users to develop websites. During its establishment, WP was a blog platform but has since become a global CMS for all users. So, as a web designer,…Continue Reading

PHP, Programming TagsWordpress

How To Create A Custom Taxonomy In WordPress

Aug 19, 2020 Editorial Staff Leave a Comment

Today’s tutorial we are showing how to create a custom taxonomy in WordPress. After WordPress 3 this feature is included in the core, so we just need to use the function with some params. The core developers created function to handle the heavy lifting for us. Why Custom Taxonomies? As your system/website grows you feel…Continue Reading

Programming TagsWordpress

Get Uploads Directory Path in WordPress

Jun 12, 2018 Editorial Staff Leave a Comment

The following code will print the uploads directory path in WordPress $upload_dir = wp_upload_dir(); print $upload_dir[‘baseurl’]; It will return the path of WordPress upload directory such as http://yourdomain.com/wp-content/uploads Basically, this function will print output like below [path] => /var/www/html/wp-content/uploads/2018/06 [url] => https://yourdomain.com/wp-content/uploads/2018/06 [subdir] => /2018/06 [basedir] => /var/www/html/wp-content/uploads [baseurl] => https://yourdomain.com/wp-content/uploads [error] => You can…Continue Reading

Programming TagsWordpress

How to insert inline JavaScript in the footer of your page with WordPress

Jun 2, 2018 Editorial Staff Leave a Comment

You can add inline JavaScript code in to the footer of the page by using hooks in functions.php. Open your functions.php file located in the current theme. Add the below code to functions.php.

Programming TagsWordpress

Insert a post programatically in WordPress

Mar 27, 2017 Editorial Staff Leave a Comment

Worpdress

Today we are discussing insert a post programmatically in WordPress. Everyone knows how to add a post from the WordPress’s beautiful backend. This will be helpful if you want to use automated script add all your posts into WordPress. The same reason I used this technique in one of my websites. If you want to…Continue Reading

Programming TagsWordpress

Best selling wordpress premium templates

Mar 27, 2017 Editorial Staff Leave a Comment

Worpdress

A clean and neat looking theme is crucial for your online presence. Here comes WordPress easy to setup, featured rich website builder. WordPress has a great online presence when it comes to personal blog, movie website, shopping cart and what not. Market share trends for content management systems for websites, WordPress leads with 60%. So…Continue Reading

Primary Sidebar

Image

Quick Links

  • Top 21 Website Ideas To Make Money Online in 2021
  • A Simple YouTube Video Downloader Script in PHP
  • The 50 Most Useful jQuery Plugins for Frontend Development
  • Replace “\n” with new line characters, using Notepad++
  • Using Third-Party Libraries in Codeigniter
  • Upload Multiple Images and Store in Database using PHP and MySQL.
  • Hierarchical Tree view Category Example in Laravel
  • Laravel Image Intervention Tutorial With Example
  • How to import sql file in MySQL database using PHP?
  • Free VAT Calculator Online

Subscribe

* indicates required

Search Here

Share

Image   Image Image

Categories

  • Design & Development
  • Drupal
  • Facebook
  • General
  • How To
  • ios
  • Javascript
  • Linux
  • Magento
  • Marketing
  • News
  • PHP
  • Plugins
  • Programming
  • Snippets List
  • Social Media
  • Softwares
  • Themes
  • Tips
  • Wordpress
  • YouTube

Copyright © 2026 · Planet on Genesis Framework · Powered By BunnyCDN . Network oneweb.tools

Advertisement