Rewriting a page driven by custom fields to populate a page dynamically, like posts

WP_Query is your friend. Combined with featured images, you should be able to do this as a page template with a WP_Query call and loop. This is the html for the top post at the moment: <li class=””> <a href=”http://dsi.sva.edu/cheryl-heller-named-in-top-100/”> <img src=”http://dsi.sva.edu/wp-content/uploads/2013/01/public-interest-design.jpg” width=”332px”> </a> <span><b><p style:=”” color:=”” #f15c25;=””><a href=”http://dsi.sva.edu/cheryl-heller-named-in-top-100/”>Cheryl Heller was named one of the … Read more

How can i get the actor birthday by date?

For this to work you need the date stored in the database to match the $todaysDate and it probably doesn’t. If I am reading your somewhat confusing question correctly then you are storing dates like 20th Jan 2013 but you are matching it against a date that looks like 0120 (January 20). Even if you … Read more

How can i call from custom fields to the category editor?

You are saving your extra fields to the *_options table so you need to pull them back out of that table. You can copy and cobble together bits of the existing code to do that. if ( is_category() ) { $current_cat = get_query_var(‘cat’); } $tag_extra_fields = get_option(MY_CATEGORY_FIELDS); // var_dump($tag_extra_fields); // debug if (isset($tag_extra_fields[$current_cat])) { var_dump($tag_extra_fields[$current_cat]); … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)