vloo
Forum Replies Created
-
You should add the term id to the second parameter. It should look something like ‘machinecategory_34’ where 34 is the term_id.
If you’re doing this in your archive/taxonomy page, you can do the following:
echo get_field('machine_tax_description', 'machinecategory'.$wp_query->queried_object->term_id);This works for me 🙂
Forum: Localhost Installs
In reply to: fatal error on install: line 14 on wp-blog-header.phpI had that error when I deleted accidentally some code from wp-config.php
Check if you got the end of the file:
/* That's all, stop editing! Happy blogging. */ /** WordPress absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); ?>That worked for me.
Forum: Plugins
In reply to: [FT Calendar] [Plugin: FT Calendar] Start calendar on MondayIcutanda, you can check this link:
http://shtrak.eu/vloo/tech/code/ft-calendar-plugin-show-month-calendar-starting-from-monday/
I made the calendar start on Monday. At least for the month-thumb preview
I believe it’d be easy to do it for the whole plugin. I just don’t have the time to do that now.
Cheers,
vloo
Forum: Plugins
In reply to: [FT Calendar] [Plugin: FT Calendar] Start calendar on MondayI made the calendar start on Monday. At least for the month-thumb preview:
http://shtrak.eu/vloo/tech/code/ft-calendar-plugin-show-month-calendar-starting-from-monday/
I believe it’d be easy to do it for the whole plugin. I just don’t have the time to do that now.
Cheers,
Vloo