Dynamic Menu and Assigning a New Post to a Specific Page
-
Hello All,
Right now i have new project in my hand which include the CMS BASED APPLICATION,an i had download 2.8.1 version and working on localhost. now i have two question
QUESTION 1:-> “Assigning a New Post to a Specific Page”
I’m just starting to try to understand how the WordPress system works. I’ve created header.php and apply the constant link of my pages means like as shown below,/**********************************************************************
<div class=”main_div”>
<div class=”top_main_hd”><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/top_img2.jpg” width=”208″ height=”37″ style=”float:right;” /><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/top_img1.jpg” width=”396″ height=”37″ /> </div><div class=”logodiv”><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/logo_right.png” style=”float:right;” /> <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/logo.png” /></div>
<div>
<ul class=”menu”>
<li >Home- About PGM
- Portfolio
- Our Services
- Careers
- Contact us
</div>
**********************************************************************/
Now what i want is if i create the new post i want that particular post to particular page based on my choice,i have convert the pages which is given by the designer, I can’t find a button in the Write (POST) area that will let me tell the system which page to post a new entry on, and I can’t find a button in the Manage area that will let me move a given post from one page to another. Means use this link “https://timesofindia.indiatimes.com/” for understand if my client have no technical knowledge want to add new post entry how to move to specific page i have tried to use the “IN-Line-Plugin” and “Differen-Post-Per-Page” but in “IN-Line-Plugin” we have wright the post id in like this ” ” in particular page, but my client don’t have any technical knowledge how to make it user friendly.QUESTION NO 2 :-> Dynamic Menu
My menu is dynamic like services, in services i want my client to add new services as when they want without any technical knowledge now those services should appear in services dropdown automatically so when we add new services the dropdown should have listed in it. What changes i have to make for this in my html pages given by designer.Thanks
Harshida
- The topic ‘Dynamic Menu and Assigning a New Post to a Specific Page’ is closed to new replies.