如何更改我在页面(模板)上使用的插件的外观而不影响它在侧边栏上的外观?这是我在该模板上使用的以下 php
<?php
/*
Template Name: hot
*/
?>
<?php get_header(); ?>
<div class="content-title">
What's Hot
<a href="javascript: void(0);" id="m"<?php if ($_COOKIE['mode'] == 'list') echo ' class="flip"'; ?>></a>
</div>
<?php if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular(); ?>
<?php get_footer(); ?>