WDES Responsive Mobile Menu Layout 1 Add-ons sample options
Click every tab to get the sample options and se the screenshot image.
[anton-accordion cat=”270″]
Click every tab to get the sample options and se the screenshot image.
[anton-accordion cat=”270″]
Click the links below. To test responsiveness, visit my responsive tools ). Jquery Color box Grouped Photo 1 Jquery Color box Grouped Photo 2 Jquery Color box Grouped Photo 3
How Convert string with unwanted character to slug, proper name, etc.? Try this code using http://phptester.net/. Happy Coding 🙂
How to remove autocomplete in all fields WordPress CSS? Reason is some fields auto fill is wrong. Example email field auto fill with date of birth. Some users confused of this and don’t want this in their site. Copy the codes below in your functions.php of your current theme folder.
Get current IP address. Get total number of days in current months. Replace unwanted cgaracters Template DIR function. Get current slug Widget text auto P Get post / page content ( mysql ) Convert to lowercase Execute Shortcodes Inside Custom Fields Using do_shortcode() Where ‘meta_key’ is the meta key name of your custom fields. WordPress…
Add sub-page using 1 page without adding another pages using add_rewrite_rule is very simple but clean strategy most specially if you have multiple sub-pages. Using add_rewrite_rule, your task is done. Please copy the codes to your functions.php. Example: I have this page, https://www.anthonypagaycarbon.com/parent/ and the page ID is 10. add_filter(‘query_vars’, ‘wdes_query_vars’); function wdes_query_vars($vars) { $vars[]…