danleroux
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: add Archive page to wp nav menuforget the archive part,. now it magically appeared in my list of pages.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] JS Scripts Not Loadingha ha… add this
define (‘WPCF7_LOAD_JS’, ‘header’ );
to wpconfig.php
Forum: Plugins
In reply to: [Plugin: Contact Form 7] JS Scripts Not LoadingI have the same problem
Forum: Fixing WordPress
In reply to: Pros and cons of adding tables to the WP DB database?where do you define your new wpdb? in functions.php?
Forum: Plugins
In reply to: Is post_id a moving target?or you can do this:
$post_id = get_post($post_id)->post_parent;
Forum: Plugins
In reply to: Custom post templateThanks Michael, flutter.freshout.us seams too good to be true 🙂 this is great help.
Dan
Forum: Fixing WordPress
In reply to: Login usersSo in general, if I have a “member’s only” section of my site, is it better to leverage the roles in wordpress or to create a custom user management interface?
Forum: Themes and Templates
In reply to: Home Page .. whats the best way to handle themfor instance:
I assume the main content block is the “latest email” at the top. The advertisement beside it, would that be a widget in a special homepage side bar. Or is it maybe a custom field on the page? or is that maybe html give to the client to paste in there?
What is the best way to have multitple content blocks on the page?