芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/plugins/wp-automatic/metabox_temp.php
Post title template
Post text template
(spintax enabled, like {awesome|amazing|Great})
</textarea>
Set default values for tags that return empty values
tag|default_value (one rule per line)
</textarea>
for example add "item_salary|Not Available" so if the tag named [item_salary] will return empty, it will return "Not Available" instead.
Custom post slug/permalink (by default, it will be the post title)
slug template
For example, [original_title] TEST
Example2: [post_title] TEST <-- uses the final post title
Max number of words
For example, 5 .Leave empty for no specific limit
Adjust numeric tags values (increase/decrease/multiply)
tag|tag adjustment equation (one rule per line)
</textarea>
for example add "item_price|item_price * 1.5" so if the tag named [item_price] will return 10, it will return 15 instead.
*for example add "item_price|item_price + 2" so if the tag named [item_price] will return 10, it will return 12 instead.