snieves23
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WordPress in subdirectory, alternative for MU workaround?I think this is what I need to look into.
https://codex.www.ads-software.com/Installing_Multiple_Blogs
Too bad I can’t create a network when WordPress is in subdirectory.
https://codex.www.ads-software.com/Create_A_NetworkWe would hate to go the route of multiple installations only to find out an implementation/workaround is in the near future.
Forum: Installing WordPress
In reply to: WordPress in subdirectory, alternative for MU workaround?Hello mbrsoluton,
That’s exactly it.
So I guess installing WordPress for the two projects is what its looking like.
Does anyone know if its best to assign one database for each sub-directory install or install all WordPress projects in the same database?
Thanks!
Forum: Plugins
In reply to: Wondering if there is such a facebook comment to wordpress post plugin.guess not then…
Forum: Plugins
In reply to: Wondering if there is such a facebook comment to wordpress post plugin.Anyone?
Yep,
thats the code I can’t figure out. I have tried a few times renaming to dog-articles, but can’t figure it out.Well, by default, the center column where Arthemia displays the “middle section categories”, each of those go under the default name of “category” on the permalink.
I am well aware of naming and renaming categories, if they were my own. But this is implemented in the template somewhere and I am just trying to rename “category” to my preferred choice.
Anyone?
Forum: Themes and Templates
In reply to: Need WordPress header to sit above SMF forumOk,
I got the header to show up finally on the forum site.com/forum, but thats all thats showing.Its calling my header but not displaying the forum under it? Any ideas?
Here is the code I am using.
/* Short and sweet */
define(‘WP_USE_THEMES’, false);
require(‘”my server path”/wp-blog-header.php’);define(‘WP_USE_THEMES’, false); get_header();
I found the folders in smf I am suppose to put these into, thing is the rest of the smf forum isn’t loading???? Any ideas?
Forum: Themes and Templates
In reply to: Need WordPress header to sit above SMF forumI managed to find where I have to place the code.
It goes right under the body tags in index.template
I am getting an odd error, as if it can’t locate the file.
I am getting something like this:
I put the code right under the body tag and I got this error:Fatal error: require() [function.require]: Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/lib64/php:/usr/lib/php’) in /home23/site/public_html/dog-forum/Sources/Load.php(1742) : eval()’d code on line 181
I have this right under the <body> tag
/* Wp header */
define(‘WP_USE_THEMES’, false);
require(‘./wp-blog-header.php’);WordPress is in my root, smf is in a sub.
Any ideas?
Forum: Themes and Templates
In reply to: Need WordPress header to sit above SMF forumTried it all, not sure where to place the codes on the SMF part. I have asked on SMF, and they are telling me to ask here..lol
Forum: Themes and Templates
In reply to: Need WordPress header to sit above SMF forumWhat do I have to do to get help? Can I pay someone? lol c’mon now! ??
Forum: Themes and Templates
In reply to: Call Headergeraldyeo,
I have wordpress and smf. What exactly do I need to do to get the header above the smf forum? I have looked and tried everything?! i would appreciate any help ??Forum: Themes and Templates
In reply to: Call Wp Footer to Smf ForumANYONE you’ve got to be kidding me?
Forum: Themes and Templates
In reply to: Call Wp Footer to Smf ForumPlease message me if you know how to call the wp.header to an smf forum.
Forum: Themes and Templates
In reply to: Call Wp Footer to Smf ForumThis is the only thing from making my site go live. All the integrating, and customizing is done. Just can’t figure out how to get this little piece done.
Still looking.