• Skip to main content

Eric L. Ingram

WordPress Consultant

  • HOME
  • ABOUT
  • WORK

Durham Web Design

Web site for my Father

March 17, 2013 By Eric Ingram

My dad is a local pastor and we started a website for him a few years back.  Unfortunately our schedules have been so busy we really did not put much time into it.  Well times have changed and after a refresh of how the site looks we are finally up and going.  If you are looking for the good word then check out his site.

Albania site rank .

Exclude category from recent posts

November 19, 2011 By Eric Ingram

If you are looking for a way to exclude category from recent post (post that show up on your homepage).  Here is a quick and simple way to do it.  First find the category id by editing the category you want to exclude.  From your dashboard click Categories and edit the category you want to exclude. .  Once you select edit, in the URL you’ll see the category ID.  Make a note of this number.

I use frameworks (genesis), so I would open my child theme functions.php file. And add the following code:

//Exclude category from recent posts
add_filter(‘pre_get_posts’, ‘exclude_category_from_home’);
function exclude_category_from_home($query) {
if ( $query->is_home ) {
$query->set(‘cat’, ‘-id‘);
}
return $query;
}

Now just replace the “id” with your category number save the file and there you have it.

What is a Hook?

August 18, 2011 By Eric Ingram


Hooks, Actions and Filters

Hooks are provided by WordPress to allow your plugin to ‘hook into’ the rest of WordPress; that is, to call functions in your plugin at specific times, and thereby set your plugin in motion. There are two kinds of hooks:

  1. Actions: Actions are the hooks that the WordPress core launches at specific points during execution, or when specific events occur. Your plugin can specify that one or more of its PHP functions are executed at these points, using the Action API.
  2. Filters: Filters are the hooks that WordPress launches to modify text of various types before adding it to the database or sending it to the browser screen. Your plugin can specify that one or more of its PHP functions is executed to modify specific types of text at these times, using the Filter API.

You can sometimes accomplish the same goal with either an action or a filter. For example, if you want your plugin to change the text of a post, you might add an action function to publish_post (so the post is modified as it is saved to the database), or a filter function to the_content (so the post is modified as it is displayed in the browser screen). speed test website .

Vous pensez que l’homme et la femme devraient être égaux dans tous? Notre “Kamasutra” d’accord avec vous! Vous devriez essayer cette pose sexuelle! Elle est directement incarne l’idée d’égalité sexuelle, car dans un homme et une femme se déplacent de la même manière. Bien sûr, vous ne serez pas en mesure de faire des frictions puissantes, mais vous pouvez vous balancer lentement les uns envers les autres. L’essentiel est de ne https://pharmaciebelgique.com avoir de rythme et d’essayer de se déplacer de manière synchrone. Le frottement sur son logo fournira la stimulation du clitoris. De plus, puisque dans ce sexe postal, vous avez des mains gratuites, vous pouvez vous caresser dans les endroits les plus intimes.

5 Tips to Good SEO

February 12, 2009 By Eric Ingram

SEO or Search Engine Optimization has quickly climbs the ranks as one of the most important processes in getting a site noticed. Articles and web content often focus on the importance of SEO with keywords while SEO specialists find their niche in many other aspects of this growing business. SEO aims at the heart of publicity and it’s a known fact that the better your skills at SEO, the more likely you are to climb the search engine charts. Let’s take a look at what makes up a good SEO ethics.

Inbound Links

Often referred to as “back-linking,” inbound links create a direct route to your site from other well known sites. Inbound links are essentially piggy backing off another site’s traffic. These links can be contained in signatures, blurbs, or any other means as long as they link to your site. Creating back links is a time consuming job, but it’s well worth the effort. The most efficient way to develop SEO through back links is to make sure and put your links on pages that have content much like your own.

Lots of Content

Having lots of keyword rich content is one thing, but there is a trick to it you should understand. As Google searches pages for new content, it refreshes the crawl over your site. Having lots of content and creating new content on a regular basis are two different things and Google will recognize that. However, if your page is extremely light on content, like 100 words or less, then you definitely should bulk up a bit. Also, creating new subject content, meaning subjects not previously covered on your site, will help too. This is a big debate and many SEO researchers will tell you it isn’t necessary; however, it’s all in the way that your content is done and not how much of it you have.

Minimum Code Clutter

Search engines sort through your site’s HTML in order to read content. Leaving open or broken codes in your site’s content can prove to be a deal breaker for a search engine. Always use simple HTML and never over use things like flash players and images as search engines can only read text.

Deep Linking

Creating a deep link for your site is much like back linking, however instead of simply pointing to a domain, like a .com, it will point to a specific place of your site. The essential idea here is to direct visitors further into your site so that your information is further accessed.

Maintenance

Site maintenance is the simplest and quickest thing some one can do. That’s not saying is the fastest rise in page rank, however there are some positive things to say about it. Everything in our lives need maintenance: cars, homes, even our bodies. Why should your website be any different? Maintaining your website will allow the search bots to crawl through your site on a regular basis and ensure new and fresh content, which links back to the second point above.

While different trial and error sessions work well with SEO, the last point, maintenance, is worth mentioning again. Simply because you put a few back links out, doesn’t mean you will survive. If you don’t take the time to maintain all your SEO set ups then any progress you have made will surely fail. It is one thing to be the first site on a search engine for a day, but it’s another to be the top site on a search engine for a year or more. Without proper SEO and without following up on the path you’ve begun to create for your site, it will fall off the face of search engines everywhere without a peep.

We provide first class SEO services.  Contact us today!

Copyright © 2022 ·Genesis Framework · Site by Eric Ingram