您当前的位置:首页 > TAG信息列表 > child-pages
不会显示子页面和子页面。为什么?
我已经创建了一个子页面。但是,当我访问“http://example.com/Page/ChildPage“没有出现?页面(filename=Page.php->content Page.php)[工作]子页面(filename=Page.php->content Child Page.php)[不工作]页php$slug = get_post_field( \'post_name\', get_post() ); echo $slug; while ( h
在子页面列表中添加指向父页面的链接
我尝试将父页面的链接添加到子页面的工作列表中。每当列表出现时,父页面必须是第一个项目的列表。这是找到的实际代码here ://* List child pages [jla_childpages] function jla_list_child_pages() { global $post; if ( is_page() && $post->post_parent ) $childpages = wp_list_pages( \
按父ID获取子页面ID
我目前正试图从自定义帖子类型中获取子页面id,但返回的值始终为null。我知道我传递的特定ID有一个父ID,因此应该有一个匹配项。使用父id获取子id的适当方法是什么?这就是我所尝试的:$parentid = $order->get_id(); $args = array( \'post_parent\' => $parentid, \'post_type\' => \'shop_subscription\' );
is_child() function
我需要检查一个页面是否是页面的子页面(带有ID)。我试图让这段代码正常工作,但没有成功。function is_child($pageID) { global $post; echo $post->post_parent; // display the right ID! if( is_page() && $post->post_parent == $pageID ) { return true; } else {
从菜单中获取顶层页面ID,并在滚动条上循环浏览其子页面
我的主页上有一个光滑的滚动条,可以循环浏览主菜单上的一些页面。我正在使用以下代码执行此操作: <div class=\"page-scroller\" > <div class=\"latest-page-ticker\"> <h5>Scroller title</h5> <div class=\"slick-slider\"> <?php
如何对准子页的子页
我想对子页面的子页面的菜单项应用特殊样式。有没有办法做到这一点?
查询以列出父帖子下的所有图库?
我有许多由父库组织的子库(多个父库,下有几个子库)。我想创建一个快捷码,可以查询指定父库下的所有子库。我有点困难。。。有人愿意帮我吗?这是迄今为止我拥有的功能:function display_gallery_cards($atts) { global $post; $defaults = array( \'sort_column\' => menu_order, \'title_li\' => \'\',&
如何将所有子页面放入其父页面?
<?php $args = array( \'post_type\' => \'page\', \'posts_per_page\' => -1, \'post_parent\' => $post->ID, \'order\' => \'ASC\', \'orderby\' => \'menu_order\'
显示自定义发布类型父页面的子页面
我试图显示自定义的子页面post_type 页我发现了一个适用于标准WordPress“页面”的短代码post_type, 但不适用于自定义帖子类型。以下是我在覆盖函数文件中放置的短代码:add_shortcode( \'my_childpages\', \'my_list_child_pages\' ); function my_list_child_pages() { global $post; if ( is_page() && $post-&
显示包含内容的子页完整模板
在父页面上,我想显示所有子页面(仅第一个子页面),包括其模板。例如Pages:Parentpage (Templatename: parentpage) - Child A (Templatename: childpage) - Child B (Templatename: childpage) -- SecondChild B (Templatename: secondchildpage) - Child C (Templatename: childpage)
get_pages() & "child_of"
我正在Youtube上观看关于get\\u pages()和“child\\u of”的wordpress教程:(从17\'28“到18\'35”)https://www.youtube.com/watch?v=GHTZn3atTcM要检查页面是否有子级(ren),他建议使用带有“child\\u of”的get\\u pages()进行检查。因此,我创建了以下类别结构:About Us - Sub about us // child of about us Conta
在主页上显示特定父项的子页内容
这件事把我烦透了,应该很简单!我在家长的下方有一个名为“我们的家”的子页面列表。网站地图结构如下:对于每个家庭,我要显示以下内容:如何循环浏览“我们的家”下的每个子页面并在主页上显示上面每个子页面的指定内容?
如何使用wp_Dropdown_Pages或wp_List_Pages来完成这样的菜单?
我花了2天时间在它上面,试图使用那些WP功能:WP\\u dropdown\\u pages和WP\\u list\\u pages,添加一些JavaScript,但没有找到如何制作如下菜单的方法。提前感谢!
从与当前页面共享父级的页面的自定义字段中获取值
我有一个页面有一个真/假自定义字段。我要做的是在另一个页面上输出一个链接,该页面与具有自定义字段的页面共享父级。下面是Wordpress参考中的代码,允许我将目标指向共享父级的页面。<?php if ( $post->post_parent ) { $children = wp_list_pages( array( \'title_li\' => \'\', \'child_of\' => $post->post_parent,
给出页面ID,检查它是否有子级
我需要列出子页面,给定父页面的id。我做了如下尝试:if ($children = get_pages(array(\'child_of\' => $post->ID)) && !empty($children)) { //Do stuff here } 但无论如何,这都返回false。我也试过了get_page_children($post->ID, array), 但我想我并没有真正理解这个函数是如何工作的。那么,有可能得到一页的子级
是否按特定顺序列表子页面?
我试图以列表的特定顺序显示子页面。这是我将页面输出为列表的代码:$parent = $wp_query->post->ID; wp_list_pages(\"title_li=&child_of=$parent&echo=1&sort_column=post_title\" ); 现在,我想按特定顺序显示前四页:总结信息组条目另一页换句话说,Summary, Info, Groups, Entries 应按顺序显示(如果存在)以及下面的其他页面。我将如
在WordPress中在父页面的侧边栏中显示子页面
如何在侧边栏中的父页面和该父页面的子页面上显示子页面?试图从wp codex页面和其他几个站点粘贴代码,但没有成功。我总是得到子页面列表,而不是父页面列表!?问题是什么?值得一提的是,可能很重要,所有父页面都有自己的页面模板。示例代码: <?php if($post->post_parent) $children = wp_list_pages(\"title_li=&child_of=\".$post->post_parent.\"&
带有子页面的活动菜单荧光笔?
我的问题是。。。我有两页;每页2个子页。例如:第1页-->子页1-->第2子页第2页-->子页1-->第2子页&;我的菜单是Page1 page2现在,如果我选择subpage1(来自page1),意味着page1需要激活并突出显示菜单。如果我选择subpage1(来自page2),意味着需要在active中突出显示page2和page2菜单。如何做到这一点?请帮我解决这个问题。我需要在我的wordpress网站上实现。
排除子页面参数数组
我有以下代码,需要它来排除页面ID的子页面;<?php $args = array( \'post_type\' => \'page\', \'post_status\' => \'publish\', \'numberposts\' => -1, \'exclude\'
从页面操作创建WordPress子页面
我正在尝试添加一个选项,从wordpress所有页面屏幕创建子页面。我找到了此链接,但无法使其正常工作。这正是我需要的,但我需要帮助修复它http://sltaylor.co.uk/blog/easy-child-page-creation-wordpress/function slt_childPageAction( $actions, $page ) { $actions[\"create-child\"] = \'<a href=\"/wp-admin/post-new.p