WP-o-Matic breaks WordPress Related Links
function adminInit() { auth_redirect(); // force display of a certain section $this->section = ($this->setup) ?...
Read MoreSlidePress Plugin Redirect Bug
When clicking on settings links for the SlidePress plugin in a multi-user WordPress site the plugin would redirect to /wp-admin/?c=1 for...
Read Moreis_home() not working in my WordPress plugin
When using is_home(), is_category(), is_page() etc. in my WordPress plugin that displays category-based ads, they kept returning NULL. My...
Read MoreUSPS Web Tools
I was trying to add the USPS API into osCommerce. I received the following error when adding this shipping module: RateV3 is not a valid...
Read MoreDisplaying Child Page Links in A Template
<?php /* Template Name: Child Page List */ ?><?php get_header(); ?> <div class="narrow_column"> <?php...
Read Morephp turns SQL to Excel
Thanks StarGeek for this code. this php script will write data from php using text from an SQL table (MySQL, supply your own SQL query) to...
Read More