求高手教我修改wordpress里的index.php的代码!!!
求高手教我修改wordpress里的index.php的代码,我想要在我的LatestProducts栏目里只显示分类目录下产品展示里的图片,不要显示新闻中心的文章,求高...
求高手教我修改wordpress里的index.php的代码,我想要在我的Latest Products栏目里只显示分类目录下产品展示里的图片,不要显示新闻中心的文章,求高手教我修改一下代码,我 的index.php目录下 的代码
<!-- Latest products begin -->
<div class="latest_products">
<h2><span>Latest Products</span></h2>
<div class="plist">
<?php if ( get_option('wpyou_newposts_homepage') ) { ?>
<?php $newposts = stripslashes(get_option('wpyou_newposts_homepage')); ?>
<?php } else { ?>
<?php $newposts = 6; ?>
<?php } ?>
<?php if (get_option('wpyou_exclude_catid')) { $exclude_catid = get_option('wpyou_exclude_catid'); } ?>
<?php query_posts('caller_get_posts=1&showposts='.$newposts.'&cat=-'.$exclude_catid) ?>
<ul>
<?php while (have_posts()) : the_post(); ?>
<li>
<?php
if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail()) ) {
?> 展开
<!-- Latest products begin -->
<div class="latest_products">
<h2><span>Latest Products</span></h2>
<div class="plist">
<?php if ( get_option('wpyou_newposts_homepage') ) { ?>
<?php $newposts = stripslashes(get_option('wpyou_newposts_homepage')); ?>
<?php } else { ?>
<?php $newposts = 6; ?>
<?php } ?>
<?php if (get_option('wpyou_exclude_catid')) { $exclude_catid = get_option('wpyou_exclude_catid'); } ?>
<?php query_posts('caller_get_posts=1&showposts='.$newposts.'&cat=-'.$exclude_catid) ?>
<ul>
<?php while (have_posts()) : the_post(); ?>
<li>
<?php
if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail()) ) {
?> 展开
展开全部
看你的代码,应该是可以在后台控制是显示stripslashes指定的内容,还是显示最新的文章。
你的主题后台应该可以定义stripslashes的内容。
你的主题后台应该可以定义stripslashes的内容。
更多追问追答
追问
第一,我 在后台找不到可以定义的地方
第二,我希望stripslashes指定的内容不包括显示最新文章,如何修改代码来实现?
追答
不清楚你用的什么主题,怎么知道你的主题把设置连接放哪了,无非三个地方:
1,外观菜单项下。
2,设置项下。
3,主项下,就是可以进入后台可以直接到左侧找到的。
AiPPT
2024-09-19 广告
2024-09-19 广告
随着AI技术的飞速发展,如今市面上涌现了许多实用易操作的AI生成工具1、简介:AiPPT: 这款AI工具智能理解用户输入的主题,提供“AI智能生成”和“导入本地大纲”的选项,生成的PPT内容丰富多样,可自由编辑和添加元素,图表类型包括柱状图...
点击进入详情页
本回答由AiPPT提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询