Added ability to choose custom post types were you want to use in post-gallery
Read moreAdded shortcode attribute “border”. Use for this attrbute CCS rule to set border to thumbnails. Example: inpost_gallery post_id=327 random=-1 thumb_width=150 thumb_height=150 border=”solid 2px #000″
Read morejQuery.live is useful especially when creating dynamic DOM-element, in addition in large projects it is not simple just go for the function on. There is simple trick to avoid troubles …
Read moreSometimes when developing something on wordpress you need to use field term_group in data base table wp_term_relationships. For example sorting taxonomies terms by this field. But how to set value there? Described below php class will help to decide this task.
Read more2 big improvements: Multiple image adding and categorizing by groups inpost_gallery post_id=1 group=20. Them both very convinient for photographers. Now the plugin is more convenient to use … To choice many images keep CTRL button pressing and by left button of mouse click on images you want to add to gallery. Or keep [...]
Read more
Sometimes there are cases where you need to get links taxonomies post ranked in the hierarchy. Wordpress has function to get posts custom taxonomies links <?php get_the_term_list($id, $taxonomy, $before, $sep, $after) ?> But: you cant get it by hierarchy! I had such a task. And I want to describe my decision of this task. I [...]
Read moreWP_Query – filter by multiple meta values and order by other meta values
Task:
- get cars by multiple meta values
- give oportunity to sort them by: post_modified_gmt (table wp_posts),car_price (meta),car_mileage (meta),car_year (meta)
- while sorting featured cars must be on the top any way!!
If you upgrade plugin InPost Gallery from v.1.0.5 to v.1.1.2 your images disappeared. To back normal do next …
Read more
Code fully rewritten. Added settings page /wp-admin/options-general.php?page=inpost-gallery-settings . Margin of thumbs on front are in settings. A lot of improvements.
Read more
New release contain 2 new features: changing permalink of translation and manual setting of flag panel in single.php and page.php. Fully new plugin …
Read more