benji87
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Porting wp_posts to another wordpress installAmazing.
Forum: Fixing WordPress
In reply to: Remove author from postsHey Aleks,
Try putting this in style.css
span.by-author { display:none; visibility: hidden; }
Hopefully that will do the trick.
Forum: Fixing WordPress
In reply to: Loop within a loopHere is my pastebin link: https://pastebin.com/6tGmzKeJ
Forum: Fixing WordPress
In reply to: No tables found in my Database after uploading my site to new serverYes you might have created a new database but you need to import the tables from your old database into the new one. That’s why it says there are no tables in your database.
Go to the database using phpMyAdmin on the old server and select ‘export’ in the tabs at the top and then hit ‘go’. When the page has loaded copy everything in the text box.
Then go to phpMyAdmin on the new server and select the database. Then hit the SQL icon next to the home icon in the top left and paste everything you copied into the textbox and hit go. This will import your wordpress tables. You should then see 12 tables in the database.
You then need to go into wp_options and edit all the instances of your old domain to your new one.
Forum: Fixing WordPress
In reply to: No tables found in my Database after uploading my site to new serverHi,
Might be a bit of a stupid question but did you move your wordpress database from your old server to your new one!?
What happends when you go to your domain name?
Forum: Fixing WordPress
In reply to: is_in_category conditional tag?Thank you that worked perfectly! ??
Forum: Networking WordPress
In reply to: What files do I need in my sub directory?Hmm… well doesn’t seem to work for me. Getting a 403. I’ve uploaded the specified .htaccess too…
Forum: Networking WordPress
In reply to: What files do I need in my sub directory?Ok. well i’ve already followed the article you linked to. What I’m trying to understand is if I want a blog to appear in wptheme.com/blog1/ and another with a different theme in wptheme.com/blog2/ how do I set that up??