bdiddymc
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Add custom field managementHow anyone found this solution with
wpcf7_add_shortcode
is now broken??
Returns a “Call to undefined function” error.
Anyone know how to carry this through to the current version of contact form?
Forum: Plugins
In reply to: [Plugin: More Fields] Causing 404 ErrorsBe interested to bump this. Haven’t come across a solution yet.
Forum: Fixing WordPress
In reply to: Fairly straight forward shortcode… i thoughtThanks apljdi,
Seems the global $post was the big issue.
Also, seems if I “echo” something it is returned at the top of the_content() when the shortcode is used. If I “return” it, then it works as desired… Not entirely sure why that is. Would be interested to know why that is.
Cheers
I did try resetting and it would all erase again. I ended up having to reinstall the entire set up… them seemed to be working.
If I recreate the issue will follow up this post.
Thanks
Forum: Fixing WordPress
In reply to: Include Category (or categories) in Page hierarchyHi Shane,
I was hoping for a more integrated system to have a master hierarchy for both pages and categories so breadcrums and menu’s understand where the category listings stand in relation to other pages.
For a basic example
0. Home
1. About
1.1 Who We Are
1.2 What We Do
1.3 Staff (individual staff, posts, shown in staff category listing)
2. Shop
2.1 Shop Page
3. News (this will be posts of news category)
4. Contact UsSo I have been fine to get the submenus up for pages with wp_list_pages and ancestor arguments. But then find it difficult to integrate the categories so the right submenu will show (and the breadcrums will follow the hierarchy path).
Hope that makes sense
Forum: Plugins
In reply to: Template Tag from function in Plugin classnb: that last bit of code should be
//Template Functions function myTemplateFunction2() { print $nameInstance->addFunction2; }Forum: Fixing WordPress
In reply to: How to add pages that doesn’t show up on the navigation areaExclude Pages Module is your friend
Forum: Fixing WordPress
In reply to: Integrate Personalised PagesAny thoughts?
Forum: Installing WordPress
In reply to: remote admin working but front linking back to local set upTo try test this issue I tried doing a clean install.
When I entered the database details I was given the temporary password, however, none the standard wordpress styles were showing through.
When I tried to click through I am able to access the login page, but all the base address are:
http://localhost:11129When I fill in the login details i then get the page load error as is leads to:
http://localhost:11129/wp-login.phpI am guessing this is related to the issue above and some server setting. But not sure what I would be changing.
Anyone?.. any ideas?