contact

or cancel

PHP

Getting a Whole-Word WordPress Summary

We just wanted to share a quick snippet that we use all the time to make custom WordPress summaries inside our PHP code. Sometimes the native WordPress “excerpt” doesn’t fit your needs, so creating it on the fly is a … Read more…

Author

Matt

Category

PHP

Getting Blog Posts from WordPress in PHP

There may be a time where you need to retrieve information about WordPress blog posts that are not hosted on your server. Remember, if you do have access to the WordPress directory, you can load WordPress itself into any PHP … Read more…

Author

Matt

Category

PHP