Beskrivning
Custom Frames allows you to easily create a picture frame without having to write any code. You can add the frame to pictures by using the shortcode [customframe].
Features
- Border settings page to control the frames border
- Shadow settings page to control the frames shadow
- Caption settings page to how a caption would interact with the frame
- Easy to use shortcode to place the frame around a picture
Shortcode
Custom Frames uses the shortcode [customframe] in order to specify which picture to apply the frame to.
The following shortcode accepts 5 attributes.
[customframe src=”” height=”” width=”” caption=”” class=””]
The src attribute is required and should be the url to the picture.
The height attribute is optional and is used to define the height of the picture. The default value is 300.
The width attribute is optional and is used to define the width of the picture. The default value is 450.
The caption attribue is optional and is used to add a caption to the picture.
The class attribue is optional and is used to add a css class to the picture frame.
Skärmdumpar
Installation
- Upload the plugin files to the
/wp-content/plugins
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ’Plugins’ screen in WordPress
- Through the admin dashboard navigate to personalize/custom frames
- Once at the custom frames settings page create your desired picture frame
- Add the custom frame to a picture with the shortcode [customframe src=””]
Vanliga frågor
- Where is the settings page for Custom Frames located?
-
The settings page for Custom Frames is under appearance/Custom Frames.
- I created a frame, how do I apply it to a picture?
-
Custom Frames uses the shortcode [customframe src=””] to apply the frame to picture. See Other Notes or the readme.txt for more information on the shortcode and its accepted attributes.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”Custom Frames” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”Custom Frames” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
Version 1.0.0
*Initial release of Custom Frames