Category archive

Uncategorized

Explore every article in Uncategorized, with preserved WordPress-friendly URLs.

17 articles

General Knowledge

Who is Anita Bryant

Anita Bryant is an American singer, former beauty queen, and controversial political activist. She rose to fame in the 1950s and 1960s as a popular vocalist, with hits such as “Paper Roses.” She also gained prominence as a spokesperson for the Florida Citrus Commission in the 1960s and 1970s, becoming closely associate

Jan 12, 2025

Read article

General

क्या भारत तानाशाही राष्ट्र बनता जा रहा है? ये कहां तक सच है!!!

भारत में इस समय लोकतंत्र और तानाशाही के विषय पर बहुत ज्यादा प्रचार हो रहा है। एक ही विषय पर बहुत सारे लेख और यूट्यूब वीडियो चलन में हैं। दरअसल भारत में 2024 का लोकसभा चुनाव होने वाला है, इसलिए हम पहले इन दो शब्दों को समझेंगे और फिर इस विषय पर चर्चा करेंगे कि […]

Apr 19, 2024

Read article

Uncategorized

WordPress permalink pagination not working

Say for example i have created a custom post type. I have implemented pagination for the same. When i call this url http://localhost.dm/news/multi-media-gallery/page/2/, it show page not found. But if i try with http://localhost.dm/news/multi-media-gallery?page=2, it work. Now to make the pagination work with permalink

Sep 11, 2020

Read article

javascript

Jquery set input value and trigger on blur event

I want to trigger an event every time i click on select on any element by id First i will try to set the input value by the following code pickedvalue = jQuery(‘#someElementId’).val(); jQuery(‘#anotherInputElement’).val(parseInt(pickedvalue)); // use parseInt if the input type is “number” else not required. After setti

Sep 10, 2020

Read article

linux

How to change the php version for the console

Many a times when you view the php version in the browser by displaying the phpinfo() information and the php version that is displayed when you see by typing the command “php -v” in the console or command prompt, You will notice that there is difference in the two. So how to set the php […]

Nov 18, 2019

Read article

javascript

issue with submit form in ajax success response

Usually when we try to submit the form after ajax call on success response, the form does not’t get submitted. Like for example in below code:- $.ajax({ type : “POST”, url : “to/some/url”, data : { userName:userName, mobileNumber:mobileNumber, otp:otp }, dataType : “json”, success : function(data) { if(data.result == t

Jul 12, 2019

Read article