Author: Ashfame

  • List of topics of a particular bbPress forum

    This tutorial will demonstrate the usage of custom queries so as to show topics of a certain bbPress forum along with Topic starter and Last Poster of inside WordPress. Before you can play around with bbPress information, you need to integrate WordPress with bbPress. After integration you can place this code anywhere in your template…

  • Show bbPress forum list with posts & topics count in WordPress

    This tutorial will demonstrate the usage of custom queries so as to show bbPress forum list inside WordPress. We would like it to display the list of forums along with their topic & post count. Before you can play around with bbPress information, you need to integrate WordPress with bbPress. After integration you can place…

  • Show bbPress content inside WordPress

    One way is to deep integrate both WordPress and bbPress so that one’s function can be called into another as both WordPress & bbPress are loaded every time a page is being generated either by WordPress or bbPress. However I am strictly against it as the overhead is not worth it. Its not at all…

  • How to show Random Items out of a list

    Picking up the scenario from my project NAP, that I faced was I needed to show some books with their respective links but I have to pick up only 4 out of the 5 books I had and the picking should be random on each page load. You might say that php random function is…

  • How to have multiple widgetized different sidebars

    Its pretty much simple to widgetize multiple areas in a WordPress theme. Here in this tutorial I will demonstrate how you can have different sidebars for different pages and all of them being widgetized so that adding content to it is a piece of cake.

  • Show custom excerpts of the post in WordPress

    When WordPress is used as a CMS, then we no longer wants the homepage to be a chronological order of posts. We would want the homepage to be something which serves the purpose of telling everything about itself. Certainly that should have a section where blog updates are being highlighted either with excerpt or with…

  • Building a FrontPage using WordPress

    This tutorial assumes that you are comfortable enough in designing WordPress themes. I suggest you take the hang of both the methods and decide which one you want to go with. Technically I haven’t come up with any limitation of expanding WordPress capabilities that one may face by using either of the method. We will…