Upon installation, WPFE overlays a editing interface directly onto your live website. When logged in as an administrator, you don't go to /wp-admin/post.php?post=1&action=edit . You go to the page itself, click an "Edit" button floating in the admin bar or hovering over the content, and the page transforms. The title becomes a text field; the content becomes a rich text editor; the featured image becomes a clickable upload zone.

public class SolidTextBlock : Control

<Window.Resources> <Style TargetType="TextBlock" x:Key="SolidTextStyle"> <Setter Property="Foreground" Value="Black" /> <Setter Property="Background" Value="LightGray" /> <Setter Property="Padding" Value="5" /> </Style> </Window.Resources>

Wpfe __full__

Upon installation, WPFE overlays a editing interface directly onto your live website. When logged in as an administrator, you don't go to /wp-admin/post.php?post=1&action=edit . You go to the page itself, click an "Edit" button floating in the admin bar or hovering over the content, and the page transforms. The title becomes a text field; the content becomes a rich text editor; the featured image becomes a clickable upload zone.

public class SolidTextBlock : Control

<Window.Resources> <Style TargetType="TextBlock" x:Key="SolidTextStyle"> <Setter Property="Foreground" Value="Black" /> <Setter Property="Background" Value="LightGray" /> <Setter Property="Padding" Value="5" /> </Style> </Window.Resources>

1373074
Total Views
30795
Current Month Views
39162
Previous Month Views
875936
Total Downloads