hypnotiza
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using WP On a Local Intranetokay – that’s the problem.
Go to the Admin panel and under Settings -> General enter either the private IP or the computer name of the machine that hosts the site for both WordPress Address (URL) & Blog Address (URL) like so:
https://192.168.1.10 or https://computername/
Done. ??
I did that and now I get a 403 error:
ForbiddenYou don’t have permission to access /wp-login.php on this server.
Now I can’t get into my “site.” Help!
Forum: Themes and Templates
In reply to: Modicus Remixed… css help!Ok I got the OL thing figured out. Now if somebody can help me with the header, it would be Super!
Forum: Fixing WordPress
In reply to: pages and their children/parentsMy issue is related to previous post on Nested pages. Here. Plus I think I figured out a way around it.
Forum: Fixing WordPress
In reply to: Nested pages do not appear under parent pageI think one way around my above issue is to use a custom page template(s).
Forum: Fixing WordPress
In reply to: Nested pages do not appear under parent pageQuick question about this: I got it to work, however I noticed that on pages that don’t have nested pages it still displays a title for Sub-pages.
https://wphypnotiza.hypnotiza.com/about/ I might not have it pasted into the right part of the template.Forum: Fixing WordPress
In reply to: pages and their children/parentsRight but doesn’t that only affect the side bar?
I want the actual child pages to show up as a list when I click the parent page. Like this:
https://insidepassages.com/?page_id=43There isn’t any extra code written to display those child pages in the Galleries parent.
Forum: Fixing WordPress
In reply to: pages and their children/parentsMichaelH,
I poked around in the sidebar.php and the header.php. I didn’t find anything in the sidebar.php but in the header.php I found this:<div class=”Menu”>
- ” href=”<?php echo get_option(‘home’); ?>/”><span>Home</span>
<?php $pages = wp_list_pages(‘title_li=0’); ?>
</div>
I bolded the line I think is in question: wp_list_pages(‘title_li=0’); might be the part breaking my experience.Thanks.
Forum: Fixing WordPress
In reply to: pages and their children/parentswpbct7: The pages display but not the child pages when you click the parent page. Thanks for the suggestion.
The actual link: here.
MichaelH: thanks! I’ll give that a try.