nickycdk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Listing of categories in dropdown?this is what it outputs:
<select id="postcats" name="postcats"> <option level="" value="<select name='cat' id='cat' class='postform' ><option class=">0" value="3</option> </select>Forum: Themes and Templates
In reply to: How to build this in WPBut the client want’s the site in WordPress….
Forum: Themes and Templates
In reply to: How to build this in WPThat’s your opinion 🙂 I havent got much experience in developing in WordPress – I usually build sites in: Dynamicweb or SynkronVIA or Umbraco
[signature moderated Please read the Forum Rules]
Forum: Themes and Templates
In reply to: How to build this in WP@jacogriesel -> How do i extract excerpts for each page?
Forum: Themes and Templates
In reply to: How to build this in WPThe 3 blocks at the top should all be editable for the user – I was thinking to make 3 categories for this, and then extract the specific post from each category?? Any other suggestions maybe?
And the same with the (postit) ?
@kdkaushik -> I can only find articles, no scripts for this matter?
Forum: Themes and Templates
In reply to: Is this design possible?If i create the four boxes as as different post under a category, how do i then exclude them from showing in the left side, where there’s news?
Do i retrieve the post in the right side by writing??:
is_single(‘1’) //If post id is 1
is_single(‘2’) //If post id is 2
is_single(‘3’) //If post id is 3
is_single(‘4’) //If post id is 4