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

I want to edit documents on my blog without the need to download and upload files again [closed]

Based on your comments on your question and the comment on Viruthagiri’s answer, you want to edit your documents and attachments using WordPress. I’m afraid WordPress doesn’t offer a feature to edit documents and images using their backend. The only thing I can say is to either use an FTP client (WinSCP [free] is a … 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)