Page 1 of 1
How do I edit "ABOUT" and other menus in my blog?
Posted: Sun May 15, 2011 10:58 pm
by maalin
Hi all,
I just started my website, using Serendipity for management. After logging into Serendipity, it allows me only to edit the Blog part (New entry/post, edit post, and so on)
How do I edit the contents inside the other parts, like "About Me", "Home", "News" and whatever else?
I'm not talking about the design aspect, I'm saying specifically about the dynamic contents (ie: About Me >>>
"I'm joepublic, I live in XYZ city...." //// News:
"Today I started a new project, called...")
Can anybody help me, please?
Thank you kindly!

Re: How do I edit "ABOUT" and other menus in my blog?
Posted: Mon May 16, 2011 12:56 am
by Don Chambers
It sounds like you are using RVSiteBuilders, is that correct? If so, you will need to contact them as they use their own customized version of Serendipity (unfortunately). if you are NOT using RVSiteBuilders, perhaps you could provide a URL to your site so we can have a look.
If you ARE using RVSiteBuilders, but do not NEED to use it (ie, have FTP or file system plus database access), we might be able to walk you through a reinstallation using the normal serendipity release.
Re: How do I edit "ABOUT" and other menus in my blog?
Posted: Mon May 16, 2011 5:36 am
by maalin
[quote="Don Chambers"]It sounds like you are using RVSiteBuilders, is that correct? If so, you will need to contact them as they use their own customized version of Serendipity (unfortunately).
Yes I am - straight out RV Sitebuilder. Thank you! I'll contact them and see what they say. Thanks for your help!

Re: How do I edit "ABOUT" and other menus in my blog?
Posted: Sun Jul 10, 2011 6:01 am
by erinfootemarlowe
I actually have the same question. I am using the bulletproof template, which allowed me to create a navigation bar with home, about, services, my work, contact. But I can't figure out how to get different content on these pages.
Actually, I did figure out how to do the homepage differently. But when I do a new post on any of the other pages it makes it the same entry for every page.
Easy question? Any input would be welcome.
Re: How do I edit "ABOUT" and other menus in my blog?
Posted: Sun Jul 10, 2011 9:19 am
by LazyBadger
erinfootemarlowe wrote:I actually have the same question. I am using the bulletproof template, which allowed me to create a navigation bar with home, about, services, my work, contact. But I can't figure out how to get different content on these pages.
Well, you have to have different URLs in menu entries (for different data) and
have this different data. No tricks more!
Which URLs to use and how to write "different data" is (slightly) another question and answer on it depends from "What you get", "How you structure your blog", "What you want to achieve in short easy word".
Dirty draft (
my vision on task)
* "About page" isn't ordinary blog entry (but
can be blog entry too), it's like static page outside standard blog hierarchy. OK, add one more plugin (Static Pages - serendipity_event_staticpage - seems as good candidate), create needed page in it, remember page URL, add link to this page in main menu
* "News" can be separate category or subset of existing categories. I just do category (categories), detect right URL ("Categories" block can be good helper here), add URL to menu
* Etc