Title: vloo's Replies | WordPress.org

---

# vloo

  [  ](https://wordpress.org/support/users/flatko/)

 *   [Profile](https://wordpress.org/support/users/flatko/)
 *   [Topics Started](https://wordpress.org/support/users/flatko/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flatko/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flatko/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flatko/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flatko/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flatko/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] [Plugin: Advanced Custom Fields] How to output taxonomy field?](https://wordpress.org/support/topic/plugin-advanced-custom-fields-how-to-output-taxonomy-field/)
 *  [vloo](https://wordpress.org/support/users/flatko/)
 * (@flatko)
 * [14 years ago](https://wordpress.org/support/topic/plugin-advanced-custom-fields-how-to-output-taxonomy-field/#post-2846110)
 * 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](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [fatal error on install: line 14 on wp-blog-header.php](https://wordpress.org/support/topic/fatal-error-on-install-line-14-on-wp-blog-headerphp/)
 *  [vloo](https://wordpress.org/support/users/flatko/)
 * (@flatko)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-on-install-line-14-on-wp-blog-headerphp/#post-2265852)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FT Calendar] [Plugin: FT Calendar] Start calendar on Monday](https://wordpress.org/support/topic/plugin-ft-calendar-start-calendar-on-monday/)
 *  [vloo](https://wordpress.org/support/users/flatko/)
 * (@flatko)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-ft-calendar-start-calendar-on-monday/#post-2009215)
 * Icutanda, you can check this link:
 * [http://shtrak.eu/vloo/tech/code/ft-calendar-plugin-show-month-calendar-starting-from-monday/](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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FT Calendar] [Plugin: FT Calendar] Start calendar on Monday](https://wordpress.org/support/topic/plugin-ft-calendar-start-calendar-on-monday-1/)
 *  [vloo](https://wordpress.org/support/users/flatko/)
 * (@flatko)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-ft-calendar-start-calendar-on-monday-1/#post-2032871)
 * I 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/](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

Viewing 4 replies - 1 through 4 (of 4 total)