You are Unregistered, please register to gain Full access.    
Welcome to the WMStalk.
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Register



Reply
 
Thread Tools Display Modes
  #1  
Old 09-22-2008
ErfanOnline ErfanOnline is offline
Web Monkey
 
Join Date: Jul 2008
Posts: 129
iTrader: (2)
Location: Dhaka,Bangladesh
Send a message via MSN to ErfanOnline Send a message via Yahoo to ErfanOnline Send a message via Skype™ to ErfanOnline
Default How to design custom page in wordpress

Hi,
I usually use Joomla as CMS. And, in wordpress, I have developed some plugins that hooks and changes text (or controls some other things via plugin admin panel)

But, I need something in wordpress that is similar of component in Joomla. That is, I need place custom html/php code on a wordpress page.

Anyone have any idea how to achieve that?
__________________
Sarwar Erfan
Reply With Quote
  #2  
Old 09-23-2008
amconline's Avatar
amconline amconline is offline
Regular Monkey
 
Join Date: Jun 2008
Posts: 218
iTrader: (0)
Location: Tributes Homes, APT#D4, H#35, R#114, Gulshan-2, Dhaka, Bangladesh
Age: 29
Blog Entries: 2
Send a message via MSN to amconline Send a message via Yahoo to amconline Send a message via Skype™ to amconline
Default

You can easily do that using your admin control panel's theme editor. You can find all the files that are related to your templete.
Note: Make sure you have backup copy of the theme which you are going to edit. You should be extra careful about your modification process.
__________________
Iftekhar Ahmed Amit
Web Developer
Dhaka, Bangladesh.

blog.amitbd.com

www.amitbd.com
[Domain with 499GB Linux Web Hosting Provided by WMStalk ]
Reply With Quote
  #3  
Old 09-23-2008
ErfanOnline ErfanOnline is offline
Web Monkey
 
Join Date: Jul 2008
Posts: 129
iTrader: (2)
Location: Dhaka,Bangladesh
Send a message via MSN to ErfanOnline Send a message via Yahoo to ErfanOnline Send a message via Skype™ to ErfanOnline
Default

Thanks! That helped.
Actually I was not trying to edit existing theme. I was trying to add new page templates (actually I did not know it was called adding template before this point)

I just have to create my custom pages, and put the following codes at the starting
Code:
<?php
/*
Template Name: MyCustomTemplate
*/
?>
And, then create a blank page and just apply the desired template to that page!
__________________
Sarwar Erfan
Reply With Quote
  #4  
Old 09-23-2008
ErfanOnline ErfanOnline is offline
Web Monkey
 
Join Date: Jul 2008
Posts: 129
iTrader: (2)
Location: Dhaka,Bangladesh
Send a message via MSN to ErfanOnline Send a message via Yahoo to ErfanOnline Send a message via Skype™ to ErfanOnline
Default

@amconline:
Are you doing wordpress based development?
__________________
Sarwar Erfan
Reply With Quote
  #5  
Old 09-23-2008
amconline's Avatar
amconline amconline is offline
Regular Monkey
 
Join Date: Jun 2008
Posts: 218
iTrader: (0)
Location: Tributes Homes, APT#D4, H#35, R#114, Gulshan-2, Dhaka, Bangladesh
Age: 29
Blog Entries: 2
Send a message via MSN to amconline Send a message via Yahoo to amconline Send a message via Skype™ to amconline
Default

If you only just need to add some pages to your site, you don't have to go edit the theme. Leave the theme editor things I mentioned earlier.
To add Page(s), just go to "WRITE" of your admin panel from where you usually make blog posts. In the write section you will see a Page TAB next to post. Just click there a blank page will open with page editor.
You can also add/delete your existing page(s) by going to the Admin Panel's "Manage" TAB.

I think the above step(s) will solve your page issue.
__________________
Iftekhar Ahmed Amit
Web Developer
Dhaka, Bangladesh.

blog.amitbd.com

www.amitbd.com
[Domain with 499GB Linux Web Hosting Provided by WMStalk ]
Reply With Quote
  #6  
Old 09-23-2008
amconline's Avatar
amconline amconline is offline
Regular Monkey
 
Join Date: Jun 2008
Posts: 218
iTrader: (0)
Location: Tributes Homes, APT#D4, H#35, R#114, Gulshan-2, Dhaka, Bangladesh
Age: 29
Blog Entries: 2
Send a message via MSN to amconline Send a message via Yahoo to amconline Send a message via Skype™ to amconline
Talking Loving the Self Hosted Wordpress

Quote:
Originally Posted by ErfanOnline View Post
@amconline:
Are you doing wordpress based development?
I'm not doing any Wordpress Based Development.

I just fell in LOVE with Self Hosted version of Wordpress & also with the latest release.

Self Hosted Wordpress is HUGE.
__________________
Iftekhar Ahmed Amit
Web Developer
Dhaka, Bangladesh.

blog.amitbd.com

www.amitbd.com
[Domain with 499GB Linux Web Hosting Provided by WMStalk ]
Reply With Quote
  #7  
Old 09-23-2008
ErfanOnline ErfanOnline is offline
Web Monkey
 
Join Date: Jul 2008
Posts: 129
iTrader: (2)
Location: Dhaka,Bangladesh
Send a message via MSN to ErfanOnline Send a message via Yahoo to ErfanOnline Send a message via Skype™ to ErfanOnline
Default

Quote:
Originally Posted by amconline View Post
If you only just need to add some pages to your site, you don't have to go edit the theme. Leave the theme editor things I mentioned earlier.
To add Page(s), just go to "WRITE" of your admin panel from where you usually make blog posts. In the write section you will see a Page TAB next to post. Just click there a blank page will open with page editor.
You can also add/delete your existing page(s) by going to the Admin Panel's "Manage" TAB.

I think the above step(s) will solve your page issue.
Good option. I will have to check whether this allows me to put javascripts or not. Actually, the "pages" will be parts of web application.
__________________
Sarwar Erfan
Reply With Quote
  #8  
Old 10-05-2008
tack tack is offline
Moderator
 
Join Date: Jul 2008
Posts: 522
iTrader: (0)
Location: In my Mind!
Send a message via AIM to tack Send a message via MSN to tack Send a message via Yahoo to tack Send a message via Skype™ to tack
Awards Showcase
Mod of the Month Winner Member of the Month 
Total Awards: 2
Default

Quote:
Originally Posted by ErfanOnline View Post
Hi,
I usually use Joomla as CMS. And, in wordpress, I have developed some plugins that hooks and changes text (or controls some other things via plugin admin panel)

But, I need something in wordpress that is similar of component in Joomla. That is, I need place custom html/php code on a wordpress page.

Anyone have any idea how to achieve that?
Hey bro,

If I not wrong then I think you are looking for some thing that will show the pages or custom pages that hosted in your server or another server but that will show at your Blog.

Basically I am sorry that I just now notice about your post. anyway, You will get the solution from here. If I am not wrong to understand your post.

This plug in for Wordpress will include the pages within a IFRAME so that you can easily show your custom made php script or other site that you want to show.

WordPress › PageView « WordPress Plugins

WordPress › Include It « WordPress Plugins

and here you can find out the Drop-down menu style.

WordPress › dTabs « WordPress Plugins

Thanks
-tack
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


a Technojoint community