Add read more link SharePoint 2013 blog site

Hi,
I have blog site in SharePoint 2013. I want to add "Read More" link for all the blog post.
I found a lot of solution by manipulating through the layouts folder in 15 hive directory.
But I have no access to the 15 hive directory.
Is it possible through JavaScript or j query ?
Please share your suggestion.
Thank you

I've used this guide: http://www.learningsharepoint.com/2013/04/07/styling-announcements-with-javascript-using-js-link-in-sharepoint-2013/
The guide is actually for Announcements but the basic behavior is the same. The code is simple to modify even by a beginner.

Similar Messages

  • Display count for each category in sharePoint 2013 blog site

    Hi,
    I have added category list in the left side as web part in SharePoint 2013 blog site.
    Here i want to show the count for each category. And on clicking on the category, it should show the blog posts related to that category.
    Is there any way to do this.
    Please help.
    Thank you.

    Hi Aditi,
    To show item counts on a list, you might need to query the list by title in the navigation menu and retrieve item count in the list, then use CSS to add the number to navigation menu. You need to use Client Object Model and JQuery.
    Here are similar issues:
    http://sharepoint.stackexchange.com/questions/5477/getting-a-count-of-list-items-in-a-list-via-ecmascript
    http://sharepoint.stackexchange.com/questions/18050/how-do-i-get-the-number-of-items-in-a-list
    Regards,
    Rebecca Tu
    TechNet Community Support

  • SharePoint 2013 Blog Site or Discussion LIst - Comment on a Comment

    Hi,
    Quick question.  Is anyone aware of a plug-in or feature or new blog add-in for SP 2013 that allows "comments on comments".   From what I can tell in the blog site and discussion list, you can only comment on the original comment. 
    You cannot comment on someone else's comment as in a tiered fashion. 
    Any ideas?
    Thanks!
    Thanks! Patti N.

    Hi,
    According to your post, my understanding is that you want to be able to comment on someone else’s comments displayed in a hierarchical structure.
    In SharePoint 2013, it’s by default that the Discussion Board list’s replies are in the “Flat” view, and it won’t display the replies in a hierarchical structure.
    However, the Discussion Board list have another default view is the “Threaded” view, and it can display replies in a hierarchical structure.
    Therefore, I recommend that you can directly modify the default view of the Discussion Board list’s replies to the “Threaded” view to achieve your requirement.
    For SharePoint 2013 Blog site, as a workaround, I suggest that you also can create a Discussion Board list into it to implement this function.
    Best Regards,
    Yumi Fu

  • Link Title field to custom display form in SharePoint 2013 blog site

    Hi,
    I have blog site in sharepoint 2013.
    I want to display the item in read only view of the selected item.So I have created one custom display form.
    Now I want to link this display form with the Title Field.
    So that when user click on the title field, the display form should show to view only the item and if the user is approver, can approve also.
    Please help me to achieve this.
    waiting for your quick response.
    Thank you!

    Hi  ,
    According to your description, my understanding is that you want to display custom display form when users click on the title field.
    For achieving your demand, you need to implement an ihttpmodule and intercept the request. For more information, you can refer to the code as below:
    private void context_BeginRequest(object sender, EventArgs e)
    HttpApplication application = sender as HttpApplication;
    if (application != null && application.Context != null && application.Request != null)
    HttpRequest request = application.Request;
    HttpResponse response = application.Response;
    if (request.Url.ToString().ToLower().Contains(http://yoursite/libraryname))
    response.Redirect(newlocationurl);
    Reference:
    http://sharepointgotchas.wordpress.com/tag/httpmodule/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Error in Archives data in SharePoint 2013 blog site

    Hi,
    I have created a blog site in SharePoint 2013.
    Here when i clicked on the month of june, it shows the header as May but showing the posts of july.
    Is there any solution for this issue.
    Please help.
    Thank you

    Hi,
    I checked the link for the archives, the date interval for the month of June is "31 may 2014 to 30 June 2014".
    Is it possible to change these date interval?
    Please help.
    Thank you.

  • SharePoint 2013 Blog Site Comments permissions

    Hello,
    Have researched this and all articles I can find so far give identical advice.
    Blog site (subsite of root SiteCollection) is populated by a manager of the company. He wants everyone to see it (default "Visitors") and leave a Comment (default "Members").
    I have customized List permissions for Comments as Visitors, broken inherited perms with parents to be sure the List perms are specific to Visitors of the List, and Visitors -- expectedly -- cannot post a Comment or see other Blog admin links (Add Post,
    Manage Comments etc).
    When adding everyone to the Members group, then customizing under Advanced Settings so they can only edit their OWN content, the users can naturally post Comments. But as Members, they are still allowed to Manage posts, Comments,
    etc. Too many perms.
    Visitor perms = insufficient
    Customized "Members" perms = too much granted.
    Need to constrain perm traits to posting/editing own Comments and nothing more except Read.
    Despite List perm customization, and Advanced Settings customization, this Member perm still grants waayyyyyyy too many perms. I simply cannot permit every user to create posts, manage comments, etc.
    Thank you in advance.

    Hi,
    According to your post, my understanding is that you want to customize the permission in the blog site.
    It is recommend customize your own permission level for this scenario.
    What’s more, to enable users can only edit their own items, we can set the item level permission in the post list advance settings.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Issue with AjaxControlToolkit for SharePoint 2013 Blog site template.

    Hi,
    Please find below the details of issue -
    History - We are working with SharePoint 2013 and we are using AjaxControlToolkit in our project. Basically this is a migration project from MOSS to SharePoint 2013. So we have migrated code MOSS to SharePoint 2013. Previously in MOSS project, AjaxControlToolkit
    was used so after migrating we have also used AjaxControlToolkit with updated version which can work in SharePoint 2013. This is working fine now.
    Scenario - There is one web application in SharePoint 2013 farm. Under this web application there are two site collections. One site collection is created with Team site template and second site collection is created with Blog site template.
    There are three feature in our wsp that we have created. One feature is at web application scope (which will do web.config modifications and it will add below entry in web.config file through SPWebConfigModification in section 'configuration/system.web/compilation/assemblies'
     <add assembly="AjaxcontrolToolkit, Version=4.5.7.725, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" />  
    ). And there are two site collection features.
    Now when we deploy our solution (wsp) to web application in SharePoint 2013 farm and activate the Web.Config modification feature which is at web application level, it has added above mentioned entry in web.config file.
    Our application in first site collection is working fine which we are expecting but in the second site collection which is created using out of box Blog site template, 'comment box' and Post button are invisible as shown in below screen shot -
    If we remove below entry from web.config file -
    <add assembly="AjaxcontrolToolkit, Version=4.5.7.725, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" /> 
    and refresh the Blog site page then the Comment box and Post button is appearing again as shown in below screen shot -
    We also tried with updated versions of AjaxControlToolkit (Version=4.5.7.1005 & 4.5.7.1213) but no success.
    I will highly appreciate if you could help me in this.
    Thanks for your time.
    Thanks & Regards,
    Rajendra Gaikwad.

    Hi,
    As you said, the issue only comes with the Blog site template.
    I suggest you take a look at this blog about how to make Ajax Control Toolkit work with SharePoint 2013:
    http://andreaswijayablog.blogspot.com/2013/12/ajax-control-toolkit-with-sharepoint.html
    Another similar thread for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/60fa19fe-86a0-446b-b61f-11a82fe4287f/how-to-implement-ajax-toolkit-for-sharepoint2013?forum=sharepointdevelopment
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they
    help and unmark them if they provide no help. If you have feedback for TechNet
    Subscriber Support, contact [email protected]
    Patrick Liang
    TechNet Community Support

  • Limiting Body size post list in SharePoint 2013 blog site

    Hi,
    I want to fix the length of the body content in the post list in blog site in SharePoint 2013.
    And also i want to set the limit to show number of blog in the home page.
    Please help.
    Thank you!

    Open page in SharePoint Designer.
    When the default.aspx page is opened we can see that the web part is actually a XlstListViewWebPart. Taking a look at the XML Definition we can see that there is a field called RowLimit:
    http://www.sharepointanalysthq.com/2011/02/limiting-the-number-of-blog-posts-displayed-in-sharepoint-2010/

  • SharePoint 2013 Blog Site not showing current navigation(Left Navigation)

    I have created a blog site but blog pages are not showing my current navigation, it has got its own left navigation, Can i show left (current) navigation? I am trying to find the page layout being used for blog items but unable to find.

    Hi,
    By design, there is a left navigation in the blog site. Like the following image show.
    Please check whether there is CSS style in site to hide the left navigation.
    If you don’t want to use the default navigation, we can also customize a new one.
    We can use SharePoint designer 2013 to modify it(In /_catalogs/masterpage/seattle.master ).
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Blog tools Web part visibility in SharePoint 2013 blog site

    Hi,
    I need the Employee training template for SharePoint 2013 as we have in SharePoint 2007.
    I also checked the below link
    http://www.microsoft.com/government/en-us/campaigns/Pages/SharePoint-Templates.aspx
    Is it suitable for SharePoint 2013 and work as 2007 template feature.
    Is  there any change in this template given in the link or is it affect the site.
    I am working in production server. I don't know the effect.
    Please help
    Thank you.

    I dont think that link will work for SP 2013
    Try below:
    http://www.sharepointsapiens.com/employee-training-management/documentation/installation/
    You can even create your own workflow for same
    https://www.nothingbutsharepoint.com/sites/itpro/Pages/Employee-Training-and-Scheduling-Template-a-couple-fixes-Part-1.aspx
    Also check some templates from below:
    https://demo.sharesquared.com/
    If this helped you resolve your issue, please mark it Answered

  • Sharepoint 2013 Blog site landing page

    On a blog site, you are shown categories, archives, then your posts, then blog tools and rss feeds. Is there an easy way to increase the width of the post size. If you increase the size of the web part the posts do not increase.

    Use the developer tools and identify the class and increase the width.

  • Issue in Custom Blog site definition based on SharePoint 2010 blog site definition after migrating the sites to SharePoint 2013 and site collection upgrade

    I have created a custom blog site definition using SharePoint 2010 blog site definition with Configuration ID 31 in onet.xml (new value). This was working fine for SharePoint 2010.
    We created new SharePoint 2013 farm and deployed the all Custom solutions in
    14/15 folders. After migrating the sites to SharePoint 2013 using Content DB approach, site created previously using my custom definition are working fine.
    But after running site collection upgrade these sites stop working. When I post a comment then comments not getting listed on post detail page. However comments are getting added to Comments List but
    PostTitle column  of Comment is not getting populated.
    Also, when we create a new site in SharePoint 2013 using my custom blog template then that is also not getting provisioned.  default.aspx and look-up between post and comment list are not working.
    If any one has faced such issue then please share your findings and any solution to fix this.
    Thanks in Advance :)

    Hi ,
    According to your description, my understanding is that the blog based on custom blog site definition didn’t work correctly after migrating custom blog site definition to SharePoint 2013.
    If you customized the Onet.xml file in a previous version's site definition, you should modify some sections in the file to work in the current version, like  <BaseTypes> and  <ListTemplate>  etc. More information, please refer
    to the link below:
    http://msdn.microsoft.com/en-us/library/office/aa543837(v=office.14).aspx
    For that the PostTitle column  of Comment is not getting populated, please try to modify the view, then compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Facebook moderator in SharePoint 2013 Blog commenting.

    Hi,
     I was able to put Facebook commenting in SharePoint 2013 blog but i was not able to see moderator view when i add meta tags in head with my facebook user id.
    <meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
    is there something extra we need to configure to see moderator view in SharePoint 2013.
    Thanks,
    M.M

    Hi,
    According to your post, my understanding is that you could not able to see the moderator view using the Facebook comments plugin.
    You can check with the below meta tag in the header section:
    <meta property="fb:app_id" content="{YOUR_APP_ID}">
    This will give administrators of your application in-line access 
    http://stackoverflow.com/questions/7797660/facebook-comment-moderation-tool
    http://stackoverflow.com/questions/19050121/how-can-i-moderate-facebook-comments-posted-in-my-website
    what’s more, as the issue is related to the Social Plugins, if the issue still occurs, you can post your question in the following site.
    https://developers.facebook.com/support/
    More experts will assist you, then you will get more information relation to Facebook comments.
    Thank you for your understanding and support.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • SharePoint 2013 Upgraded Sites from 2010 Missing Title on Home Page

    Hi All,
    I have upgraded site collection from 2010 to 2013 but I can't see site tiles on site Home page. We are using our template to create default web part page. I can see titles when I do Site Actions->Site settings->Look and Feel->Title but
    not on default page of site.
    Need help to solve the issue. Thanks in advance.
    Jayprakash Dhore

    Hi,
    The following steps for your reference:
    1.Open the problem site in SharePoint Designer 2013 (SPD)
    2.Choose All Files option on the left hand quick launch
    3.Click on default.aspx
    4.On the Home tab, switch to Advanced Mode.
    5.Search for "PlaceHolderPageImage" … it’s near the top
    6.Paste the following on the next line (or after the closing </asp:Content> tag)
    <asp:Content ContentPlaceHolderId="PlaceHolderPageTitleInTitleArea" runat="server">
    <label class="">
    <SharePoint:ProjectProperty Property="Title" runat="server"/></label>
    </asp:Content>
    7. Save and refresh your page
    Or check the blog below:
    SharePoint 2013 Upgraded Sites Missing Title on Home Page
    http://sharepointcherie.blogspot.com/2013/10/sharepoint-2013-upgraded-sites-missing.html
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Show the Read more link in the list view webpart using Client side Rendering

    Hi,
    I have a share point list name as Team.It contains two columns like Role(single line of text) and Name( people and picker).
    I want the display the list view webpart like below format using JS Link/Client side rendering concept.
    If list contains more than 3 items (display like this)
    >TeamMemberName1
    >TeamMemberName2
    >TeamMemberName3
    Readmore... (Read more link should expand all the team members)
    If list contains more than 3 items (display like this)
    >TeamMemberName1
    >TeamMemberName2
    >TeamMemberName3
    Could you please provide the code.It is very urgent for me.
    Thanks for the help!!!

    (function () {
        debugger;
        //Create our Namespace object to avoid polluting the global namespace
        var pfh = pfh || {};
        //Define our Header Render pattern
        pfh.renderHeader = function (ctx) {
            var headerHTML = "<ul>";
            return headerHTML;
        pfh.renderFooter = function (ctx) {
            //Define any footer content here.
            var footerHTML = "</ul>";
            return footerHTML;
        pfh.CustomItem = function (ctx) {
            var itemHTML = "<li>" + ctx.CurrentItem.TeamMemberName[0].title; + "</li>";
            return itemHTML;
        //Define any code/function that needs to be run AFTER the page has been completed and the DOM is complete.
        pfh.PostRenderCallback = function (ctx) {
        //Define the function that will register our Override with SharePoint.
        pfh.RegisterTemplateOverride = function () {
            var overrideCtx = {};
            overrideCtx.Templates = {};
            overrideCtx.Templates.Header = pfh.renderHeader;
            overrideCtx.Templates.Footer = pfh.renderFooter;
            overrideCtx.Templates.Item = pfh.CustomItem;
            overrideCtx.onPostRender = [pfh.PostRenderCallback(ctx)];
            overrideCtx.BaseViewID = 98; //Note: We're using BaseView ID 99 to match our override below
            overrideCtx.ListTemplateType = 100;
            SPClientTemplates.TemplateManager.RegisterTemplateOverrides(overrideCtx);
        //Now we load in our override to ensure that this Override is only applied to the intended ListView
        ExecuteOrDelayUntilScriptLoaded(function () {
            var OldRenderListView = RenderListView;
            RenderListView = function (ctx, webPartID) {
                if (ctx.ListTitle == "Test") {
                    ctx.BaseViewID = 98;
                OldRenderListView(ctx, webPartID)
        }, 'ClientTemplates.js');
        //Register for MDS enabled site otherwise the display template doesn't work on refresh
        //Note: The ~sitecollection tokens cannot be used here!
        RegisterModuleInit("/_catalogs/masterpage/Display Templates/csr_ovr_RenderListTemplate_Fixed.js", pfh.RegisterTemplateOverride); // CSR-override for MDS enabled site
        pfh.RegisterTemplateOverride(); //CSR-override for MDS disabled site (because we need to call the entry point function in this case whereas it is not needed for anonymous functions)
    I am using the above script to render the items.
    I am new to the CSR.
    Where do i need to include your script in my script.
    Please help on this.
    Thank you for reply sagar.
    Please note that i am not using content search webpart.

Maybe you are looking for

  • US & Canada's Reader Store closed. Migrate to Kobo-

    Reader Store: Your Transition to Kobo This is the last email received from Reader Store on how to migrate with a personal link: "Dear Reader Store Customer, On March 20, 2014, Sony's Reader Store closed and we are now transferring customers to Kobo,

  • Photos on 30 GB Video iPod - where did they go?

    I had 1200 photos on my iPod - now I have 32. I connected my iPod to my new iMac - where did the rest of my photos disappear too? HELP!!! Originally they were on another PC not a Mac. My other PC died. Could some one explain if I can retrieve them? T

  • Printing Problems with PowerPoint 2007

    Running Acrobat Pro 8.1.4, / Distiller Pro 8.1.3 / and PDF Maker Plug-in 8.1.3.0 / Windows XP. Using the plug-in from PowerPoint 2007 to create a PDF file of that PowerPoint, I see the following: "preparing slide"  and then "Converting to Adobe PDF .

  • Collision related "urgent"

    I'm new to Java3D. I'm going to make the object move by a interpolator after collision. However, when run the code below, it always gives an exception: javax.media.j3d.RestrictedAccessException: Group: only a BranchGroup node may be added at javax.me

  • Need a printer for my iPad. Help

    I need a printer for my iPad. How do I get one and where?