Changeset 154148
- Timestamp:
- 09/12/2009 08:22:27 PM (17 years ago)
- File:
-
- 1 edited
-
single-random-post-with-text/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
single-random-post-with-text/trunk/readme.txt
r153851 r154148 30 30 2. Using a FTP client, connect to the blogs' host and put the directory "single-random-post-with-text" in the "/wp-content/plugins/" directory. 31 31 3. From your admin dashboard, activate the plugin in "Plugins" section. 32 4. Edit the theme and add, wherever you want this plugin to work, the code <?php single_random_post_text(); ?>.32 4. Edit the theme and add, wherever you want this plugin to work, the code `<?php single_random_post_text(); ?>` . 33 33 34 34 == Screenshots == … … 45 45 46 46 This plugin for display, uses: 47 - The title is shown in html tags <h2> and </h2>;48 - The first part of the quoted content is dispayed in html tags <p> and </p>;47 - The title is shown in html tags `<h2>` and `</h2>`; 48 - The first part of the quoted content is dispayed in html tags `<p>` and `</p>`; 49 49 50 50
Note: See TracChangeset
for help on using the changeset viewer.