Please add ability to set number of clicks
-
Please add ability to set number of clicks when editing the link.
I managed to set the click numbers I accumulated on my old site as I wanted by editing the database table wp_postmeta and changing the meta_value where the post_id matched the link for your meta_key clink_clicks, for example:
UPDATE
db
.wp_postmeta
SETmeta_value
= ‘1532’ WHEREwp_postmeta
.meta_key
= ‘clink_clicks’ ANDwp_postmeta
.post_id
= ‘8092’;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Please add ability to set number of clicks’ is closed to new replies.