angelakwong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Loop help?David, that would be awesome.
I’m trying to figure out how to target each of the custom fields via css…
Forum: Fixing WordPress
In reply to: Loop help?So i ran the test, and this is what shows up….
Array
(
[_edit_last] => Array
(
[0] => 1
)
[inks] => Array
(
[0] =>
)
[adhesives] => Array
(
[0] => this is an adhesive
)
[coatings] => Array
(
[0] =>
)
[_edit_lock] => Array
(
[0] => 1284757365
)
)Array
(
[_edit_last] => Array
(
[0] => 1
)
[_edit_lock] => Array
(
[0] => 1284757232
)
[website_url] => Array
(
[0] =>
)
[developers] => Array
(
[0] => this would be the adhesive info
)
[designers] => Array
(
[0] => this would be the ink info
)
[producers] => Array
(
[0] => this would be the coatings info
)
[inks] => Array
(
[0] => this is an ink
)
[adhesives] => Array
(
[0] => adhesive info
)
[coatings] => Array
(
[0] =>
)
)Forum: Fixing WordPress
In reply to: Loop help?hmm. i might be in over my head…
Just add code to check the returned array has specific entries or not and use these results to either display divs or not. Once you have the custom post fields returned successfully it is fairly straightforward to do what you need.
how do you check if the returned array has specific entries?
Forum: Fixing WordPress
In reply to: HELP! Custom Post TypesThanks vtxyzzy.
You were right!
Forum: Fixing WordPress
In reply to: Products page in wordpress?I’d use custom post types.
http://net.tutsplus.com/tutorials/wordpress/rock-solid-wordpress-3-0-themes-using-custom-post-types/
Forum: Fixing WordPress
In reply to: Media not showing upIt worked! Thanks!
But still wondering what the root of the problem was…
Forum: Fixing WordPress
In reply to: Media not showing upI’ve tried that before as well, but it just doesn’t show up at all…
Forum: Fixing WordPress
In reply to: Media not showing upThe photo shows up when i put a Caption in.
The video still doens’t show up at all…only a link.
Forum: Fixing WordPress
In reply to: meta-info not linking vertically to postthe link is http://www.blupeacock.ca/test
you can see how all the meta data on the left side is bunched together…
This is the link to my index.php file
http://wordpress.pastebin.com/SUqCKTtCi feel like i know what’s going on but i can’t figure out how to fix it…
any help would be amazing!
thank you in advance