Category Archives: Wordpress

is_home() not working in my WordPress plugin

When using is_home(), is_category(), is_page() etc. in my WordPress plugin that displays category-based ads, they kept returning NULL. My problem was that I was calling this these function directly in my plugin. I resolved this by adding these call to … Continue reading

Posted in PHP, Wordpress | 1 Comment

Create new ad content

Posted in Wordpress | Leave a comment

Committees and Board WordPress Plugin

Displaying the Committees View Members Edit Member Update Member Press the “add new member button” Add New Member

Posted in How-to, Wordpress | Leave a comment

Adding Text to the Sidebar

You can add any text,HTML or JavaScript to the sidebar of your WordPress site.  The first thing you need to do after logging into the wp-admin is to select Widgets. Select Widgets It’s possible that you have more than one … Continue reading

Posted in How-to, Wordpress | Leave a comment

Displaying Child Page Links in A Template

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 … Continue reading

Posted in PHP, Wordpress | Leave a comment

Friday the 13th 404 Error

Friday the 13th after work panic call. Three sites had 404 error pages on their homepages. A quick Google search for this WordPress post PROBLEM: My wordpress homepage (www.satvatovecommunity.com) displays the “Page not found (404)” error. This error is there … Continue reading

Posted in Wordpress | Leave a comment

Posting from my iPod

This is my first postusing my iPod Touch. I downloded an app for my iPod that allow me to create my post on mh iPod first and then senf it to my site. Here it goes.

Posted in Wordpress | Tagged | Leave a comment

Making a Post Sticky

Did you just create a post and now your previous post is too low on your page?  You can make your favorite post stick to the top of the page.

Posted in How-to | Tagged | Leave a comment