开发者 | Accrete InfoSolution Technologies LLP |
---|---|
更新时间 | 2017年5月10日 14:54 |
Read More
text
option. It allows user to choose where to display posts in website.
Awesome Featured Post Widget
in the search box and click on search buttonAwesome Featured Post Widget
pluginAvailable widget
area, place it and customize your widgetsActivate the plugin
Available widget
area, place it and customize your widgetsPlease check whether the plugin is already present in Inactive widget
area or not? If yes, then you
better clear Inactive widget
and Refresh page.
There is a possibility of another plugin's css applied over this plugin's css.
The plugin comes with a very basic style, if you want to add custom style please do wp_dequeue_style
to remove the default stylesheet. Place the code below in your theme functions.php
.
function prefix_remove_mfpw_style() { wp_dequeue_style( 'mfpw-style' ); } add_action( 'wp_enqueue_scripts', 'prefix_remove_mfpw_style', 10 );
Then you can add your custom style using Custom CSS plugin or in your theme style.css
.