cynnie88
Forum Replies Created
-
Forum: Hacks
In reply to: Call an external functions file from functions.phpYou could try a curl with the file.
But this will slow down the server response time for every site, as it has to wait for this file to be transfered.
Forum: Hacks
In reply to: Call an external functions file from functions.phpWhat you described is exactly what a plugin is, and what they are for.
Forum: Hacks
In reply to: Call an external functions file from functions.phpPlugins.
Forum: Themes and Templates
In reply to: CSS error (I think)It looks like you are using a custom link in your menu for that. Go into your admin panel and under Appearance>>Menus remove the blog item and instead of using a custom link, select it from pages.
Forum: Fixing WordPress
In reply to: Moved site won't load external filesAwesome.
Forum: Fixing WordPress
In reply to: Moved site won't load external filesYou can try changing the domain name in the wordpress settings, but you will probably still have problems. Unfortunately ou can’t just move wordpress from one domain to another, it keeps references of your domain in the database. To completely migrate your site you will have to search and replace every instance of your old domain in the database.
Forum: Fixing WordPress
In reply to: How do I get a refund?If you purchased hosting from wordpress.com, you are in the wrong place.
www.ads-software.com is not the same as wordpress.com.
Forum: Networking WordPress
In reply to: Installing Word Press for a separate domain nameI don’t know what to tell you, there are pretty clear instructions on installing wordpress. I can’t tell exactly what you are trying to do from what you said, but I guarantee you that you are making it more difficult and complex.
Forum: Fixing WordPress
In reply to: Cleaning Microsoft Word Styling from and entire siteWithout seeing the site I can’t really tell you what is going on with the styles but I can tell you that copying and pasting from word would retain minimal styling. Span tags are a common form of styling individual lines, so it may or may not be intentional. Like I said it’s hard for me to advise you without seeing the site.
I could give you a simple filter to put in your functions.php that would strip all tags and inline styles, but this would also apply to any future styling you did to the text. The alternative would be what I mentioned before: running a script to go through every post in the database and removing any tags.
Forum: Installing WordPress
In reply to: Adding wordpress to basic websitehttps://codex.www.ads-software.com/Theme_Development
If you want to have wordpress functionality and keep your site the same on the front end, then you are going to have to build your own theme. Learn about themes, and template files.
Ok I completely misunderstood.
If you are importing from another wordpress database, why are you taking the extra step of converting to csv? Why not just clone the table?
Forum: Fixing WordPress
In reply to: Login to dashboard and themeYes.
Forum: Fixing WordPress
In reply to: Login to dashboard and themeDelete the theme folder from the site directory.
Forum: Networking WordPress
In reply to: 2 networks on 1 WP instalationWordPress multisite.
I suggest reading it.In short: Yes.