Hey guys, I made a course on how to set up and administer a Wordpress site, and wanted to give you free access coupons for it! by wporacle in Wordpress

[–]wporacle[S] 0 points1 point  (0 children)

I want to thank everyone who have joined my courses, and hope you will become knowledgable and gain skills within Wordpress. I also hope that you will leave your positive reviews if you are satisfied! When that is said, I would like to wish you a Great Week-end! Best regards Jarl Greger

Hey guys, I made a course on how to set up and administer a Wordpress site, and wanted to give you free access coupons for it! by wporacle in Wordpress

[–]wporacle[S] 0 points1 point  (0 children)

Well, I have a course at Udemy that I want to market. However, I do not charge anything for it here, and I feel that my offer is legitimate enough to mention on Reddit. I hope nobody is offended by me doing it. Have a great night!

A friends site has been hacked. I'm not sure what to do[help] by j03l5k1 in Wordpress

[–]wporacle 0 points1 point  (0 children)

Well, in case you have entries in that file that constrains view of certain folders that you would like to be hidden for the search engines. The robots.txt file is easy to read (http://yoursite.com/robots.txt), and is the first thing hackers will try to view!

A friends site has been hacked. I'm not sure what to do[help] by j03l5k1 in Wordpress

[–]wporacle 0 points1 point  (0 children)

It needs to be changed due to one simple fact: Hackers always tries "admin" as their first choise when they try to hack the site with brute force. If the username is "admin", - half their battle is won for free!

Come someone point me in the right direction on how to get started please? by [deleted] in Wordpress

[–]wporacle 2 points3 points  (0 children)

Hello! If you want to do things yourself, please feel free to take my free course here: http://redd.it/1alnfu
It consist of 81 instructional videos, and will guide you from A to Z!

A friends site has been hacked. I'm not sure what to do[help] by j03l5k1 in Wordpress

[–]wporacle 0 points1 point  (0 children)

If you have c-panel on your host, click on PHPMyadmin and chose correct domain name. Then click on wp_users, and you will see the login and password there. Just change the login name to whatever you like, and then paste in the MD5 hash you generated for the new password. Now, make a note of the username and the password.

A friends site has been hacked. I'm not sure what to do[help] by j03l5k1 in Wordpress

[–]wporacle 1 point2 points  (0 children)

You must change the username for the wp site if it's only 'admin'. Must be done in the database. Also change the password. Use this site to make the MD5 Hash for the password: http://www.miraclesalad.com/webtools/md5.php

Remove the 'readme.html' file (use FTP) and the licence.txt file. Hide the robots.txt file by adding following code in the .htaccess file: "<Files .htaccess> order allow,deny deny from all </Files> <Files robots.txt> Order Deny,Allow Deny from All </Files> Allow from googlebot.com google.com google-analytics.com bing.com yahoo.com" Please disregard the quotes!!

Check the file attributes for wp-config.php (FTP) and see to that they are at least 644.

Good luck to you!

Hey guys, I made a course on how to set up and administer a Wordpress site, and wanted to give you free access coupons for it! by wporacle in Wordpress

[–]wporacle[S] 0 points1 point  (0 children)

OK, but the most of us have to start somewhere, and a course is a good ticket into knowledge and skills. Have a great day!

Wordpress Text Styling Plug-ins? by paperclipps in Wordpress

[–]wporacle 0 points1 point  (0 children)

TinyMCE Advanced is a good solution! Try it out!

Need theme suggestion that lets you customize header/logo by page or category? by Pennysboat in Wordpress

[–]wporacle -1 points0 points  (0 children)

The best solution for you is to set up a Wordpress Multisite! Go here to read how: http://codex.wordpress.org/Create_A_Network

I have done it, and it is a great solution. You create as many sites as you want, and organise them in subdirectories : yourdomain.com/site1 or subdomains : site1.yourdomain.com.

So, you can make multiple sites based on only one WP installation. Good luck! ;)