daztayor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank media window Mac uploadI had the same problem. Upgraded php version to 5.3.4 in easyapache – php minor version and everything works as it should.
Forum: Fixing WordPress
In reply to: Child of taxonomy term effecting parent termAnyone got any ideas on this? Is it bad code or a wp bug?
Forum: Fixing WordPress
In reply to: term_description in a page templateOk thanks very much for the reply but I’m not sure this will work.
The problem is the ‘page’ I’m displaying is actually unrelated in real terms to the taxonomy – herein lies my problem.
I’m thinking I may be better trying to write a widget and attempting to bring in the term description items as if I was printing to a sidebar.
Thanks again.Forum: Fixing WordPress
In reply to: Change custom_taxonomy nameHi thanks for response.
No luck, I change to
register_taxonomy(‘communities’…
but I’m left with an empty taxonomy list, the database field remains as types. I’m guessing its a start again job. ??Forum: Fixing WordPress
In reply to: Multiple loop, custom field and WP AlchemyOk I’ve worked it out, you need to add the connection meta_key which comes in the form of _your_custom_meta_id_field and whatever the meta_value code it spits out when you do the first one manually. ie
a:34:{i:0;s:7:”_XXX_ID”;i:1;s:17:”_XX etc..
Will be the same for all instances
Crackin
Forum: Fixing WordPress
In reply to: Multiple loop, custom field and WP AlchemyForum: Fixing WordPress
In reply to: Multiple loop, custom field and WP AlchemyHi Dimas I’ve another question.
I’ve imported xls file data into the post table no problem.
When I then import a second set of data into the postmeta table to populate the custom fields designed by WPAlchemy meta boxes, unfortunately nothing displays. They appear fine in the postmeta table but don’t show in the admin or the frontend. They are assigned a post_id correctly. They also appear fine on the posts where I have manually entered data.
Any ideas, is this a wp or mysql issue? I’ve 200 pages to import each with 40 data entries to input.
Many thanks again for a great plugin.Forum: Fixing WordPress
In reply to: Multiple loop, custom field and WP AlchemyGreat stuff thank you. Great class by the way has really streamlined the way we work!