i20 Sidebar Widgets
Using this plugin you can read RSS feeds and can display in HTML based widgets. This WordPress plugin is Shortcode based. After installation by placing shortcode you can access this plugin from pages of Sidebar.
by Biswabhusan · github.com/jharaphula/shortcode-custom-wordpress-plugin-source-code · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jharaphula/shortcode-custom-wordpress-plugin-source-code/archive/refs/heads/main.zipFrom the readme
Shortcode with Settings Custom Wordpress plugin Source Code for developers
This is a professional WordPress plugin approved by WordPress plugin directory. Using this plugin you can read RSS feeds and can display in HTML based widgets. This WordPress plugin is Shortcode based. After installation by placing shortcode you can access this plugin from pages of Sidebar.
Why we are sharing this WordPress plugin here?
It was noticed many new commers are struggling to develop a WordPress plugin from scratch. In this plugin we are using CSS files, JS files and images (if needed).
As I said before this plugin was approved by WordPress. So the license.txt and readme.txt files are 100% valid. You can use the same copy in your WordPress plugin. sidebar-widget.php under root was used to declar default value for 3 parameters using "updateoption" from WordPress.
core-init.php file was used to register CSS and JS files. The syntax we are using "wpenqueuestyle".
Technical description about this Custom WordPress plugin
assets folder contains css and js sub-folders. CSS and JS folders contains .css and .js files. You can add or edit this CSS classes or JS functions as needed. includes folder hav