Blog post at SP home page

I need to create blog post at SP 2013 home page. with this pic. should appear permanently and right of the pic post text detail should be there. Wheneven new post created it should update with new post and picture at left should remain same.
is there a way to achieve this.
If we can implement it through any webpart which one is that.
Thanks in adv !!

One way you can achieve this is using the Content by Query Web Part and custom XSLT for the web part. Go through the couple of examples below on how to roll up the blog post with custom XSLT. In your case you will be rolling up the one item i.e. the latest
blog post and then change the XSLT to display the image that you want to display with blog.
USING THE CONTENT QUERY WEB PART TO AGGREGATE BLOG POSTINGS IN SHAREPOINT 2010
SharePoint 2010 Content
Query for Blog Posts
Amit

Similar Messages

  • Latest posts on Discussion home page

    Any chance that the list of the 5 latest posts that used to be listed on the Discussions home page could make a return?
    I spend most of my time in the PowerBook 12" forum, but from time to time I'd see a topic posted in this list from another forum that I could answer.
    I just thought it was nice that it gave me the chance to be exposed to random questions and posts from other forums (fora?) without having to dredge through them all myself.

    I miss that, too.

  • Page layout skewed after comment added to blog post

    I am having an issue where my page layout is all out of whack after a reader posts a comment. The body text of the blog post drops down the page to cover over the top comment. Also noticed that the weblink that the reader has entered doesn't work - It's supposed to load their site when clicking on their name, but no link is active. Also having problem where the body text is OK, but the comment is cut off - the page doesn't automatically extend to allow the comment to fit at the bottom.
    Very frustrating for me and my readers.
    BTW, using iWeb09 and Mobile Me account. Annoying to pay this money and not have results.

    Seems I can answer this one myself.
    The problem occurs when the code from Google Analytics is not on the furthest back layer. Right click on html box containing the code and select 'Move to back'. Problem solved

  • On iPad with iOS 8.0.2 I am experiencing photos are missing on Home page of some Facebook posts when connecting to Facebook via Safari

    I have noted that I am not able to view some photos of some Facebook posts on my Home page when I try to view on my iPad (iOS 8.0.2) via Safari. On some occasions I can refresh the page and some of the photos become visible, others remain the large white box with the tiny blue question mark in the center of the box. Anyone else out there with this problem? Thanx.

    Your iPhone's iOS must be same or newer than the one in backups. In your case it is older so you need to update your iPhone and then recover it with backup.

  • Using blog template for home page

    I'm trying to use the blog template for my home page, but the navigation bar disappears and some of the fonts change when I publish it to my folder. Anyone have experience with this?

    iWeb appears to be picking up the font size and bolding from the previous text boxes, which are larger headings. The first few words or characters are bold and in the heading pt. size, then the rest of the text is OK. Originally, I had both the headings and text in the same text box. I separated them to try and fix things.
    I tried changing the inset margin from 4 pt to 6. Didn't work.
    I also can't figure out why my navbar doesn't appear on my home page (redesigned using the blog template). Oddly enough, if I load a different page and click back to my home page, the navbar finally appears, but that's no help if someone goes directly to my home page first.
    Thoughts?

  • How do i add an external blog to a specific part of my home page?

    hi,
    i am wanting to add a tumblr blog to my home page. within muse, how do i configure exactly where in my site i want this blog to show up? is there a widget or something? i would like the most recent blog post to show up (in a window perhaps?) on the main page...where someone can then click on it, and have it open to the entire blog. how do i go about doing this?
    thank you.

    Here is a link to a Muse Jam session that might answer your question called
    Embedding and Styling Blogs in Muse
    https://my.adobeconnect.com/_a295153/p6wv1sik1gq/?launcher=false&fcsContent=true&pbMode=no rmal

  • Interactive Rating Stars for XSLTListView Blog Home Page

    Hi All, using the OOTB blog site template, I'd like to modify the OOTB List View Web Part (using SharePoint Designer) on the home page of the blog site to also include interactive rating stars next to each entry's title. So far I've been able to get the
    stars to show up but I haven't been able to figure out how to make it clickable/interactive. Any ideas/suggestions? Thanks!http://www.henryong.com

    Hi Henry,
    Please follow the steps given below
    1. Create a custom blog.xsl file and dump the below code in the file. Upload the blog.xsl file to a style library.
    <xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:d="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" exclude-result-prefixes="xsl msxsl ddwrt" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:ddwrt2="urn:frontpage:internal" xmlns:o="urn:schemas-microsoft-com:office:office" ddwrt:ghost="show_all">
    <xsl:include href="/_layouts/xsl/blog.xsl"/>
    <xsl:include href="/_layouts/xsl/internal.xsl"/>
    <xsl:param name="AllRows" select="/dsQueryResponse/Rows/Row[$EntityName = '' or (position() &gt;= $FirstRow and position() &lt;= $LastRow)]"/>
    <xsl:param name="dvt_apos">&apos;</xsl:param>
    <xsl:template match="/" ddwrt:ghost="hide">
    <xsl:choose>
    <xsl:when test="$RenderCTXOnly='True'">
    <xsl:call-template name="CTXGeneration"/>
    </xsl:when>
    <xsl:when test="($ManualRefresh = 'True')">
    <xsl:call-template name="AjaxWrapper" />
    </xsl:when>
    <xsl:otherwise>
    <xsl:apply-templates mode="RootTemplate" select="$XmlDefinition"/>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    <xsl:template name="View_DefaultSummary_RootTemplate" mode="RootTemplate" match="View[@BaseViewID='0']" ddwrt:dvt_mode="root" ddwrt:ghost="hide">
    <xsl:apply-templates select="." mode="full" />
    </xsl:template>
    <xsl:template match="View[@BaseViewID='0' and List/@TemplateType='301']" mode="full" ddwrt:ghost="hide">
    <xsl:apply-templates select="." mode="RenderView" />
    <xsl:apply-templates mode="footer" select="." />
    </xsl:template>
    <xsl:template match="View" mode="RenderView" ddwrt:ghost="hide">
    <xsl:variable name="ViewStyleID">
    <xsl:value-of select="ViewStyle/@ID"/>
    </xsl:variable>
    <xsl:variable name="HasExtraColumn" select="$TabularView='1' and $MasterVersion=4 and ($ViewStyleID = '' or $ViewStyleID = '17')"/>
    <xsl:if test="Aggregations[not(@Value='Off')]/FieldRef">
    <tr>
    <xsl:if test="$HasExtraColumn">
    <td/>
    </xsl:if>
    <xsl:if test="$InlineEdit">
    <td width="1%"/>
    </xsl:if >
    <xsl:apply-templates mode="aggregate" select="ViewFields/FieldRef[not(@Explicit='TRUE')]">
    <xsl:with-param name="Rows" select="$AllRows"/>
    <xsl:with-param name="GroupLevel" select="0"/>
    </xsl:apply-templates>
    </tr>
    </xsl:if>
    <xsl:variable name="Fields" select="ViewFields/FieldRef[not(@Explicit='TRUE')]"/>
    <xsl:variable name="Groups" select="Query/GroupBy/FieldRef"/>
    <xsl:variable name="Collapse" select="Query/GroupBy[@Collapse='TRUE']"/>
    <xsl:variable name="GroupCount" select="count($Groups)"/>
    <xsl:for-each select="$AllRows">
    <xsl:variable name="thisNode" select="."/>
    <xsl:if test="$GroupCount &gt; 0">
    <xsl:call-template name="GroupTemplate">
    <xsl:with-param name="Groups" select="$Groups"/>
    <xsl:with-param name="Collapse" select="$Collapse"/>
    <xsl:with-param name="HasExtraColumn" select="$HasExtraColumn"/>
    </xsl:call-template>
    </xsl:if>
    <xsl:if test="not(not($NoAJAX) and not($InlineEdit) and $Collapse and $GroupCount &gt; 0)">
    <xsl:apply-templates mode="Item" select=".">
    <xsl:with-param name="Fields" select="$Fields"/>
    <xsl:with-param name="Collapse" select="$Collapse"/>
    <xsl:with-param name="Position" select="position()"/>
    <xsl:with-param name="Last" select="last()"/>
    </xsl:apply-templates>
    </xsl:if>
    </xsl:for-each>
    <xsl:if test="$InlineEdit and not($IsDocLib) and $ListRight_AddListItems = '1'">
    <xsl:call-template name="rowinsert">
    <xsl:with-param name="Fields" select="$Fields"/>
    </xsl:call-template>
    </xsl:if>
    </xsl:template>
    <xsl:template mode="Item" match="Row[../../@TemplateType='301' and (../../@BaseViewID='0' or ../../@BaseViewID='7' or ../../@BaseViewID='8' or ../../@BaseViewID='9')]" ddwrt:ghost="" xmlns:ddwrt2="urn:frontpage:internal">
    <xsl:param name="Fields" select="."/>
    <xsl:param name="Collapse" select="."/>
    <xsl:param name="Position" select="1"/>
    <xsl:param name="Last" select="1"/>
    <xsl:variable name="ShowBody">
    <xsl:if test="../../@BaseViewID='0' or ../../@BaseViewID='7'">1</xsl:if>
    </xsl:variable>
    <xsl:variable name="ShowTopDate">
    <xsl:if test="../../@BaseViewID='0' or ../../@BaseViewID='7'">1</xsl:if>
    </xsl:variable>
    <xsl:variable name="ShowDrafts">
    <xsl:if test="../../@BaseViewID='7'">1</xsl:if>
    </xsl:variable>
    <xsl:variable name="thisNode" select="."/>
    <xsl:if test="$ShowDrafts=1 or $thisNode/@_ModerationStatus. = 0">
    <table>
    <tr class="ms-blogpostdatecol" valign="top">
    <td class= "ms-leftblogdate" style="width: 93px">
    <div id="PostDateTopBox{generate-id()}" class="ms-postcalendardateboxtop">
    </div>
    <xsl:if test="$MasterVersion = 4">
    <div id="PostDateBottomBox{generate-id()}" class="ms-postcalendardateboxbottom" style="overflow-x:hidden">
    <div>
    <xsl:value-of select="$thisNode/@PublishedDate.MonthDayOnly" disable-output-escaping="yes" />
    </div>
    </div>
    </xsl:if>
    <xsl:if test="$MasterVersion != 4">
    <div id="PostDateBottomBox" class="ms-postcalendardateboxbottom" style="overflow-x:hidden;font-size:0.8em">
    <div>
    <xsl:value-of select="$thisNode/@PublishedDate.MonthDayOnly" disable-output-escaping="yes" />
    </div>
    </div>
    </xsl:if>
    </td>
    <td class = "ms-rightblogpost">
    <table dir="None" cellspacing="0" cellpadding="0" width="100%" border="0">
    <tbody>
    <tr>
    <td class="ms-PostTitle">
    <a href="{$HttpVDir}/{$thisNode/../@resource.wss.lists_Folder}/{$thisNode/../@resource.wss.blogpost_Folder}/Post.aspx?ID={$thisNode/@ID}">
    <xsl:apply-templates select="$Fields[@Name='Title']" mode="PrintField">
    <xsl:with-param name="thisNode" select="$thisNode"/>
    <xsl:with-param name="Position" select="$Position"/>
    </xsl:apply-templates>
    </a>
    </td>
    <xsl:if test="../../@BaseViewID='7'">
    <xsl:if test="($thisNode/../@value.listpermission.EditListItems = '1' and (($thisNode/../@value.listpermission.ManageLists = '1') or ($XmlDefinition/List/@WriteSecurity = '2' and $thisNode/@Author.id = $Userid) or ($XmlDefinition/List/@WriteSecurity != '2')))">
    <td align="right" class="ms-blogedit">
    <a href="javascript:" onclick="javascript:ShowPopupDialog('{$HttpVDir}/{$thisNode/../@resource.wss.lists_Folder}/{$thisNode/../@resource.wss.blogpost_Folder}/EditPost.aspx?ID={$thisNode/@ID}&amp;Source={$HttpVDir}%2Fdefault.aspx');">
    <xsl:value-of select="'Edit'" />
    </a>
    </td>
    </xsl:if>
    </xsl:if>
    </tr>
    </tbody>
    </table>
    <div class="ms-PostFooter">
    <xsl:for-each select="$Fields">
    <xsl:if test="@Name!='Title' and @Type!='Note' and not(@Name='PostCategory' and $thisNode/@PostCategory='')">
    <xsl:choose>
    <xsl:when test="@Name='Author'">
    <span class="ms-postfootercolor">
    <xsl:value-of select="'by '"/>
    </span>
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text>
    <xsl:value-of select="$thisNode/@Author.span" disable-output-escaping="yes" />
    </xsl:when>
    <xsl:when test="@Name='PublishedDate'">
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;&amp;nbsp;</xsl:text>
    <span class="ms-postfootercolor">
    <xsl:value-of select="'on'"/>
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text>
    <xsl:value-of select="$thisNode/@PublishedDate" />
    </span>
    </xsl:when>
    </xsl:choose>
    </xsl:if>
    </xsl:for-each>
    <div>
    <xsl:for-each select="$Fields">
    <xsl:if test="@Name='PostCategory' and not ($thisNode/@PostCategory='')">
    <xsl:value-of select="'Category'" />
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">:&amp;nbsp;</xsl:text>
    <xsl:apply-templates select="$Fields[@Name='CategoryWithLink']" mode="Computed_body">
    <xsl:with-param name="thisNode" select="$thisNode"/>
    </xsl:apply-templates>
    </xsl:if>
    </xsl:for-each>
    </div>
    </div>
    <xsl:if test="$ShowBody=1">
    <div class="ms-PostBody">
    <div>
    <xsl:apply-templates select="$Fields[@Name='Body']" mode="PrintField">
    <xsl:with-param name="thisNode" select="$thisNode"/>
    <xsl:with-param name="Position" select="$Position"/>
    </xsl:apply-templates>
    </div>
    </div>
    </xsl:if>
    <div class="ms-PostFooter">
    <xsl:for-each select="$Fields">
    <xsl:if test="@Name ='Permalink' or @Name ='EmailPostLink' or @Name ='NumCommentsWithLink'">
    <xsl:choose>
    <xsl:when test="@Name='Permalink' or @Name='EmailPostLink' or @Name='NumCommentsWithLink'">
    <xsl:apply-templates select="." mode="PrintFieldWithDisplayFormLink">
    <xsl:with-param name="thisNode" select="$thisNode"/>
    <xsl:with-param name="Position" select="$Position"/>
    </xsl:apply-templates>
    <xsl:if test="@Name='Permalink' or @Name='EmailPostLink'">
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;|&amp;nbsp;</xsl:text>
    </xsl:if>
    </xsl:when>
    <xsl:when test="$thisNode/@*[name()=current()/@Name]!=''">
    <xsl:apply-templates select="." mode="PrintFieldWithDisplayFormLink">
    <xsl:with-param name="thisNode" select="$thisNode"/>
    <xsl:with-param name="Position" select="$Position"/>
    </xsl:apply-templates>
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;|&amp;nbsp;</xsl:text>
    </xsl:when>
    </xsl:choose>
    </xsl:if>
    </xsl:for-each>
    </div>
    <!--Start Blog Post Average Rating -->
    <div class="ms-PostFooter">
    <xsl:for-each select="$Fields">
    <xsl:if test="@Name ='AverageRating'">
    <xsl:choose>
    <xsl:when test="@Name='AverageRating'">
    <xsl:apply-templates select="." mode="PrintFieldWithDisplayFormLink">
    <xsl:with-param name="thisNode" select="$thisNode"/>
    <xsl:with-param name="Position" select="$Position"/>
    </xsl:apply-templates>
    </xsl:when>
    </xsl:choose>
    </xsl:if>
    </xsl:for-each>
    </div>
    <!--End Blog Post Average Rating -->
    </td>
    </tr>
    </table>
    </xsl:if>
    </xsl:template>
    <xsl:template name="FieldRef_Text_body.Title" ddwrt:dvt_mode="body" match ="FieldRef[@Name='Title']" mode="Text_body" ddwrt:ghost="hide">
    <xsl:param name="thisNode" select="."/>
    <xsl:choose>
    <xsl:when test="@AutoHyperLink='TRUE'">
    <xsl:value-of select="$thisNode/@*[name()=current()/@Name]" disable-output-escaping ="yes"/>
    </xsl:when>
    <xsl:otherwise>
    <xsl:value-of select="$thisNode/@*[name()=current()/@Name]"/>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    <xsl:template name="FieldRef_Note_body.Body" ddwrt:dvt_mode="body" match="FieldRef[@Name='Body']" mode="Note_body" ddwrt:ghost="hide">
    <xsl:param name="thisNode" select="."/>
    <div dir="{@Direction}" class="ms-rtestate-field">
    <xsl:value-of select="$thisNode/@*[name()=current()/@Name]" disable-output-escaping="yes"/>
    </div>
    </xsl:template>
    <xsl:template name="FieldRef_Blog_Permalink_Computed_Body.Permalink" match="FieldRef[(@ID='a194bd80-24e6-e71b-b235-3a283b9f1e71') and @Name='Permalink']" ddwrt:dvt_mode="body" mode="Computed_body" ddwrt:ghost="hide">
    <xsl:param name="thisNode" select="."/>
    <span style="vertical-align:middle">
    <span style="height:16px;width:16px;position:relative;display:inline-block;overflow:hidden;" class="s4-clust">
    <a href="{$HttpVDir}/{$thisNode/../@resource.wss.lists_Folder}/{$thisNode/../@resource.wss.blogpost_Folder}/Post.aspx?ID={$thisNode/@ID}" style="height:16px;width:16px;display:inline-block;" >
    <img src="/_layouts/images/fgimg.png" alt="{$thisNode/../@resource.wss.posts_permlink_alt}" style="left:-0px !important;top:-412px !important;position:absolute;" title="{$thisNode/../@resource.wss.posts_permlink_alt}" class="imglink" longDesc="{$thisNode/../@resource.wss.posts_permlink_alt}" />
    </a>
    </span>
    </span>
    </xsl:template>
    <xsl:template name="FieldRef_Blog_EmailPostLink_Computed_Body.EmailPostLink" match="FieldRef[(@ID='1c216b4a-13a6-cd5c-b37b-3776b29ff92e') and @Name='EmailPostLink']" ddwrt:dvt_mode="body" mode="Computed_body" ddwrt:ghost="hide">
    <xsl:param name="thisNode" select="."/>
    <span style="vertical-align:middle">
    <span style="height:16px;width:16px;position:relative;display:inline-block;overflow:hidden;" class="s4-clust">
    <a href="javascript:navigateMailToLink('{$HttpVDir}%2F{$thisNode/../@resource.wss.lists_Folder}%2F{$thisNode/../@resource.wss.blogpost_Folder}%2FPost.aspx?ID%3D{$thisNode/@ID}')" style="height:16px;width:16px;display:inline-block;" >
    <img src="/_layouts/images/fgimg.png" alt="{$thisNode/../@resource.wss.posts_emailpostlink_alt}" style="left:-0px !important;top:-267px !important;position:absolute;" title="{$thisNode/../@resource.wss.posts_emailpostlink_alt}" class="imglink" longDesc ="{$thisNode/../@resource.wss.posts_emailpostlink_alt}" />
    </a>
    </span>
    </span>
    </xsl:template>
    <xsl:template name="FieldRef_Blog_NumCommentsWithLink_Computed_Body.NumCommentsWithLink" match="FieldRef[(@ID='65746b4a-13a6-a72c-b815-3a96b29f1f9e') and @Name='NumCommentsWithLink']" ddwrt:dvt_mode="body" mode="Computed_body" ddwrt:ghost="hide">
    <xsl:param name="thisNode" select="."/>
    <span style="vertical-align:middle">
    <span style="height:16px;width:16px;position:relative;display:inline-block;overflow:hidden;" class="s4-clust">
    <a href="{$HttpVDir}/{$thisNode/../@resource.wss.lists_Folder}/{$thisNode/../@resource.wss.blogpost_Folder}/Post.aspx?ID={$thisNode/@ID}" style="height:16px;width:16px;display:inline-block;" >
    <img src="/_layouts/images/fgimg.png" alt="{$thisNode/../@resource.wss.posts_numcommentswithlink_alt}" style="left:-0px !important;top:-396px !important;position:absolute;" title="{$thisNode/../@resource.wss.posts_numcommentswithlink_alt}" class="imglink" longDesc="{$thisNode/../@resource.wss.posts_numcommentswithlink_alt}" />
    </a>
    </span>
    </span>
    <span>
    <a href="{$HttpVDir}/{$thisNode/../@resource.wss.lists_Folder}/{$thisNode/../@resource.wss.blogpost_Folder}/Post.aspx?ID={$thisNode/@ID}">
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text>
    <xsl:value-of select="$thisNode/@NumComments" />
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text>
    <xsl:value-of select="'Comment(s)'"/>
    </a>
    </span>
    </xsl:template>
    <xsl:template match="View[List/@TemplateType='301' and (@BaseViewID='0' or @BaseViewID='8' or @BaseViewID='9')]" mode="footer" ddwrt:ghost="hide">
    <xsl:call-template name="pagingButtons" />
    <xsl:if test="List/@EnableSyndication=1">
    <div class="ms-blogrss" id="BlogRSSMain{generate-id()}">
    <span style="vertical-align:middle">
    <span style="height:16px;width:16px;position:relative;display:inline-block;overflow:hidden;" class="s4-clust">
    <a href="{$HttpVDir}/_layouts/listfeed.aspx?List={$List}" style="height:16px;width:16px;display:inline-block;" >
    <img src="/_layouts/images/fgimg.png" alt="{$Rows/@resource.wss.blog_rss_link}" style="left:-0px !important;top:-475px !important;position:absolute;" title="{$Rows/@resource.wss.blog_rss_link}" align="absmiddle" />
    </a>
    </span>
    </span>
    <a href="{$HttpVDir}/_layouts/listfeed.aspx?List={$List}">
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text>
    <xsl:value-of select="'RSS Feed'"/>
    </a>
    </div>
    <script type="text/javascript">
    var divBlogRSSNav = document.getElementById(&quot;BlogRSSNav&quot;);
    var divBlogRSSMain = document.getElementById(&quot;BlogRSSMain&quot;);
    if (divBlogRSSNav != null &amp;&amp; divBlogRSSMain != null)
    divBlogRSSNav.innerHTML = divBlogRSSMain.innerHTML;
    divBlogRSSNav.className = &quot;ms-blogrssnav&quot;;
    divBlogRSSMain.removeNode(true);
    </script>
    </xsl:if>
    <xsl:if test="$EnableAlert">
    <div class="ms-blogrss" >
    <a href="{$HttpVDir}/_layouts/SubNew.aspx?List={$List}&amp;Source={$HttpVDir}%2Fdefault.aspx" longDesc="{$Rows/@resource.wss.ToolBarMenuItemAlertMe}">
    <img src="/_layouts/images/menualert.gif" alt="{$Rows/@resource.wss.ToolBarMenuItemAlertMe}" title="{$Rows/@resource.wss.ToolBarMenuItemAlertMe}" align="absmiddle" height="16px" width="16px"/>
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text>
    <xsl:value-of select="'Alert Me'"/>
    </a>
    </div>
    </xsl:if>
    </xsl:template>
    <xsl:template name="pagingButtons" ddwrt:ghost="hide">
    <xsl:choose>
    <xsl:when test="$XmlDefinition/List/@TemplateType = 106 and $XmlDefinition/@RecurrenceRowset='TRUE'">
    <xsl:if test="$dvt_nextpagedata or $dvt_prevpagedata">
    <xsl:call-template name="CalendarExpandedRecurrenceFooter"/>
    </xsl:if>
    </xsl:when>
    <xsl:otherwise>
    <xsl:if test="$XmlDefinition/RowLimit[@Paged='TRUE']">
    <xsl:call-template name="CommandFooter">
    <xsl:with-param name="FirstRow" select="$FirstRow" />
    <xsl:with-param name="LastRow" select="$LastRow" />
    <xsl:with-param name="dvt_RowCount" select="$dvt_RowCount" />
    </xsl:call-template>
    </xsl:if>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    <xsl:template name="CommandFooter" ddwrt:ghost="hide">
    <xsl:param name="FirstRow" select="1"/>
    <xsl:param name="LastRow" select="1"/>
    <xsl:param name="dvt_RowCount" select="1"/>
    <xsl:if test="$FirstRow &gt; 1 or $dvt_nextpagedata">
    <xsl:call-template name="Navigation">
    <xsl:with-param name="FirstRow" select="$FirstRow" />
    <xsl:with-param name="LastRow" select="$LastRow" />
    <xsl:with-param name="dvt_RowCount" select="$dvt_RowCount" />
    </xsl:call-template>
    </xsl:if>
    </xsl:template>
    <xsl:template name="Navigation" ddwrt:ghost="hide">
    <xsl:param name="FirstRow" select="1"/>
    <xsl:param name="LastRow" select="1"/>
    <xsl:param name="dvt_RowCount" select="1"/>
    <xsl:variable name="LastRowValue">
    <xsl:choose>
    <xsl:when test="$EntityName = '' or $LastRow &lt; $RowTotalCount">
    <xsl:value-of select="$LastRow"/>
    </xsl:when>
    <xsl:otherwise>
    <xsl:value-of select="$RowTotalCount"/>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:variable>
    <xsl:variable name="NextRow">
    <xsl:value-of select="$LastRowValue + 1"/>
    </xsl:variable>
    <table width="100%" border="0" cellpadding="0" cellspacing="0" class="ms-bottompaging">
    <tr>
    <td class="ms-bottompagingline1">
    <img src="/_layouts/images/blank.gif" width="1" height="1" alt=""/>
    </td>
    </tr>
    <tr>
    <td class="ms-bottompagingline2">
    <img src="/_layouts/images/blank.gif" width="1" height="1" alt=""/>
    </td>
    </tr>
    <tr>
    <td class="ms-vb" id="bottomPagingCell{$WPQ}">
    <xsl:if test="not($GroupingRender)">
    <xsl:attribute name="align">center</xsl:attribute>
    </xsl:if>
    <table>
    <tr>
    <xsl:if test="$dvt_firstrow &gt; 1">
    <td>
    <a>
    <xsl:choose>
    <xsl:when test="$dvt_RowCount = 0 and not($NoAJAX)">
    <xsl:attribute name="onclick">
    javascript:RefreshPageTo(event, &quot;<xsl:value-of select="$PagePath"/>?<xsl:value-of select="$ShowWebPart"/>\u0026<xsl:value-of select='$FieldSortParam'/><xsl:value-of select='$SortQueryString'/>\u0026View=<xsl:value-of select="$View"/>&quot;);javascript:return false;
    </xsl:attribute>
    <xsl:attribute name="href">javascript:</xsl:attribute>
    <img src="/_layouts/{$LCID}/images/prev.gif" border="0" alt="{$Rows/@idRewind}" />
    <img src="/_layouts/{$LCID}/images/prev.gif" border="0" alt="{$Rows/@idRewind}" />
    </xsl:when>
    <xsl:otherwise>
    <xsl:variable name="RealRowLimit">
    <xsl:choose>
    <xsl:when test="$XmlDefinition/Query/GroupBy[@Collapse='TRUE']/@GroupLimit">
    <xsl:value-of select ="$XmlDefinition/Query/GroupBy[@Collapse='TRUE']/@GroupLimit"/>
    </xsl:when>
    <xsl:otherwise>
    <xsl:value-of select = "$XmlDefinition/RowLimit"/>
    </xsl:otherwise>
    </xsl:choose>
    </xsl:variable>
    <xsl:choose>
    <xsl:when test="not($NoAJAX)">
    <xsl:attribute name="onclick">
    javascript:RefreshPageTo(event, &quot;<xsl:value-of select="$PagePath"/>?<xsl:value-of select="$dvt_prevpagedata"/><xsl:value-of select="$ShowWebPart"/>\u0026PageFirstRow=<xsl:value-of select="$FirstRow - $RealRowLimit"/>\u0026<xsl:value-of select='$FieldSortParam'/><xsl:value-of select='$SortQueryString'/>\u0026View=<xsl:value-of select="$View"/>&quot;);javascript:return false;
    </xsl:attribute>
    <xsl:attribute name="href">javascript:</xsl:attribute>
    </xsl:when>
    <xsl:otherwise>
    <xsl:attribute name="href">
    javascript: <xsl:call-template name="GenFireServerEvent">
    <xsl:with-param name="param" select="concat('dvt_firstrow={',$FirstRow - $XmlDefinition/RowLimit,'};dvt_startposition={',$dvt_prevpagedata,'}')"/>
    </xsl:call-template>
    </xsl:attribute>
    </xsl:otherwise>
    </xsl:choose>
    <img src="/_layouts/{$LCID}/images/prev.gif" border="0" alt="{$Rows/@idPrevious}" />
    </xsl:otherwise>
    </xsl:choose>
    </a>
    </td>
    </xsl:if>
    <xsl:if test="$FirstRow &lt;= $LastRowValue">
    <td class="ms-paging">
    <xsl:value-of select="$FirstRow" /> - <xsl:value-of select="$LastRowValue" />
    </td>
    </xsl:if>
    <xsl:if test="$LastRowValue &lt; $dvt_RowCount or string-length($dvt_nextpagedata)!=0">
    <td>
    <a>
    <xsl:choose>
    <xsl:when test="not($NoAJAX)">
    <xsl:attribute name="onclick">
    javascript:RefreshPageTo(event, &quot;<xsl:value-of select="$PagePath"/>?<xsl:value-of select="$dvt_nextpagedata"/><xsl:value-of select="$ShowWebPart"/>\u0026PageFirstRow=<xsl:value-of select="$NextRow"/>\u0026<xsl:value-of select='$FieldSortParam'/><xsl:value-of select='$SortQueryString'/>\u0026View=<xsl:value-of select="$View"/>&quot;);javascript:return false;
    </xsl:attribute>
    <xsl:attribute name="href">javascript:</xsl:attribute>
    </xsl:when>
    <xsl:otherwise>
    <xsl:attribute name="href">
    javascript:
    <xsl:call-template name="GenFireServerEvent">
    <xsl:with-param name="param" select="concat('dvt_firstrow={',$NextRow,'};dvt_startposition={',$dvt_nextpagedata,'}')"/>
    </xsl:call-template>
    </xsl:attribute>
    </xsl:otherwise>
    </xsl:choose>
    <img src="/_layouts/{$LCID}/images/next.gif" border="0" alt="{$Rows/@tb_nextpage}" />
    </a>
    </td>
    </xsl:if>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td class="ms-bottompagingline3">
    <img src="/_layouts/images/blank.gif" width="1" height="1" alt=""/>
    </td>
    </tr>
    </table>
    <xsl:if test="not($GroupingRender)">
    <script>
    var topPagingCell = document.getElementById(&quot;topPagingCell<xsl:value-of select='$WPQ'/>&quot;);
    var bottomPagingCell = document.getElementById(&quot;bottomPagingCell<xsl:value-of select='$WPQ'/>&quot;);
    if (topPagingCell != null &amp;&amp; bottomPagingCell != null)
    topPagingCell.innerHTML = bottomPagingCell.innerHTML;
    </script>
    </xsl:if>
    </xsl:template>
    </xsl:stylesheet>
    2. Edit the blog post xslt list view webpart on the home page of blog site and specify the custom xsl path, under Miscellaneous -> XSL Link and click ok.
    3. After the page is render it should display like the image given below
    http://moss-solutions.blogspot.com/

  • Some blog posts link to the main url instread of the blog page

    So the title is a little confusing, but I use iweb for a church website. I use the blogs as a way to post videos of the weekly sermons. For some reason my blog posts from 10/24 and 10/31 and 11/7 tries to load the main site, but it does not exist in that folder so nothing loads.
    Main site: http://www.crnaz.net/WeeklySermons/WeeklySermons.html
    Correct Page should look something like this: http://www.crnaz.net/WeeklySermons/Entries/2010/10/24_The_Fruit_of_the_Spirit-_Kindness_Goodness_andGentleness.html
    This is what it tries to load.
    http://www.crnaz.net/WeeklySermons/Entries/2010/10/Castle_Rock_Church_of_theNazarene.html
    CastleRock_Church_of_theNazarene.html is the home page for the site.
    Does any one know how to fix this or what is causing the problem in the first place?
    Thanks

    Right click the Back button and select the page you want to go back to.

  • How to add a button to the home pages of the group wiki and user blog

    On the top of the home page of the group wiki page, there are several buttons/links like "wiki", "blog", "calendar" and "mail". I would like to add a button "svn" linked to "/svn/". Any one can help me? Thanks very much

    Hi Aravindhan,
    Try something like this:
    var ttDesvios = new sap.ui.table.TreeTable();
      var cbDesviacion = new sap.ui.commons.CheckBox();
      ttDesvios.addColumn(new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "Col1"}),
      template: new sap.ui.commons.Label({text: "Info"}),
      width: "50px",
      ttDesvios.addColumn(new sap.ui.table.Column({
      label: new sap.ui.commons.Label({text: "Action"}),
      template: new sap.ui.commons.Button({text: "Delete"}).bindProperty("visible", "pathPropertyChild", function(value){
              if(value .............){ return true;} //For child
              else{ return false;} //For parent
      width: "160px",
    Regards
    EDIT: Wrong paste code, that's better!

  • How to copy blog post to pages on ipad

    I have an iPad3 and I'd like to copy my Wordpress blog posts into a journal I'm making in Pages.  I'd love to know how to do this.  Thanks much for any help.

    no download box appears, even when i go into dashboard/posts.  i did copy and paste the text, but i have quite a few photos with captions too.  I was hoping I could copy them over too. Do I have to copy each photo/caption individually?  Thanks for such a quick response.

  • Template works on other pages except the blog posts

    Hello,
    I have several templates that I use with my BC site. But when it comes to the blog post itself, the template does not go into effect and this appears:
    "Some files on the server may be missing or incorrect. Clear browser cache and try again. If the problem persists please contact website author."
    Sample blog post is Amazing Space X and Elon Musk.
    Any information would be highly appreciated.
    Thanks!

    The page isn't able to locate the CSS / Java files to display your page properly. Check the file path:
    For example you have:
    http://www.bigdipperworx.com/news/css/site_global.css
    When I'm sure you want:
    http://www.bigdipperworx.com/css/site_global.css
    Check your template and or content holders (wherever you have the paths located).

  • The Last Post column on forum home page

    Is it my imagination, or does the Last Post column keep appearing and disappearing from the forum home page?
    I've seen it a few times, I think, but then it vanishes.

    what I can see is the difference between those two links :
    http://forums.oracle.com/forums/main.jspa?categoryID=84
    http://forums.oracle.com/forums/category.jspa?categoryID=84
    Hmmm...interesting.
    When I'm reading a forum and want to go to the main Forum Home page, I click on the "Forum Home" link in the upper left corner of the page (just under the Oracle logo).
    The link has this url: http://forums.oracle.com/forums/index.jspa?categoryID=84 which is slightly different than the two you posted.
    When I click on it, I end up at the first link you posted. But sometimes I see the Last Post column and sometimes not.

  • Photo posted on my facebook, I look at it and cannot (x) out of it to go to my home page. What is wrong? On Mac, Tiger OSX.4.11 in English

    I have a photo posted on my facebook, I look at it and cannot (x) out of it to go to my home page. What is wrong? On Mac, Tiger OSX.4.11 in English

    You can't update to Firefox 6 on OS X 10.4
    *Firefox 4 and later require at least OS X 10.5 and an Intel Mac.
    * http://www.mozilla.com/firefox/6.0/system-requirements/
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Blog Post Comments - #comments anchor causing an error on 2nd page of comments

    We have run into a problem with blog posts on our SharePoint 2013 on premise installation (15.0.4649.1000). The problem is with the blog on the users' MySites.  On the front page of the blog, (https://mysite.url/personal/user_name/Blog/default.aspx),
    you are presented with a listing of the blog posts - displayed as a summary view.  So, this includes:
    -  the title (linked to the post ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5)
    -  the publication date
    -  an excerpt of the post
    -  the author, the time posted
    -  the number of comments (linked to the post - but with an anchor to the comment section ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5#comments).
    If you click on the Title (ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5) everything is fine - the problem does not come up.
    If you click on the number of comments (ie https://mysite.url/personal/user_name/Blog/Lists/Posts/Post.aspx?ID=5#comments), here's where things go wrong.  The initial page loads fine, but if there are more than 10 comments, you have to go to the next page. 
    If you click the arrow to go to the next page you get the following error:
    Exception from HRESULT: 0x80131904
    Correlation ID:20a9f49c-d329-0015-874e-4818b529d673
    If I check the ULS logs, this is what I see:
    System.Data.SqlClient.SqlException (0x80131904): Conversion failed when converting the nvarchar value '5#comments' to data type int.    
     at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)    
     at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)    
     at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)    
     at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)    
     at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more)    
     at System.Data.SqlClient.SqlDataReader.Read()    
     at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)    
     at Microsoft.SharePoint.SPSqlClient.ExecuteQuery(Boolean retryfordeadlock)  ClientConnectionId:e6cdabb3-a778-4c47-8024-73913a538b51  Error Number:245,State:1,Class:16
    So what I think is happening here, is that SharePoint is not stripping the comments anchor (#comments) from the post ID before it queries the database for all comments related to that post.  SQL is expecting an integer - in this case "5", but
    is instead getting "5#comments".
    For the time being we are going to let users know not to click on the comments, but to click on the title instead.  But we would like to correct this problem.
    Is there a fix for this?
    Thanks!

    Hi,
    In my environment, I do not encountered the error as yours. My environment has installed the 2014 December CU. I recommend you
    to install the 2014 December CU or the latest CU for SharePoint 2013.
    The article below is about the 2014 December CU for SharePoint 2013
    http://blogs.technet.com/b/stefan_gossner/archive/2014/12/09/december-2014-cu-for-sharepoint-2013-has-been-released.aspx
    Best regards,
    Sara Fan
    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]

  • Edge Animate file working on main blog page but not on the individual blog post in BC

    I recently uploaded an edge animate file to my blog which is host on Business Catalyst (BC). The edge file works on the main blog page but not on the individual blog post. How can I solve this problem?
    I did the following steps:
    I added the required Adobe Edge scripts on my main blog template.
    Create folder on the server called "edge_includes" and uploaded the 'edge.5.0.0.min' file.
    Create folder on the server called "js" and uploaded the 'jquery-1.7.1.min' file.
    Copy and pasted the div to the part of the blog post I wanted the file to appear (<div id="Stage" class="EDGE-13973370"></div>).
    Uploaded the name of the js file to the root called 'World of Code_edge.'
    Uploaded the images to the existing folder called 'images.'

    I'm still unable to figure out the problem.
    Here is the link to the blog: http://goo.gl/sPW62j (the post titled "Basic Computer Science is a Fundamental Skill in the 21st Century Society").
    Here is the link to the individual post: http://goo.gl/jTSgZH
    Also, I get mixed results on the main blog page. Sometimes the image (Edge Animate file) on the main page shows and other times it does not. However, the image never shows on the individual blog post.

Maybe you are looking for

  • Mass ressetting of  cleared documents

    Hi, I have a requirement to reset and reverse  one lakhs cleared documents. can i know is there any t.codes / program were in i can reset all documents in mass. Thanks in advance. Moderator: Please, search SDN

  • Vendor balances per reconciled account

    Dear all, In my country, I use alternative account for vendors. Is there any function to get balance of vendor per reconciled account. By example: Input: Vendor Number Reconcile Account Output: Balance at key date If not, can you show me the logic ho

  • Sync of Material document and accounting document during MIGO

    Hi Friends, Can we synchronize the Document numbers between Material document (WE) for GR (101) and Accounting documents created for the MIGO transaction???? We have 50 is assigned to WE. But, we have a gap in numbers of Material document number and

  • Unexpected Error - Web ADI having more than 800 lines in an invoice.

    Hi All, I am trying to upload an invoice having more than 800 lines through a custom build "AP Invoices WebADI". I am getting "Unexpected Error"; where Error message may be different in each unsuccessful run. I have tried decreasing the lines step by

  • Time machine and Safari - how to get old web sites saved

    Hi How can I get my old web sites that were in safari before I had to do a Archive and install, can I look in Time machine or even on a external drive that I saved my full system on? Ta