Tagged Questions
0
votes
1answer
72 views
Custom metabox not working
Morning!
I have a call in my functions.php file to include a custom meta-box php file in my theme's directory called: /metaboxes/home-meta.php
The code is as follows for the call:
add_action( ...
0
votes
1answer
81 views
Custom meta box includes
I am having some problems including files for my custom meta boxes. I have a structure like so:
post-meta.php
cmb
teaser_meta_box
load.php
initiate.php
display.php
save.php
So ...
0
votes
2answers
162 views
Include doesn't work, getting strange path: (/usr/local/php53/lib/php) - Whats wrong? (WPAlchemy)
I´m using WPAlchemy which is a helper class for metabox creation. I´m trying to include it through my functions.php but I´m getting strange errors when I have WP_Debug set to true.
For some reason ...