How to redirect users back to the page they were on when they clicked “login”.
How to Display the Contents of a File Using PHP
PHP has a built in function to display the contents of a file. This is helpful if you want to update a webpage to reflect some data that is regularly updated or output to a file. It is also helpful if you have access to [...]
Removing Categories from your RSS feed:
It’s pretty straightforward. Just go into your feed files and add a filter saying: “if the post is in one of these categories, don’t include it in the feed”. Well, that’s the basic concept. Here are the details:I edited the /wp-includes/feed-rss.php & /wp-includes/feed-rss2.php You probably should also do [...]
Aligning a Navigation Bar to both the Left side and the Right sides:
I have always thought it would be nice to have a navigation bar that aligns text to both the left and the right, so I finally took the time to get this working. Once I figured it out, it was very simple [...]
There really is no other way around it: you need to be able to add php code to Posts & Pages if you are going to mod your WP install. I use so much PHP & custom SQL queries on the company intranet that WordPress is almost an aside to the main event.
But in [...]
