Code
Articles Tagged code:
-
Marketing Tools
.NET MAUI and Blazor Hybrid vs. Platform-Specific Frameworks in the Cross-Platform Arena
Building applications across multiple platforms can feel like stepping into the ring for a heavyweight bout. It’s time-consuming, costly, and riddled with challenges like maintaining divergent codebases or ensuring a consistent user experience. That’s why cross-platform development has become an important option for reaching broader audiences. Yet even this approach often comes with its hurdles. Enter .NET MAUI and Blazor…
-
Content Marketing
WordPress: How To Redirect All RSS Feeds To One Destination
While reviewing Google Search Console, one issue that I kept encountering was URLs ending in /feed/ causing issues. While it’s pretty ingenious of the WordPress CMS to add RSS feeds to every bit of content – posts, tags, categories, comments, etc. – the feature is unnecessary. It produces a ton of internal paths for Google to crawl that have no…
-
Content Marketing
WordPress: How to 301 Redirect Pagination Pages to the Parent URL
It may be anecdotal, but I’m finding that Google Search Console is becoming more comprehensive in its reporting. So much so that I’ve begun to lean on it more and more… especially to identify pages not found on the site that might negatively impact search rankings. My site’s theme incorporates an approach where visitors can click load more if they’d…
-
Content Marketing
WordPress: How To Sort Your Custom Post Type Posts Alphabetically
With the new theme (and child theme) I’ve implemented on Martech Zone, I had to rebuild and recode the custom post type I built for Acronyms. I optimized the code to insert some additional custom fields and I’m having to redesign the archive and taxonomy templates to better display the acronyms listed. In my last theme (whose developers discontinued support),…