Blog
At Prism ICT, we offer a comprehensive range of services designed to help you achieve digital excellence At Prism ICT, we offer a comprehensive range of services
Stop Chrome auto refresh tab (Stop auto tab discarding)
If you want to stop chrome auto discarding you simple follow this step. open chrome://flags/ on your chrome find Automatic tab discarding and and make it disabled Re-start your browser Yes! You successfully solve this
WordPress register and get custom size thumbnail
For registration add this code on function.php add_image_size( 'size-name', 220, 180, true ); size-name It's must should be unique but you can use any name for this. 220 = Width (You can
WordPress meta_query by compare (value, array, date)
Simple meta query options = equals != does not equal > greater than >= greater than or equal to < less than <= less than or equal to $MetaQuery[] =