How to create shortcode in wordpress
Write this below code in your activated theme functions.php file. Here we are creating the [shortcode].
Continue readingWrite this below code in your activated theme functions.php file. Here we are creating the [shortcode].
Continue readingBelow is the code to how to add your custom stylesheet in your custom plugin.
Continue readingPaste this code in your theme functions.php file to create custom post type “Events” with custom meta box “Event Date”
Continue readingAdd the below code: in your wp-config.php file below the line. /* That’s all, stop editing! Happy publishing. */ and
Continue readingAdd the below code in your functions.php in wordpress theme and after that open settings > permalinks and save the
Continue readingHere are the steps to redirect your custom post type single pages to not found page. Add the below code
Continue readingHere are the instructions to configure the url rewriting in nginx with wordpress
Continue readingBelow is the code to add theme options to wordpress, in this below code you can add fields like text
Continue reading