onebrightlight
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get all pages with Custom Field Name/ValueRight. I think I’ve got that here, but I could of course be wrong. I think it’s set up in the loop currently this way:
http://pastie.org/private/y9oaqffkjbqilsi3tglq
Basically when I click the link, I’d like to generate a page that lists everyone matching these values. That or a dropdown box below the DL would work too.
Sorry if I’m making this too confusing. The client ended up requesting these features MUCH after the fact.
Forum: Fixing WordPress
In reply to: Get all pages with Custom Field Name/ValueThanks for the help!
When I put it into the place of the link however, the page ends up not loading, though no error message is given. It just seems to keep trying to access the page. Am I forming the link incorrectly?
<a href="<?php query_posts('meta_key=tax_planning&meta_value=on&post_type=page'); ?>">Commercial Litigation & Dispute Resolution</a>Forum: Fixing WordPress
In reply to: Removing multiple spaces in posts/pagesI’ve been doing this online, via the plugin “Search & Replace”, as well as another that I can’t recall the name of now, but it seems that every time i enter in this info, it comes back as a null value:
» Attempting to perform search and replace …
» Search … and replace withAnd so on… Tried searching in PHP MyAdmin, but decided to back out before I got in too deep on that one.
Forum: Fixing WordPress
In reply to: Displaying Text based on Parent Page’s Name/SlugOkay, so I can’t have it get the page name then? :-/ Drat.