doc4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Apostrophe in Blog Title rendered #039; in email titlesGuyGallo,
This sounds like an issue with Alo Easymail. You might try asking on the forums there for a more timely answer.
Forum: Fixing WordPress
In reply to: blogroll questionsoc,
Just in case. There is an option to make those links visible or invisible withing the Edit Links. I wanted to rule this out first.
Forum: Fixing WordPress
In reply to: Installing google analyticscopyperson,
This is frustrating, but you cannot just install the GA plugin and expect it to work. Step one is signing up with Google and following the instructions provided there. Once you reach the page where Google provides you with code to add to your web site then you can install the plugin using the information Google provides.
Can you be specific as to what you have done so far? I’ve looked at the link above and it really isn’t necessary to go past step 4, hope this helps.
Forum: Everything else WordPress
In reply to: CommentsYOUAREtehSCENE,
I’ve been wondering about this as well, but I believe they do get an email notice.
nomorebacon,
This is odd. We are currently using the All In One SEo plugin as well and the carry over to Facebook is working fine. I know this gets repeated a million times on here but try disabling all plugins but the AIOSEO and see if it works. If it does another plugin is the real problem child.
Forum: Everything else WordPress
In reply to: Can WordPress work witth Dreamweaverbebob,
Start reading through the WordPress web site Docs to learn more. The best thing to do is just get in there and start digging through the files.
Forum: Everything else WordPress
In reply to: i can’t make blog in my language….ilmeet,
WordPress has a great tutorial on this very subject: http://codex.wordpress.org/WordPress_in_Your_Language
Forum: Everything else WordPress
In reply to: Anonymous Photo Icon in postseyespysomefly,
This sounds as though you may have been hacked. Can you attach a link to a problem post and read through the hacked WordPress information: http://ocaoimh.ie/did-your-wordpress-site-get-hacked/
Forum: Fixing WordPress
In reply to: Where to add hex code for margins in css?princesserbear,
Just to reiterate here, the grey margins are a not a hex code, they are a part of a larger jpg image. CSS can be a little confusing at first but stick with it and good luck.
Forum: Fixing WordPress
In reply to: Kubric Header Spacing Issuerarerborealis,
You might try the following change to your style sheet – specifically the margin:
#page { background-color: white; border: 1px solid #959596; margin: 20px auto 0; padding: 0; width: 760px; }Forum: Fixing WordPress
In reply to: Changing comment link into an imagemissjenna,
Sounds interesting. I’m curious if there is a plugin for this?
Forum: Fixing WordPress
In reply to: Make an image show in the sidebar on the blog pages onlydanaldinho,
I believe you are looking for:
<?php if (is_single() && is_page()) : ?> <?php endif; ?>Forum: Fixing WordPress
In reply to: Is there a way to display an article or page that is not published?fifthhouse,
Exactly what esmi said. Create a new page and use the WordPress exclude command to prevent it from displaying in the navigation. This will allow you to link to it through a post for example.
Forum: Fixing WordPress
In reply to: How do I archive a post?blumroo,
Think of it this way, once the total number of posts per page is reached, each post beyond that is “archived” to another page.
Forum: Fixing WordPress
In reply to: Show images in a different divJustinvanheel,
Have you tried using custom fields? This will enable you to display images outside the Text Editor.