Pulling latest posts from wordpress into any page

In order to pull a set number of words use:

Calling “wp-blog-header.php” is needed in order to have the wordpress functions available. If you

Read more

Avoiding save_post to run your code twice

When attaching a function in functions.php to save_post I found out it runs my code twice. Finally found a solution using:

Read more