Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the insert-headers-and-footers domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /nas/content/live/bavotasan/wp-includes/functions.php on line 6121
Bandicoot Marketing, Author at bavotasan.com - Page 7 of 32

Author: Bandicoot Marketing

Trim Characters using PHP

I had previously written about how you can easily trim your text using a build in WordPress function called wp_trim_words() but sometimes you actually want to trim your text to…

Gridiculous for WordPress

I’ve been working on a WordPress theme for my Gridiculous boilerplate for quite a while and I’m finally finished. I submitted it to WordPress.org but it usually takes them a…

Using the Ternary Operator in PHP

It took me a while to actually figure out the name of this type of operator since trying to search “PHP” and “question mark” didn’t really result in anything useful.…

A Better wp_link_pages() for WordPress

If you’ve written a long post, WordPress provides the <!–nextpage–> quicktag so you can divide it into multiple pages. All you need to do is make sure that the theme…