Custom Fields, Media uploader, Attachments

There are a few different ways to get your values. One way is in the loop and another way is outside the loop. Here is a short code snippet that can be used to get them outside the loop ( untested ) <?php global $wp_query; $postid = $wp_query->post->ID; echo get_post_meta($postid, ‘customField’, true); ?> You will … Read more

Attachment page custom title?

I believe that attachment.php is the template for attachment pages. So you can edit existing one or create new if you have none. You can also create different templates for different mime types: http://codex.wordpress.org/Template_Hierarchy Edit: Sorry, in a case you want to change HTML page title, you may want to use is_attachment() in header.php of … Read more

how to edit attachments?

Use the Media Uploader. Press Upload Photo above the editor. See the tab “Gallery( number-of-items-attacched )” Manage / Rerrange order To delete: show an item and press Delete (it’s at below of the window)

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