Changeset 1683673
- Timestamp:
- 06/22/2017 06:03:58 PM (9 years ago)
- Location:
- custom-site-logo
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-site-logo/tags/1.0/readme.txt
r1683671 r1683673 29 29 2. Paste `<?php echo csl_CustomSiteLogo_show_logo(); ?>` where you want to display your logo. 30 30 31 OR31 == OR == 32 32 33 33 Shortcode is also avaible to use anywhere: `[csl_display_logo]` … … 42 42 == Frequently Asked Questions == 43 43 44 = Can I insert logo anywhere using backend editor? = 44 = How to insert logo? = 45 Open header.php file of your current theme. 46 Paste `<?php echo csl_CustomSiteLogo_show_logo(); ?>` where you want to display your logo. 47 48 = Can I also insert logo picture anywhere using backend editor? = 45 49 46 50 Yes you can just use the shortcode [csl_display_logo] in any post/page/custom post editor to show the logo image. -
custom-site-logo/trunk/readme.txt
r1683671 r1683673 29 29 2. Paste `<?php echo csl_CustomSiteLogo_show_logo(); ?>` where you want to display your logo. 30 30 31 OR31 == OR == 32 32 33 33 Shortcode is also avaible to use anywhere: `[csl_display_logo]` … … 42 42 == Frequently Asked Questions == 43 43 44 = Can I insert logo anywhere using backend editor? = 44 = How to insert logo? = 45 Open header.php file of your current theme. 46 Paste `<?php echo csl_CustomSiteLogo_show_logo(); ?>` where you want to display your logo. 47 48 = Can I also insert logo picture anywhere using backend editor? = 45 49 46 50 Yes you can just use the shortcode [csl_display_logo] in any post/page/custom post editor to show the logo image.
Note: See TracChangeset
for help on using the changeset viewer.