Show related item by tags without using any type of plugins. Use functions code on your theme and show item by tag. So follow simple steps. How to Do Open theme’s functions.php file and paste given code. //Show Related item by tags function single_post_related_items_by_tag() { $current_post_id = get_the_ID(); $post_tags = get_the_tags($current_post_id); if ($post_tags) { $tag_ids […]

devian-1

नवरात्रि 2023 वर्ष 2023 के नवरात्रि मे ग्राम चिलरी कला के अंतर्गत दो जगहों पर मा दुर्गा जी को विराजमान किया गया है । देवीयन मंदिर पास और मीद किराना स्टोर मे हर साल की तरह इस साल भी विराजित किया गया है । Gram – Chilari Kalaa, District – Sidhi, State – Madhya Pradesh

If you don’t want to download latest version of php but you want to update php version so use simple command on your apache server. How to Do Open terminal or SSH. Use given command for update and set php version. sudo add-apt-repository ppa:ondrej/php sudo apt update Then restart your server using sudo systemctl restart […]

How-install-Varnish-on-Digital-Thumbnail-21052

Use Varnish on your server and increase website speed and performance. So install and use varnish on your server using some simple steps. How to Install Varnish Login in console or terminal. use command for install varnish sudo apt update sudo apt install varnish now start varnish using command sudo systemctl start varnish sudo systemctl […]

If your website performance slow? and you want to make better performance? So i recommend some free cache plugins for your WordPress website. Top 5 Free Cache Plugins LiteSpeed Cache – It offers server-level caching. Use LiteSpeed Cache plugin and increase website speed and performance. This plugin created by LiteSpeed Technologies. WP Super Cache – […]

आप सिम्पल स्टेप्स को फॉलो करेंगे तो आपकी कितनी भि बड़ी वेबसाईट क्यूँ न हो , उसे WordPress खुद ही migrate कर देता है । तो नीचे दिए हुए आसान से steps को फॉलो करें । कैसे करें पहले पुरानी वॉर्डप्रेस वेबसाईट पर लॉगिन करें । अब settings मे जा कर permalink पर क्लिक कर […]