Tagged Questions
2
votes
1answer
15 views
Set attached to state
In the media library every attachment post has an "Attached to" column. I've developed a plugin that adds author profile and a facebook like banner image.
I now discovered that the attachment posts, ...
0
votes
1answer
156 views
How to insert multiple postmeta values with one query?
I have a custom script/plugin I am using for myself that creates a post along with some postmeta information. Right now, I have multiple $wpdb->insert, but I would like to condense this down into ...
0
votes
1answer
141 views
Add meta tags with a plugin?
I've tried a number of plugins including Add Meta Tags and Meta SEO Pack which add a meta tag description to the home page.
But my home page is static so the description is added to my blog page.
I ...
0
votes
1answer
190 views
Link Posts to External URL
I'm building a site which lets users to submit links using User Submitted Posts plugin. I want every post title to link to its URL something like reddit. Moreover, User Submitted Posts plugin add URL ...
0
votes
2answers
5k views
What is generating my meta og:description?
My site has Facebook social graph meta tags in its page:
<meta property="og:title" content="First Look at Dwarves from The Hobbit"/>
<meta property="og:description" content="Movie"/>
...
0
votes
1answer
372 views
Updating post meta for custom post types
I'm writing a plugin for work (still) and having one more issue.
I've added my meta boxes as needed. However, the problem I'm having occurs when saving the post. My snippets for saving pretty much ...