Alabaster_Raven
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I get Page Template “page ID” to match “URL ID”Update: https://codex.wordpress.org/Function_Reference/get_page_uri
I see that there is the ability to eget the current page instead of having to pull the ID out or parse anything? top-level-page/sub-page/current-page
<?php get_page_uri( $page_id ) ?>In this case, how would I get the page template based on the current-page-id (in url) matching the same page template url?
What would that code look like?
Forum: Fixing WordPress
In reply to: How to Add Categories to PagesAdding “Pages” as a child of the Parent Page solved this problem for me.
Forum: Fixing WordPress
In reply to: Categories show Archive page instead of CategoriesThanks Eric! That worked perfectly!
Forum: Themes and Templates
In reply to: Third Level Menu to Boldgrid-Linx themeYes I am using version 1.6. If I install it from the main site, it will tell me that I need to update to 1.6. and just a few moments ago it said 1.6.1. I’m not sure why or if it’s responding to edits I make or if they literally update like that but I have not noticed any major changes when I do, do this in regards to the menu files that I do see.