burria
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Use $variable to fill in wp_query post_typeNo idea then, but I think your code concatenation was wrong, at least in Genay doesn’t recognize de variable
$query = new WP_Query( array( 'post_type' => '' . $post_type . '', 'posts_per_page' => -1 ) ); ?>Forum: Developing with WordPress
In reply to: Use $variable to fill in wp_query post_typeHave you tried
<?php $query = new WP_Query( array( 'post_type' => $post_type, 'posts_per_page' => -1 ) ); ?>Forum: Plugins
In reply to: [Laika Pedigree Tree] Request of additional feature@rocomua it happens on custom-type-display.php. I’m looking to add hooks, but if you need one in a certain place (so you can update even after “hacking it”) tell me please.
Forum: Plugins
In reply to: [Laika Pedigree Tree] Additional Feature PleaseYou’re welcome @elanp! If you have more tips on how to make this plug-in better don’t hesitate on telling me them.
Also if you like this plug-in, leaving a review would be greatly appreciated 😉
Forum: Plugins
In reply to: [Laika Pedigree Tree] Additional Feature Please@elanp Now with 0.17, there is an option on settings to display males first.
Forum: Plugins
In reply to: [Felicette Pedigree Litters] Stal de BernsehoevenHi, the colors you need to change them in the CSS. The empty text is when there is no parents in the DB, you can choose any thing to display.
Forum: Plugins
In reply to: [Laika Pedigree Tree] Additional Feature PleaseI’ll be looking on puting an option to put males first. Abouth the color just check to use your own css, and copy the css file inside your theme css (and change the color code).
Forum: Plugins
In reply to: [Laika Pedigree Tree] Request of additional feature@rocomua the new update 0.16 lets you invert the direction of the tree. About the shortcodes is a more complex issue, I’ll be thinking about a different approach, because it could slow down the entire site.
Forum: Plugins
In reply to: [Laika Pedigree Tree] Using the pluginHi @rocomua, read this post
https://wordpress.org/support/topic/broken-loop/From the message “Another question: How difficult do you think it would be to show theme options in the plugin…”
Maybe it could help you.
Forum: Plugins
In reply to: [Laika Pedigree Tree] Request of additional featureYes I’ll do that in the next update, thank you for the suggestion.
Forum: Plugins
In reply to: [Laika Pedigree Tree] Using the pluginHi @rocomua, could you elaborate? Im not sure what you are asking for.
Forum: Plugins
In reply to: [Felicette Pedigree Litters] Pedigree Litters problemYes! Do you know how it’s done? Cause if you don’t and want to translate the string and just send it to me I will upload it myself. And of course include your name!
Any question about translations you have my email 🙂Forum: Plugins
In reply to: [Felicette Pedigree Litters] Pedigree Litters problemHi Giorgio, I’m not exactly sure what are you asking about. If you Instead of selecting a dog (you only will be able to do that if you have installed Laika Pedigree tree) you put his name on “Name of the Mum (only necessary if there is no identifier)” it won’t appear linked.
In case you want to modify it yourself I will release an update with a hook, just tell me where you need it.
- This reply was modified 9 years, 4 months ago by burria.
Forum: Plugins
In reply to: [Laika Pedigree Tree] ImagesHi mshinoda,
The thumbnails are the featured image from the Laika content type:
http://lucidgrafix.com/wp-content/uploads/2013/03/featured.jpg
So if you have a dog called A and his father is B in the three will appear the featured image of “B”.
Forum: Plugins
In reply to: [Laika Pedigree Tree] Request of additional featureJust an update to let you know that Felicette pedigree litters is on the repository.