Category Archives: php

Paths For Building WordPress Themes or Plugins

When tinkering with the code that runs WordPress it’s very important to get the correct path to a file. Of course it is or else the files can’t be found and your new functionality won’t work. According to the Codex … Continue reading

Posted in php, Plugins, WordPress | Tagged , | 2 Comments

Using PHP Inside Content of WordPress Blogs

Using PHP inside of content on WordPress sites may not produce the expected results. As WordPress is built in PHP, you might think you could just start typing PHP code inside a post to pull some information from a database. … Continue reading

Posted in php, Plugins, WordPress | Tagged , , , | 4 Comments