petethebloke
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Send users to a “thank you” page – contact form 7In the same situation as msdana . Is there a simple way to hide the form once it’s been sent-ok? That would be sufficient for my client.
Forum: Themes and Templates
In reply to: Adding a Dynamic Page to a Theme – Help PleaseJust a follow up – that worked fine. It took a while to figure out how to include my includes. The answer was:
<?php set_include_path("../incs/"); /*because wordpress is at /wp and even though this file is at /wp/wp-content/themes/blahblah the calling page is /wp/index.php*/ require_once("my_include.php"); ?>
Forum: Themes and Templates
In reply to: Adding a Dynamic Page to a Theme – Help PleaseThanks esmi, I read that page when I was searching, but I didn’t quite take it in. After a 2nd reading I think I’ve got it. I’ll report back once I’ve tried it out. Thanks.
Pete
Forum: Themes and Templates
In reply to: Sub-menu based on categories pleaseThanks for that. I’m trying to get a horizontal nav and subnav based on categories and subcats. I’ve got sidebar.php displaying horizontally. It’s pretty well all working. There may be some odd results when posts are in multiple categories – that’s yet to be seen.
Thanks again,
Pete
Forum: Themes and Templates
In reply to: Sub-menu based on categories pleaseThanks. That should be good provided the posts belong to one category, I should be able to work with that.
Forum: Themes and Templates
In reply to: favicon not shown upCheck your 404 logs
This gives me a 404 and it is from your page…
https://www.cadetcollegeblog.com/wp-content/themes/neobox/images/favicon.icoForum: Themes and Templates
In reply to: Getting page ID in order to make submenuThanks a million. Just the job.
I’m working my way through and it’s starting to make some sense but it’s like Greek when you start! I thought knowing PHP would make it all easy.
??
Forum: Themes and Templates
In reply to: Removing the ‘junk’> Do I have to edit the theme?
That’s what I’m doing. More to the point, writing a new theme altogether by copying and pasting from other themes. I’m a PHP developer and it’s quite a tough learning curve when a client says “you MUST use WP” and you’ve never seen it before.
Good luck.
Pete