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
Committees and Board WordPress Plugin
Displaying the Committees View Members Edit Member Update Member Press the “add new member button” Add New Member
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
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
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
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.
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.