Website Creation

prakasit khuansuwan uUJZW9c6o w unsplash scaled Running A Blog

Bloggers Succeed More When They Don’t Overtry

Authentic Writing Evokes EmpathyRather than overthinking and crafting overly elaborate sentences, writing in a relaxed a...
prakasit khuansuwan co12 Gn0yxU unsplash scaled Running A Blog

How to wrap links without overflowing them

To wrap the link text to fit the screen width, add the following to the CSS.a {word-break: break-all;}
prakasit khuansuwan jSXvjaiVPEA unsplash scaled Running A Blog

Blog Purpose: Monetization or Marketing?

Blogs are powerful tools for revenue or client growth. Understanding your blog's primary goal—earning money or attractin...
prakasit khuansuwan VQFiGR4Yqhs unsplash scaled Running A Blog

If you write an article using ChatGPT, you’ll notice it has a certain AI-like tone, right? So, how can you make it feel less like it was written by AI?

Here are some points to keep in mind:Mix in conversational languageUse phrases like "you know," "maybe," or "perhaps." A...
get illustrations 7GIjmldWc6s unsplash scaled AI Era

AI as a Superpower: How Intention Defines Humanity

AI (Artificial Intelligence) has become an integral part of our lives, rapidly transforming the way we work, create, and...
summertime flag C6q6cjlASnI unsplash scaled Plugins

How to Make ISRC Number and Audio Player URL Custom Fields Visible in the Post List and Editable via Quick Edit

By adding the following code, you can achieve this functionality.// PART 1: Display columns// Add custom columns for ISR...
summertime flag 9ZFCIfEJCU unsplash scaled Cocoon

Cocoon 2.8.4 introduces a beta feature that automatically generates featured images from post titles

Cocoon 2.8.4 introduces a beta feature that automatically generates featured images from post titles. To enable it, go t...
getty images CvFyuMaP1C4 unsplash scaled AI Era

The Value of Real Experiences in Blogs: Why Experience Matters Even in the Age of AI

Even in the AI era, where content generation is more efficient than ever, personal experience remains a critical element...
summertime flag bYTq59Lo91s unsplash scaled Running WordPress

How To Exclude Custom Post Types From WordPress Search Results

Paste the following code in functions.php to only allow posts and pages.function exclude_custom_post_types_from_search($...
summertime flag AaZSHwNWU3E unsplash scaled Plugins

How to add Breadcrumb NavXT to WordPress

For a block editor, you add the block. For classic themes, add below code into header.php.<?phpif(function_exists('bcn_d...