https://drive.google.com/file/d/0Bzr5oyppgftLQUpWdUtsX29uU1U/view?usp=sharing
Appreciate the help!
Darlene Tate.
Webmaster
www.buildmy-site.com/blog
It shows up as a list of hyperlinks instead of the standard dashboard. Clicking on the hyperlink dashboard functions just brings me to a new set of corresponding hyperlinks.
I’ve been reading threads all day trying to solve this issue and it’s driving me crazy.
Any help would be much appreciated.
This is My .htaccess file
# BEGIN WordPress
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
# uploaded ?les
RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
# END WordPress
Example 1: https://sorelevant.org/2012/10/04/top-7-ways-to-use-instagram-for-business/
Example 2: https://sorelevant.org/2013/01/02/social-media-analytics-an-alternate-view/
this is for help on my blog: www.sorelevant.org
]]>Here are links to my code as it stands:
header.php,
index.php,
sidebar.php,
footer.php,
style.css.
Do you need any other info to make this understandable?
If so, I will be glad to add more.