Profiles

  • Member Since: March 28th, 2013
  • Find me on:
  • Posted a reply to Get result from two post_types by post_meta, on the site WordPress.org Forums:
    Thank you - it works! This is my code: <?php $paged = ( get_query_var('paged') )…

  • Created a topic, Get result from two post_types by post_meta, on the site WordPress.org Forums:
    Hi, I want to get posts from my post_type "elements" …

  • Posted a reply to using a different wordpress function instead of the default one, on the site WordPress.org Forums:
    When I change the last line in the function return apply_filters( 'get_calendar', $calendar_output ); to…

  • Posted a reply to using a different wordpress function instead of the default one, on the site WordPress.org Forums:
    - i think it's going wrong in the bottom, where I add_filter or apply_filters!

  • Created a topic, using a different wordpress function instead of the default one, on the site WordPress.org Forums:
    Hi, I need to get two of my post_types to the Wordpre…

  • Posted a reply to Using while and foreach with $wpdb, on the site WordPress.org Forums:
    It works now when I use get_results instead of results

  • Posted a reply to Using while and foreach with $wpdb, on the site WordPress.org Forums:
    I'm creazy - yes, it make sense to change the parameters in the foreach -…

  • Posted a reply to Using while and foreach with $wpdb, on the site WordPress.org Forums:
    @diondesigns But how can I determine the mysql extension? Now I have tried to combine…

  • Created a topic, Using while and foreach with $wpdb, on the site WordPress.org Forums:
    Hi I'm using ACF (Advanced Custom Fields) on my backe…

  • Posted a reply to show who currently editing a post in wordpress frontend, on the site WordPress.org Forums:
    I do et myself - here is my php code. Maybe not the right way…

  • Posted a reply to show who currently editing a post in wordpress frontend, on the site WordPress.org Forums:
    @hardeepasrani I am using ACF - Advanced Custom Fields for the edit-forms in backend. @diondesigns…

  • Created a topic, show who currently editing a post in wordpress frontend, on the site WordPress.org Forums:
    I have a page in the frontend of my wordpress site, wh…