Login  Register

Any way to remove "Number of Views" on the blog?

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Any way to remove "Number of Views" on the blog?

allie5
9 posts
Pretty much as the title really - is there any way I can get rid of the "Number of views" that appears on the blog?

Thanks
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Any way to remove "Number of Views" on the blog?

GregTest
3 posts
You'll need to edit the NAML code in your application to do that.

Start by going to the "Edit this page" link somewhere on your blog, then click the "gear wheel" graphic and search the macros for one that contains "views".  Providing that you have some experience of programming code it should be fairly easy to work out which macro needs to be edited.

From a very quick look it should just be a matter of deleting the call to the "views" macro in those macros used to generate the pages where you don;t want the figure to appear. Although there appears to be quite a number of "Usages of views" if you examine the list, there's only about three places where it might matter to you.