Tagged Questions
0
votes
1answer
48 views
Making posts permalinks consistent numbers
I'm developing a new website, but I can't quite figure out a solution to my permalinks problem.
My main website is http://w3spine.com, I'm sending posts to my second WP installation at ...
0
votes
1answer
95 views
Is there a way to show attachment IDs on the attachment info screen?
I want to use attachment IDs for shortcodes, but if the image is published with a permalink, it's harder to find the ID.
I've found some functions online that can turn the attachment url into its ID, ...
2
votes
2answers
735 views
Post ID At The End Of Permalink URL Effects Performance (Positively)?
HARD NOTE: This question is solely about performance, and NOT search engine optimization. So, please make sure your answers are as such.
W.r.t permalinks, "year" is the most obvious numeric of ...
2
votes
2answers
1k views
How to get permalink and title from post ID?
I have stored an array of post IDs and I would like to list the posts as links, meaning I need to get the title and permalink for the post ID - $id. The list should be echoed out by the following if ...