I’m using Generatepress theme with Elementor.
]]>To:
https://orgbrain.no/om-oss/partnerskap
The “om-oss” is not a page but the heading of the dropdown in the front page menu, so I can not simply make the page a child page og the “om-oss” page, as there is no such page. How do I manually put the pages on this submenu into a subdirectory called “om-oss” and still keep an intact structure in WordPress?
]]>The site in question is running WordPress 5.5, and is on php7.3, and the browser used is Chrome 86.0.4240.111
The steps to replicate the issue are:
Open Pages Tree View Page
Find a page that is set to Draft
Hover over it
Select Add New Page > Inside
Check the browser console.
You should see this:
Uncaught TypeError: Cannot read property ‘msie’ of undefined
at Object._show (jquery.alerts.js?ver=1.6.1:84)
at Object.alert (jquery.alerts.js?ver=1.6.1:47)
at jAlert (jquery.alerts.js?ver=1.6.1:224)
at HTMLAnchorElement.<anonymous> (cms_tree_page_view.js?ver=1.6.1:112)
at HTMLDocument.dispatch (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=5.5.1:3)
at HTMLDocument.r.handle (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,moxiejs,plupload&ver=5.5.1:3)
My blog page has multiple child pages, because of many posts which do not fit on one page. Can somebody tell me how can I change the childpages metatag, or put it to noindex? I cannot find the childpages anywhere, they are automaticly created once the post numbers change.
Thanks
Levi
im new to WordPress and my PHP Skills are not so good.
What i need is the following. I have a Parent Page with ChildPages. Now i want to link from a ChildPage to the next or prevoius ChildPage.
ParentPage
– Child A
– Child B
– Child C
– Child D
When im on
– Child A. I need a link to D (Prev) and B (next)
– Child B. Link to A (Prev) and C (next)
– Child D. Link to C (Prev) and A (next)
I alreay google for it. But i only get Solutions when youre on Child A, the Prevoius Link would go to the Parent Page.
PS: Sorry for my bad english. Its not my first language^^°
]]>/mypage
defined. when accessed mysite.com/mypage is see the code running from page-mypage.php.
If I access the path mysite.com/mypage/mychildpage
– NOT FOUND(404)
How can I make anything that goes with mysite.com/mypage/*/*
to execute page-mypage.php
instead of 404.
my website in local mechine so i cant give the Link
https://www.ads-software.com/support
Thanks in advance. Hope i can get replay as soon as fast.
Regards,
Sachin
However this plug-in requires the registration page as top-level page (so domain.com/pagename/ and not domain.com/parentpage/childpage/) which is not possible with my installation.
What is the reason for this requirement and is there a workaround?
https://www.ads-software.com/plugins/join-my-multisite/
]]>This is what i got:
<?php
$child_pages = $wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_parent = ".$post->ID." AND post_type = 'page' ORDER BY menu_order", 'OBJECT'); ?>
<?php if ( $child_pages ) : foreach ( $child_pages as $pageChild ) : setup_postdata( $pageChild ); ?>
<div class="child-thumb">
<h2><?php echo $pageChild->post_title; ?></h2>
<a href="<?php echo get_permalink($pageChild->ID); ?>" rel="bookmark" title="<?php echo $pageChild->post_title; ?>"><?php echo get_the_post_thumbnail($pageChild->ID, 'excerpt-thumbnail'); ?></a>
<?php echo '<p>'.$pageChild->post_excerpt.'</p>'; ?>
</div>
<?php endforeach; endif;
?>
I want the image the be hard croped with 240×140 px but i can’t get that to work. I also want to display the excerpt of the page child.
Ty in advance!
]]>