Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

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