Skip to content

Instantly share code, notes, and snippets.

@dasbairagya
Last active December 6, 2017 10:07
Show Gist options
  • Save dasbairagya/071505c74ad7f4db6d114a8611a0cf37 to your computer and use it in GitHub Desktop.
Save dasbairagya/071505c74ad7f4db6d114a8611a0cf37 to your computer and use it in GitHub Desktop.
List of necessary codes at a glance.
---List of all gists at a glance---
1)Display WooCommerce Recently viewed products Without a Shortcode.
2)Display WooCommerce Latest Products Without a Shortcode.
3)Add custom columns to the user table of the admin dashbord.
4)front-end to cpt including image(advance).Used in sharespace.
5)short code to get the woocommerce recently viewed products.
6)Show woocommerce featured product in home page.
7)Get the image,title and link of the parent term of product_cat taxonomy in woocommerce for creating the slide in home page with parent category.
8)Woocommerce product-details page common customization.
9)Display an Image Spinner During an Ajax Request.
10)Show the related post for (grouped as same taxonomy and same cpt).
11)Simple news letter form of ultimate newsletter plugin.
12)Login/Register for wordpress.
13)Advance Login Register with modal popup.
14)seattleshuttlex-search page.
15)paginate_links().
16)JSON API WITH AJAX.
17)what is json?
18)Dynamically create active class within loop.
19)Dynamic menu creation using walker.
20)Submit html form using Ajax with loader.
21)Wordpress pagination for custom post type.
22)get a list of posts from Custom Taxonomy.
23)Delete a table-row using JQuery Ajax without page reload.
24)How to add post from front-end form to custom post type in admin back-end.
25)JQuery autocomplete input-field by term-taxonomy.
26)Custom plugin for file upload and view
27)category page for custom post type(archive.php)
28)Custom word press comment template creation
-------------------Advance-----------------------------
*WP custom plugin structure.
*Server Side Form Validation Using Jquery Ajax in Codigniter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment