chrishunt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category list query – can I add active state?Any suggestions whether this can be done?
Thank you
ChrisForum: Fixing WordPress
In reply to: If & Else for footer.php? Am I doing something wrong?I still think my original code should work as as it checks to see if home is there and if not checks for anything else and I used it also in my header.php file. S I don’t know why it doesn’t. I am using the code in footer.php so really the file is for global use (sorry for the misunderstanding), could someone check my header.php to see if anything else might be causing the problem – https://paste-it.net/public/m4d3ebd/php/
Thanks
ChrisForum: Fixing WordPress
In reply to: If & Else for footer.php? Am I doing something wrong?Hi iridiax,
Yes homepage.
whooami ??
Forum: Fixing WordPress
In reply to: If & Else for footer.php? Am I doing something wrong?Hmmmmm, thanks for that but it appeared to produce the same result. That being showing the code for ‘else’ but not ‘if home’
Thanks anyhoo ??
Chris
Forum: Fixing WordPress
In reply to: Pulling in post to page. Can I show tags?Hi Ivovic,
That worked a treat ??
Thank you for taking the time to look at this, I also appreciate your pointers regarding loops and cols ??
I just checked your site out – very nice indeed. What plugin are you using for pagination of posts on your site?
My site is local at present.
Best,
ChrisForum: Fixing WordPress
In reply to: Pulling in post to page. Can I show tags?Hmmmmmm, strange. This is my code for my static page. https://paste-it.net/public/gfdfcef/ Would anyone be kind enough to see if I have made a glaring mistake with my code?
For some reason neither the_tags or comments_popup_link show at all.
Lines 26-30 pull in my page copy
Lines 32-84 pull in my 1st post plus a couple of plugins.
Thanks for your time.
Chris
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Need to say ‘No Events’ when there are noneThanks again ??
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Need to say ‘No Events’ when there are noneIgnore above. See that is fixed ??
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Need to say ‘No Events’ when there are noneThanks for the fixes dolfelt, thy worked a treat ??
There is just one other xhtml error: when there are events to show they are displayed in a list
<li></li>
but the list is missing it’s unordered tags at beginning<ul>
and end</ul>
. All I done was to add them to my page like so:<ul>
[show-ics-events]
</ul>
Keep up the good work. This plugin is so handy for events ??
Thanks
Chris
Forum: Fixing WordPress
In reply to: Different Page Title for wp_list_pages();baden03, That is perfect. Been looking for something like this for ages ?? Works a charm.
Thanks
Forum: Fixing WordPress
In reply to: Is there a problem with html formatting in pages?Thanks for that filosofo but it didn’t happen with 2.33.
I’ll try a custom template and see how it goes. Thanks for the reply though ??