mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-21 16:10:57 +00:00
14 lines
1.2 KiB
PHP
Executable File
14 lines
1.2 KiB
PHP
Executable File
<?php $title = __('Campaign Rewrite option', 'wpomatic') ?>
|
|
<h2><?php _e('Campaign Rewrite option', 'wpomatic') ?></h2>
|
|
|
|
<h3><?php _e('Basics', 'wpomatic') ?></h3>
|
|
<p><?php _e('The rewriting settings allow you to replace parts of the content with the text you specify.', 'wpomatic') ?></p>
|
|
|
|
<h3><?php _e('Basic rewriting', 'wpomatic') ?></h3>
|
|
<p><?php _e('To replace all occurrences the word <em>ass</em> with <em>butt</em>, simply type <em>ass</em> in the "origin field", and <em>butt</em> in "rewrite to"', 'wpomatic') ?></p>
|
|
|
|
<h3><?php _e('Relinking', 'wpomatic') ?></h3>
|
|
<p><?php _e('If you want to find all occurrences of <em>google</em> and make them link to <a href="#">Google</a>, just type <em>google</em> in the "origin field" and http://google.com in the "relink to" field', 'wpomatic') ?></p>
|
|
|
|
<h3><?php _e('Regular expressions', 'wpomatic') ?></h3>
|
|
<p><?php _e('For advanced users, regular expressions are supported. Using this will allow you to make more powerful replacements. Take multiple word replacements for example. Instead of using many rewriting boxes to replace <em>ass</em> and <em>arse</em> with <em>butt</em>, you can use the <strong>|</strong> operator: (ass|arse).', 'wpomatic') ?></p>
|