Viewing 181 to 190 of 227 items
Archive | WordPress RSS feed for this section

Displaying Future Posts

If you do like I do and schedule posts ahead of time (especially on the podcast), there’s a way inside of WordPress to show your readers what posts are coming up next: This will display up to 5 “scheduled” posts wherever you drop in the code.  Add a headline <h2> tag if you want to  Full Article…

0

Custom post types not showing up in queries and search results

If you can’t get Custom Post Types showing up in a query you should make sure that if you aren’t specifying a post that that you specify any –  post_type=any It’s also a good idea to do a query reset because there are many factors that can affect your queries.

0

Pagination with custom post type listing

After a looong day debugging thru wordpress core, I managed to solve this issue. Basicly, you CANT have a PAGE and a CUSTOM POST TYPE with the same name. If you do, the permalink rewrite rules will get confused and trigger a 404. A very simple solution I’m using is: The page that lists the  Full Article…

0

Exclude posts or pages from search results

Would you like to be able to control which post or pages must be exclued from searches on your WordPress blog? If yes, this article will probably help you a lot. To achieve this, just simply paste the following code on the functions.php file from your theme. In this example, your wordpress posts with IDs  Full Article…

0

Move NextGen Galleries to a new server/domain

How to re-import database tables for the NextGen Gallery Plugin when moving your WordPress website to a new domain – so your photo galleries work again! Sometimes a website’s content needs to be moved to a new domain. If there are pictures and plugins involved, the process gets a little more complicated. I wanted to  Full Article…

0

The Best Security Plugins for WordPress

by WordPressSmith on May 10, 2010 Security should be everyone’s number one priority. This needs to be determined from the outset, and with WordPress’s growing popularity you can expect more and more hacks/hackers. If you have not heard already there are a few hacks already spreading through the WordPress community. However, there are plugins that  Full Article…

0

Exclude pages in a section (exclude_tree)

All you have to do is include this block of code in your template the same way you would the regular <?php wp_list_pages();?> tag. Page IDs that you would normally pass to exclude_tree go in the first line):

0