Tagged Questions
2
votes
1answer
25 views
nowplaying.include.php Will Not Display Results
Cyberchimps.com recommended I post here as they believed there may be a global issue with my request. I thought what I was missing was obvious and simple, but two months into this and being referred ...
2
votes
2answers
219 views
What is the most efficient method for loading widgets in functions.php
I have seen WordPress developers use two different methods for loading custom widgets from the functions.php file.
The first:
include("functions/my-custom-widget.php");
The second:
...
1
vote
2answers
696 views
WordPress “include TEMPLATEPATH” or?
I built something like this:
Index Container Widgets Area
and I created a widget for that -
Categories Widget - Index Container .php
with this in:
<?php include (TEMPLATEPATH . ...