Home > CMS, PHP, Wordpress > Need Custom Wp Plugin/coding

Need Custom Wp Plugin/coding

December 22nd, 2009

Hi,

I need a custom wp plugin or coding thing that does the following -

1. Urls interface

User will add a list of urls along with anchor texts in this fomat -

<a href=”http://www.mysite.com”>my site</a>
<a href=”http://www.mysite2.com”>my site 2</a>
<a href=”http://www.mysite.3com”>my site 3</a>

2. Parent blog post/page

The interface must show all the present blog posts and pages in one place with an option to tickmark in front. User will select – a “parent blog post or page” and click submit.

User will also choose a custom style option used later on. He can input it in a text field.

3.) After clicking submit a new PAGE will be automatically added to the blog which will list all the urls entered (with hyperlinks) just like a sitemap. This page will have the following credentials -

Title : Posts under “Title of the parent blog post/page”
Slug : category-parent-blog-post
PageLinkManager: Page will not be included in navigation

SO if the parent blog post is like myblog.com/about-my-life/
the slug for CREATED page will be myblog.com/category-about-my-life/

In case if page has already been CREATED before and user wants to add another – it will be like –

myblog.com/category-about-my-life-2/
or
myblog.com/category-about-my-life-3/ etc.

4.) After page creation, a link to the “CREATED PAGE” is added at the end of the “PARENT post/page” but with custom style option used before. So if style used is “mainContent” the code to include will be -

<p class=”mainContent”><a href=”http://www.myblog.com/category-about-my-life/”>Posts under “Title of the parent blog post/page”</a></p>

5.) Optional – A “CREATED PAGE” can have two or more “PARENT BLOG POSTS/PAGE”. This will also edit all the PARENT posts/pages as above. But this is not necessary. If you can include this option well and good.


Need Custom Wp Plugin/coding

Categories: CMS, PHP, Wordpress Tags: , , , , , ,
Comments are closed.
Bear