Hi folks,I am very new in Kentico and this is my first project.I am using kentico 13. (Forms -@ form builder)I want to add one label in my form for title whose value should be set from admin portal...
Can Change the @Render Link title@ in the CSS List Menu to show the @Page Title@ from CMS @ Properties @ Metadata @ Page Title? Instead of what it's generated bu default. Screenshot: http://prntscr...
Hi folks,I am very new in Kentico and this is my first project after Kentico training. I have read few blogs and Kentico documentation and as per knowledge base I think I must use Kentico Portal ap...
I use a handy function inside repeaters on K7, to populate meta tags on pages:protected override void OnDataBinding(EventArgs e) { base.OnDataBinding(e); // Set values in meta tags CMS.DocumentEngi...
Hi, am developing in Kentico 8.1, and wondered if its possible to enable web parts such as the generic Kentico @News List@ to accept html markup and render the results, rather than the html markup?...
I can specify the page title for a page from the Metadata tab. But on certain pages I want to be able to override this from my Page_Load function.Is this possible? If so, how?
Duplicate Meta Descriptions and Title Tags when Paginating.When you break a long post into 3 pages: http://www.example.com/blogs/blog-name http://www.example.com/blogs/blog-name?page=2 http://www.e...
I have a query UniView that is using the following code in its transformation: @script runat=@server@@ protected override void OnDataBinding(EventArgs e) { base.OnDataBinding(e); CMS...
I would like to display a list of a couple of my pages in a list.Is there a macro or something else to get the page title of another site then the actual one? All i need is a little smart function ...