↧
How to remove any post that is older than X days in WordPress
To remove any post that is older than X days in WordPress you can use the query below. Sample mySQL Please rate this snippet
View ArticleHow to disable comments on posts older than date X in WordPress
To disable comments on posts older than date X in WordPress you can use the snippet below. Sample mySQL Please rate this snippet
View ArticleIsLargerThan generic extension method for C# and VB.NET
This is the IsLargerThan generic extension method, this extension method which is part of the Fesslersoft.Extensions. It should only work with numeric values. Samples Sample C# Sample VB.NET If you...
View ArticleIsSmallerThan generic extension method for C# and VB.NET
This is the IsSmallerThan generic extension method, this extension method which is part of the Fesslersoft.Extensions. It should only work with numeric values. Samples Sample C# Sample VB.NET If you...
View Article