Some Technical Problem with my Blog Post ! - blogs

I recently posted a article in my blog site which uses Wordpress for CMS and after posting the article i noticed a set of dots appearing after the post .
I'm not able to remove it .. Can anyone help me ? and explain me what's wrong with it ?!

Are you seeing the dots in your list of posts? If yes, you're looking at the list of post excerpts. Once you click one of the title links, you'll see the post text without trailing dots.
Alternatively you can add this method to your theme's functions.php file to remove the dots for you.

Do you see the whole post or just part of the post? Do you user the tag in your post? It could be that it is just showing part of the post if you do use the , What theme are you using? It could be the lots of it ...
Looks like we cannot connect the dots :-) yet!

Related

WP link not showing properly on linkedin

I am starting a new blog and was testing out sharing on linkedIn.
However, when I copy and paste the link into the share thing in linkedin, the blog doesn't show up properly.
Would you be able to help me understand what I would need to add to my blog post to make it show up correctly?
To add some more info: I do have a featured image set, and the blog post does have a title.
Any help would be greatly appreciated!
Mine:
What I want:
The reason you are not seeing a "rich" link when pasting it is likely because you do not have your Open Graphs meta tags set up properly.
You can simply use a plugin with Wordpress to add these tags, like this one or you can learn how to program it yourself into your theme.
Facebook has a good debugger for tags, which you can use to check your links.
You can read more about how og tags are used by LinkedIn in their developer article.

Hyperlink to section of a page

This is going to read like an extremely silly and novice question.... But I cannot seem to work out what is wrong with my code.
I want to have my menu links at the top the page link to different sections within the same page. I have read up on a few various topics including How do I link to part of a page? (hash?) but I just can't get it working.... Any help would be great.
If it helps I am building this on codepen.....not sure if that makes any difference.
The code I am using is:
Services
<div id="services><h3>Our Services</h3></div>
A double quote is missing at the end of services.
<div id="services"><h3>Our Services</h3></div>
Syntax highlighting is your friend !

Removed Comment Box Blogger and want to enable again

Started a blog and every photo was a post and there were these jarring white comment boxes. I looked online and don't know where I got the code to add to CSS for HTML for no display but now can not find it and remove it from HTML. So now even though I set up parameters in the template to have comments, I am not able to get them. I even reset the template and made color changes etc. but still no comment box. I have post footer but no comment ability there. Please help!
Kindly share the URL of your blogger site or share your template code. If due to some reason you're not willing to share that information or would like to try the changes yourself, based on what you've asked, here are a few suggestions to help you trace the problem.
Try changing to a completely different template to see if the problem is actually related to the template code.
You say you have correctly reset the template and the problem persists, try removing/disabling any gadgets that you may have added.
Navigate to Settings > Posts, comments and sharing and check the Comment Location setting. It should not be Hide.

After Exporting blog from wordpress to blogger,image links not updated

I had exported a blog from wordpress to blogger.
But the images in the post show the links from old wordpress site.
What could be the possible solution?
It would be good to explain the steps you followed. Please go through the following link and see if you missed anything or you did something wrong.
http://google.about.com/od/googleblogger/a/How-To-Move-Your-Blog-From-Wordpress-To-Blogger.htm

How to post external references in playframework2.0

I have a school project, for which I want to develop a web application similar (but simplified) to reddit. reddit My problem is that I can't seem to be able to post references/hyperlinks that point outside of localhost:9000/ . All tags in the mold of the below example are changed, thus to point to localhost:9000/www.google.ro .
<!-- language: html -->
Go to google
All hyperlinks are made relative. How can I go around this? Basically, block the interpreter from modifying my hyperlink?
Sorry for the poor formatting. It's my first post here :). Thank you.
Write Go to google