Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 951 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 951 Bytes

Wrodpress-Tricks

Tips for WordPress plugin development, WordPress template design and some customize section code

1.admin-add-settings-field-wordpress Description : WordPress admin panel with examples., we'll introduce the WordPress add_settings_section function and review its usage with examples.

  1. add_settings_section Function Example -- In this example, we’ll use add_settings_section with add_settings_field to print a section with sample fields.
  2. After using this code in your WordPress custom plugin or functions.php of the active theme,
  3. You can open this URL to see the section: Http://siteurl.com/wp-admin/options-general.php
  4. Look for something like this screenshot: https://capture.dropbox.com/nkVjQ7YOm7gWgJLf

2.WrodpressCreateCustomsitemapandnoindex

  1. We can Create Custom Sitemap xml Generate code
  2. Redirect the Particular page code in htaccess 3)Create the specific page or custom post nonindexed or nonflow