Famous
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] not workingtake it back it works fine!
Forum: Localhost Installs
In reply to: cannot see poststhanks for the follow through loughcorrib. I looked at this page:
options-permalink.phpand at the bottom of the page found this:
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.Copied the code that it had in the box below it and pasted it to the .htaccess file and now it works great.
Thanks
Forum: Localhost Installs
In reply to: cannot see postsMy localhost site shows /blog/2012/06/16/hello-world/, but my directory site won’t.
Here is the .htaccess file for the directory site:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressthanks for your help
Forum: Localhost Installs
In reply to: cannot see postsI meant to say this one doesn’t work:
http://localhost/AAA/mySite/2012/06/post-title/this one does:
http://localhost/AAA/mySite/The .htaccess is below, I took out three lines to fit the code guideline of 10 lines
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]Forum: Localhost Installs
In reply to: cannot see postsBy the way I just realized my:
http://localhost/blog/2012/06/16/hello-world/works!
but:
doesn’t work. It redirects to the localhost site as a 404 not found
Forum: Localhost Installs
In reply to: cannot see postsSo the below is what the Apache httpd file looks like:
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Networking WordPress
In reply to: Blog linkI can give it thee old try, but the probability is 50/50.
Is there anyone who has tried this or done this on their site, and willing to share the code?
Thanks
Forum: Networking WordPress
In reply to: Blog linkThe link to a persons personal blog on the mu install from anywhere on the mu platform (website). So say someone is using WordPress.com, what is the link to take them back to their own personal site even though they may be viewing another blog?
Thanks
Forum: Hacks
In reply to: links forces httpthanks @luckdragon
however when I add this: /Users/MAC/Desktop
I get this:
http ://www.mysite. com/Users/MAC/Desktop
I just want it to hit: /Users/MAC/Desktop
Is that possible?
Forum: Themes and Templates
In reply to: Admin (dashboard) Child ThemeThank you @esmi not sure why I had such a difficult time finding that. But that is exactly what I was looking for.
Thanks again!
Forum: Themes and Templates
In reply to: Admin (dashboard) Child ThemeI currently use child themes so I don’t need to see them.
Not sure about the comment on the dashboard editor.
Thanks for the reply, but I am looking to theme my admin (dashboard) section. Does anyone know how?
Thanks
Forum: Fixing WordPress
In reply to: add css class to phpDidn’t see that before thanks. But I am not quite sure I understand it.
I want a header (category #2)
then I would like to apply a class to the li elements below:<div class=myClass>image</div> so it shows up like:
Category Heading
image image image image image imageForum: Plugins
In reply to: links (blogroll) codemaybe this was worded incorrectly. How do I use short codes for links (like blogroll category & link) to show up
Forum: Plugins
In reply to: links (blogroll) codePing
Forum: Fixing WordPress
In reply to: horizontal mages with float:left step alignSo it turns out you’re a pretty smart guy @alchymyth. You mentioned br tags or other code. I was pretty positive that it wasn’t CSS, but I didn’t consider br tags. Anyways there are br tags after checking (view source) in there, however I work in the html editor and they do not show up oddly enough. So I went into the visual editor and there was one element for each line. So I backspaced and low and behold it lifted each element to the same line correcting the problem. Does anyone know why the br tags aren’t showing in html view? I wonder if that has been a problem?
Thanks @alchymyth