wordpress

Why Design Your Own WordPress Theme?

If your site runs in WordPress, then you will have no doubt already encountered the concept of using WordPress 'themes'. However, you may not be aware that there are several advantages to designing your own, should you choose to do so.

Of course, the overall purpose of implementing such themes is that they offer a means by which you are able to personalise your site, and make it appear different from the standard WordPress page design. With the majority of people having access to broadband internet from providers such as Verizon or O2, most will be able to utilise much more advanced features than the standard WordPress layout tends to offer. This can help to improve their overall experience of visiting your site - which can be something of a priority of those looking to promote a particular cause, business, or organisation.
› Continue reading

Tags: , ,

Tuesday, November 8th, 2011 Thoughts No Comments

Output specific post from a category in WordPress

Let's say you slice a website and need a nicely looking block in a sidebar with one recent post from certain category. Like in case with this one below: Daily Style Quote.

Logically following you need to run "the loop" and ask WordPress for just one post from just this particular category.

Here we go:

 
<div id="dailyStyleQuote">
<div id="quoteText">
      <?php query_posts('category_name=Daily Style Quote&posts_per_page=1'); ?>
      <?php while (have_posts()) : the_post();
  			the_content('');
		?>
        </div>
<div id="quoteBottom">
			<?php the_time('l, F j, Y'); ?>
<?php
		$category_id = get_cat_ID( 'Daily Style Quote' );
    		$category_link = get_category_link( $category_id );
?>
            <a href="<?php echo $category_link; ?>">archive</a>
		</div>
 
        <?php endwhile; ?>
    </div>
 

Tags: , ,

Monday, May 3rd, 2010 PHP, Web Design No Comments

Page permalinks in WordPress

Got myself puzzled for a bit while slicing a WordPress theme this weekend on how to get a permalink to a certain page in WordPress template, given that you know what's page title. Use this:

 
<?php echo get_permalink(get_page_by_title("Page title here")->ID); ?>
 

So now in your template you can use like this:

 
<a href="<?php echo get_permalink(get_page_by_title("About")->ID); ?>">About</a>
 

Tags: , ,

Monday, May 3rd, 2010 PHP, Web Design No Comments

WordPress: drop-down pages menu with jQuery magic

Using WordPress as a content management system (CMS) for a web site is a great idea. You get both - static content via Pages and blog entries via Posts. However one may ask - how do you put it all together, given that some sites require drop-down menus?

› Continue reading

Tags: , , , ,

Monday, November 24th, 2008 Hacks, Web Design 4 Comments

About


Oleksiy Deverishchev is a freelance web developer living in New York City. In this blog he shares his experience with various gadgets and web technologies.

He is available for the following gigs:
  • Microsoft Access projects
  • website design and re-design services
  • php/MySQL developement
  • Java and Grails development
  • virtual private server (VPS) migration, setup and tune-up

For more information and hiring availability please send an email to alex@webandblog.com

Advertisment

Read more

Recent works / current clients

  • BellatAuto Inc - New York / New Jersey used car auto dealer: design and coding.
  • Colette Maison Lumiere - multimedia artist: design and coding for the CMS.
  • Complete Body & Spa - New York City personal training and gym management company: Wordpress template coding.
  • DaleStyle Blog Dale Sudakoff’s fashion blog: Wordpress template coding.
  • DoctorKalitenko.COM - Sergey Kalitenko : antiaging hollistic doctor performing bioidentical replacement therapy. CMS coding and design.
  • Great Jones Spa - premiere New York City Day Spa: coded and designed website and storefront

I am a Freelancers Union Member

Freelancers Union Member Badge