Quantcast
Channel: than – CODE SNIPPETS
Browsing all 4 articles
Browse latest View live

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 Article


How 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 Article


IsLargerThan 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 Article

IsSmallerThan 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
Browsing all 4 articles
Browse latest View live