How to make media upload private?
Possible Duplicate:
How to Protect Uploads, if User is not Logged In?
Possible Duplicate:
How to Protect Uploads, if User is not Logged In?
I must be annoying your with all these permalink questions 🙂
I would like to hide Pages and Comments from the editor.
I want 3 post with one loop iteration, so I’m using the_post() to achieve this: (html removed)
I have a widget I want only allowed to be used with the single.php sidebar. When I referenced the codex for register sidebar there isn’t a way to limit widgets in the array. I’ve researched with “WordPress limit widget to post” but they are only plugins returned in my search results. When I change my search parameters to page to see if I can get something returned I am reference to:
I want to sync post edits on two sites. Test environment, not production. Single direction (site A to site B, but not backwards).
Anyone know any resources to help me install my widget when my plugin is activated?
Would like to ask the question is it possible to stop the laoding of some scripts when viewed on a mobile/tablet device ?
I’m currently trying to figure out how to display a categories parent / grand parents name and url for a custom breadcrumb I’m working on.
So, i’m trying to find out a way to use two separate upload folders, being the default one wp-content/uploads for general media uploads, and another one say wp-content/custom for one specific type of attachments (PDF files attached to one specific post_type).