10pm.ca – Tidbits for the wandering Googler

wordpress

Getting .htaccess rewrites working in subdirectories under WordPress

Cats: apache, web development, wordpress

By PJ on June 2, 2013


If you need to get redirects, or other htacccess directives, working in subdirectories under the WordPress installation, this may help.

Adding custom menu items or <li> tags before and after your wp_nav_menu in WordPress

Cats: wordpress

By PJ on May 20, 2013


If you need to add arbitrary or custom <li> tags before/after your WordPress navigation menu, such as calling wp_nav_menu, you can use this little bit of code.

Working with WordPress locally or on a development server

Cats: web development, wordpress

By PJ on April 8, 2013


Quick tip for those who develop in a local, or development, LAMP/XAMPP test environment. Working on WordPress can be a stinger, because of its tendency to use absolute URLs. Having tried a bunch of super quick fixes (mostly rewrites and … Continued

Running WordPress Multisite on Different Port

Cats: web development, wordpress, wordpress multisite

By PJ on March 23, 2013


If are running a WordPress multiste and you run into this error: Multisite only works without the port number in the URL. You can make the following small change to wp-includes/ms-settings.php to include your custom port. Let’s use port 8080 … Continued

Integrating Kohana 3 with WordPress

Cats: kohana, web development, wordpress

By PJ on February 7, 2013


Wish you could use Kohana’s powerful object-relation, templating or even routes, when writing your next WordPress theme? Then check out Azuka Okuleye’s super helpful article on how to integrate Kohana 3 with WordPress.

Recent Posts

  • SpeedCrunch “Plugin”: Currency Converter
  • OctoPi/OctoPrint Change Webcam Resolution
  • Polono PL60 Label Printer on Ubuntu/Linux Mint
  • Flash Custom Firmware onto Iris v7
  • GIMP – Save for Web Plugin

Archives

  • April 2024
  • August 2023
  • July 2023
  • May 2022
  • April 2022
  • February 2022
  • August 2021
  • June 2021
  • March 2021
  • October 2020
  • April 2020
  • February 2020
  • October 2019
  • April 2019
  • March 2019
  • September 2018
  • August 2018
  • June 2018
  • May 2018
  • March 2018
  • January 2018
  • December 2017
  • March 2017
  • February 2017
  • January 2017
  • November 2016
  • September 2016
  • August 2016
  • January 2016
  • July 2015
  • March 2015
  • February 2015
  • October 2014
  • August 2014
  • February 2014
  • December 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012

Categories

© 2025 10pm.ca – Tidbits for the wandering Googler