nadine00
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get data out of a custom field that holds an arrayHmm, that’s coming up empty. I’ve used it before in the loop to grab image and url’s and other things (awesome), but here its just working. But here i have to find it and pull it before the loop.
I was trying this sort:
<?php $making_args = array( 'cat' => 22, 'meta_key' => 'lesson-type', 'meta_value' => 'Secondary', 'posts_per_page' => 10, 'offset' => 0, ) ?>
Which is ok, as long as that meta value is a single input (ie the magic field’s drop drop down, a text-box etc), but when its not….nothing.
Thanks for the links tho. ??
Forum: Fixing WordPress
In reply to: How to get data out of a custom field that holds an arrayOk that makes sense, but the data isn’t in the wp_options table, its in wp_postmeta. any suggestions about that?
Forum: Fixing WordPress
In reply to: How to get data out of a custom field that holds an arrayHmm. How does it do the work? I’m reading the reference and I’m looking at the option reference page, but I’m not putting 2 and 2 together. Apologies.
Thanks.
Nadine
Forum: Fixing WordPress
In reply to: Searching By Custom Field ArraysI am having a similar issue. I am using a checkbox list, but I am having difficulties displaying posts based on a custom field value, due to the way they are stored by magic fields.
Did this ever get resolved? I am curious to know.
Thank you!
Nadine
Forum: Plugins
In reply to: making an archive based on a category and a custom field valueLooking.
Also its only a partial category archive. The category part works fine. But…its having issues with the meta key. I;m looking for the right way to do this:
“If this article is in X category AND has a meta value of Y then list it here.”
Forum: Plugins
In reply to: wp_list_bookmarks questionWoo! That worked. Thank you! And thanks for the reference page links as well. ??
Nadine.
Forum: Plugins
In reply to: wp_list_bookmarks questionDo you have any links to references where I can learn to do that? Please, and thank you.
Forum: Plugins
In reply to: wp_list_bookmarks questionThank you. ??
Is there a way to keep links that are in two categories from displaying twice in the same list?
Forum: Plugins
In reply to: [Plugin: FancyBox for WordPress] iframe issues; 1 solved, 1 to goI am also having this problem. Did you have any success?
Because I’m using the Magic Fields plugin, and it writes the image location to a custom field.
Forum: Fixing WordPress
In reply to: exlude child pages but not parent pagethank you. i missed that. ??
_n
Forum: Themes and Templates
In reply to: removing a divider line at the end of a nav menuThanks esmi.
That tip about :first-child lead me to find :last-child. So all I had to do was say li:last-child {border-right: none;} and it worked…well not in IE…but for now it will work.
cheers.
Forum: Fixing WordPress
In reply to: Importing from Textpattern database – does it still not work?I’m having issues with this script as well. As its telling me I have no content to import. What was your mistake essell2? Maybe I am doing the same thing.
Thanks!
Nadine.
Forum: Installing WordPress
In reply to: password protection message and comment count..found it, its hiding in the comments_template.php
Forum: Fixing WordPress
In reply to: How do you make an archive with no pagination?Figured it out. Had to use an if /is particular category or is_tag statement.