The duplicates tag has no wiki summary.
1
vote
1answer
189 views
Custom Post Type Pagination & duplicate posts
I'm working on a template which will use some custom-post-types & custom-taxonomies.. I'm having problems with pagination and duplicate posts.
HOME.PHP
LOOP #1
On the homepage (home.php) I have ...
0
votes
1answer
238 views
Save both current and new version of post meta
I want to save two versions of my custom meta box data called "sidebar". I want to compare a new and old version of this data later on, so that is why I want to save a copy of the current "sidebar" to ...