Skip to content

Commit

Permalink
Updated readme with new snippets, renamed snippet filenames to be con…
Browse files Browse the repository at this point in the history
…sistent with the rest

dalenguyen#11
  • Loading branch information
Braunson committed Oct 8, 2021
1 parent 32fed42 commit f1570f8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Useful WordPress Snippets for Web Development

Below is the list of useful WordPress Snippets that I am using for WordPress development
Below is the list of useful WordPress Snippets that you can use when developing with WordPress.

+ [Add featured image to REST API](https://github.com/dalenguyen/wordpress-snippets/blob/master/get-featured-image-from-rest-api.php)
+ [Get page ID from page title](https://github.com/dalenguyen/wordpress-snippets/blob/master/get-page-id-from-page-title.php)
+ [Fix Notice Undefined Index](https://github.com/dalenguyen/wordpress-snippets/blob/master/fix-php-undefined-index.php)
+ [Add featured image to REST API](https://github.com/dalenguyen/wordpress-snippets/blob/master/get_featured_image_from_rest_api.php)
+ [Get page ID from page title](https://github.com/dalenguyen/wordpress-snippets/blob/master/get_page_id_from_page_title.php)
+ [Fix Notice Undefined Index](https://github.com/dalenguyen/wordpress-snippets/blob/master/fix_php_undefined_index.php)
+ [Get all tags from a post](https://github.com/dalenguyen/wordpress-snippets/blob/master/get_all_tags_from_a_post.php)
+ [Get anything with page / post ID](https://github.com/dalenguyen/wordpress-snippets/blob/master/get_anything_with_page_id.php)
+ [Add additional mime types to media library](https://github.com/dalenguyen/wordpress-snippets/blob/master/add_additional_mime_types_to_media_libary.php)
+ [Add post images to RSS feed](https://github.com/dalenguyen/wordpress-snippets/blob/master/add_post_images_to_rss_feed.php)
+ [Define excerpt length](https://github.com/dalenguyen/wordpress-snippets/blob/master/define_excerpt_length.php)
+ [Disable self pingbacks](https://github.com/dalenguyen/wordpress-snippets/blob/master/disable_self_pingbacks.php)
+ [Embed responsive 16x9 videos](https://github.com/dalenguyen/wordpress-snippets/blob/master/embed_responsive_16_to_9_videos.php)
+ [Exit if direct access is made to file](https://github.com/dalenguyen/wordpress-snippets/blob/master/exit_if_direct_access_to_file.php)
+ [Get number of posts in specified term](https://github.com/dalenguyen/wordpress-snippets/blob/master/get_number_of_posts_in_term.php)
+ [Get random post suggestion by categories](https://github.com/dalenguyen/wordpress-snippets/blob/master/get_random_post_suggestion_by_categories.php)
+ [Get random post suggestion by tags](https://github.com/dalenguyen/wordpress-snippets/blob/master/get_random_post_suggestion_by_tags.php)
+ [Remove inline styling from tag cloud](https://github.com/dalenguyen/wordpress-snippets/blob/master/remove_inline_styling_from_tag_cloud.php)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f1570f8

Please sign in to comment.