Lee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: 3.6 upgrade – searchform.php not workingAll fixed, it was reading the filter in functions.php instead of searchform.php so I changed the filter form to match my custom form and deleted the searchform.php template and it works fine now, thanks!
Forum: Themes and Templates
In reply to: 3.6 upgrade – searchform.php not workingI have the same issue, very strange!
Forum: Fixing WordPress
In reply to: wp_list_pages highlight current page in single.php templateWell, if i change my reading settings, post page to one of the child pages i need highlighted, e.g blog, when i click into a single post in the blog page, it adds the current_page_item class inside the single.php template, but it only works for that one page, so, if it can do it that way, one can only hope that there is another method that targets all the pages rather than the one that i manually select
Forum: Fixing WordPress
In reply to: Adding extra content to a postThank you so much 🙂
Forum: Fixing WordPress
In reply to: Filter posts in a category by tag and by yearTo answer my own question, for others who may want to do the same thing, I used a custom post type named gallery and included the tags taxonomy and used a custom taxonomy to add the years filter functionality. all works a treat!