el-scampio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change style.css for 1 pageI have figured it out thankfully
Forum: Fixing WordPress
In reply to: WordPress and phpbb forum integrationHow is your coding capabilities?
It is possible put is way beyond my skills.
This will help you a bit:
Forum: Fixing WordPress
In reply to: Posts limited to 10 in ArchivesThat worked perfectly.
Thank you very much, greatly appreciated.
Forum: Your WordPress
In reply to: my wordpress site, where you find all chinese new carsMy feedback is via my anti-virus:
Virus or unwanted program ‘EXP/Pidief.ccr [exploit]’
detected in file ‘C:\Users\xxxxxxxxx\AppData\Local\Opera\Opera\cache\opr0DJNT.
Action performed: Deny accessThis is what I got when visiting your site.
Forum: Fixing WordPress
In reply to: simplepinkscheme, youtube videos in siderbarBump
Forum: Fixing WordPress
In reply to: List pages by page-idThank you so much, that has worked.
I I offer you some of my scotch egg i’m devouring as a reward.
Thanks again
Forum: Fixing WordPress
In reply to: List pages by page-idI changed it to
<?php wp_list_pages('sort_colum=menu_order'); ?>Is has worked but it has added the word “pages” in, bullet points and messed up the alignment.
Forum: Fixing WordPress
In reply to: List pages by page-idI’m using pinksimplescheme.
It is in the header.php and have added the code so now it reads:
<!– begin pages –>
<ul class=”pages”>- “>Home
<?php dp_list_pages(‘sort_row=menu_order’); ?>
<!– end pages –>
Still listing by alphabetically
Forum: Fixing WordPress
In reply to: List pages by page-idThanks.
Which file do I need to adjust the code in?