Skip to main content Jump to list of all articles

Category WordPress - Page 5

WordPress, an open-source content management system, powers a significant portion of the web. Renowned for its user-friendly interface and vast plugin ecosystem, it enables even those with limited technical knowledge to craft professional-looking websites. However, its flexibility also attracts seasoned developers, who leverage its capabilities to build complex, dynamic platforms. Whether for a simple blog or a robust e-commerce site, WordPress remains a formidable tool in the web development arsenal.

Jquery News Ticker – Display External RSS Feeds

In this tutorial, I will show you how to display single or multiple RSS feeds using SimplePie in your WordPress theme in a news ticker style format using the jQuery news ticker script. If you want to link to your blog content try this tutorial. If you want to add a news ticker to a website that doesn’t use WordPress primarily but features a WordPress powered blog section then try this tutorial.

in Web Development

Jquery News Ticker – Display Recent Blog Posts

In this tutorial, I will show you how to display your recent blog posts in your WordPress theme in a news ticker style format using the jQuery news ticker script. If you want to link to the external RSS feed(s) try this tutorial. If you want to add a news ticker to a website that doesn’t use WordPress primarily but features a WordPress powered blog section then try this tutorial.

in Web Development

Top Time Saving WordPress Plugins

Navigating the WordPress plugin directory to find the right time saving plugin can be difficult. Some people may think that there is too much choice whereas some will think there is not enough. Over the past couple of weeks, I have tested some top time-saving WordPress plugins from just under the 28,000 plugins that are on offer from the WordPress plugins directory to save you time, boost your productivity and possibly make your blog even better.

in WordPress

5 Hand-picked Ways to Boost WordPress Security

WordPress is the most popular used blogging/CMS software which is why I guess it is used by millions of websites around the world. Unfortunately, there are some very bad people out there that will try their hardest to exploit any weaknesses in your blog. If you look through your logs you can guarantee that someone, or something, like bots, for example, has tried to gain access to your site by attempting to access your login page, registration page or even your forgotten password page. Of course, you can never completely eradicate the bad boys but with a good knowledge of WordPress security can help you protect your site as much as possible.

in Security

Display WordPress Posts as a News Ticker

The following tutorial will display your latest WordPress posts in a news ticker format. The code is basically the same as my popular post Display Your Latest Posts on a Static Page except that the output is in an unordered list for the jQuery news ticker to work. This tutorial is meant for non WordPress websites to access their WordPress powered blog. To add a news ticker to your WordPress powered blog to display your latest posts try this tutorial. To add a news ticker to your WordPress blog with external RSS feeds try this tutorial.

in Web Development

WordPress – Display your Cached Tweets using PHP and OAuth

Primarily the focus of this tutorial is to display your cached tweets using PHP and OAuth on your WordPress website. We will be accessing the secure Twitter 1.1 API with PHP by parsing and caching the JSON file using the WordPress API. It may seem a lot of code just to display your latest tweets on your website but the benefits are that you can style it to the taste of your theme with a little CSS and caching the JSON file will not add extra load on the Twitter API.

New Update. I have packaged all of the features and more into a WP plugin. Please remember to remove any of the code used from this post before installing the plugin. Check out WOW-Twitter.

in Web Development

Display WordPress Posts on another WordPress Blog

Following on from the post Display Your WordPress Recent Posts on a Static Page which was used to display your WordPress posts on a non-WP website on the same server. I have had several people contacting me on how to display WordPress posts on another WordPress blog. This tutorial will show you how to display your posts, associated post thumbnail images and a snippet of the content from one blog to another by fetching the data from your RSS feed using the SimplePie RSS parser which is included in the WordPress installation.

in WordPress

New to Web Design? Newbies guide to Web Hosting

So you want to start a career in web design but don’t know what to do. Over the coming weeks I will give you some excellent valuable tips, tutorials and resources to get you started from the very beginning. I will first start with a newbies guide to web hosting and the various types of hosting on offer.

in Web Development

Extend The Native WordPress Gallery

The WordPress gallery and it’s media management has improved significantly over the years and the inclusion of the WordPress gallery feature back in 2008 enabled for you to display your galleries and link to either attachments pages or the image itself. However there are some features that would enhance the WordPress Gallery even further but are not currently featured in the latest version and not sure if they have been proposed in the next release. Here are just a few of them!

in WordPress