Title: Modding the theme.
Last modified: August 19, 2016

---

# Modding the theme.

 *  [Mr E](https://wordpress.org/support/users/ebiladdress/)
 * (@ebiladdress)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/modding-the-theme/)
 * I am working with antisnews at this (mu) multisite installation: [http://thecitiesfullof.us](http://thecitiesfullof.us)
   using subfolders.
 * In magazine mode, the theme has 4 category feeds to the right and mid section.
   The top two display only one post, the bottom two display three.
 * I located that in the folder /includes/ there are featured php files that appear
   to contain all of the relevant information. I am not a php guru, nor theme dev
   but from what i can see, swapping those around (with a bit of minor code editing)
   should function and work. Does that make sense to anyone else here?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [wendilane](https://wordpress.org/support/users/wendilane/)
 * (@wendilane)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/modding-the-theme/#post-1854040)
 * Hi … funny you bring this up, as I am dealing with both “featured3.php” and “
   featured5.php” on another desire.
 * What you are looking for is on line 8 of the code.
 * Change this:
    `<?php if(!isset($featured3howmany) || empty($featured3howmany)){
   $featured3howmany=1;} ?>`
 * To this:
    `<?php if(!isset($featured3howmany) || empty($featured3howmany)){$featured3howmany
   =3;} ?>`
 * This will allow you to display the last three posts. I’ve already modified mine,
   and you are welcome to check it out at [http://superstitiondistrict.net/](http://superstitiondistrict.net/)(
   I’m in the process of preparing the site to be revealed at the beginning of Feburary.
 * The challenge I am working on right now is trying to figure out how to make the
   thumbnail images for featured3.php and featured5.php to match featured4.php and
   featured6.php. I can resize the space in the scripts, but can’t figure out how
   to move them to the left of the posts vs. being on top.
 * Hope this helps!
 *  [wendilane](https://wordpress.org/support/users/wendilane/)
 * (@wendilane)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/modding-the-theme/#post-1854041)
 * Well … it appears my response was a little late (I just checked out your site).
   Will you be willing to share your code for how you were able to accomplish what
   I am struggling with on fe..3.php and fe..5.php, as described above? You have
   it exactly how I would like mine to work.
 * Kind regards,
 * Lane
 *  Thread Starter [Mr E](https://wordpress.org/support/users/ebiladdress/)
 * (@ebiladdress)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/modding-the-theme/#post-1854044)
 * I don’t mind at all, however I don’t think I’ve really done much debugging.
 * I replaced Featured 5 with the Featured 6 php file and rebuilt its numerical 
   references only by category or by 5’s structure (picking it apart some).
 * As always, backup the files…
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * Hope this helps.
 * E
 *  Thread Starter [Mr E](https://wordpress.org/support/users/ebiladdress/)
 * (@ebiladdress)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/modding-the-theme/#post-1854045)
 * Updated url [here](http://antisnews.stableit.biz/) for the template I am working
   with…

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Modding the theme.’ is closed to new replies.

## Tags

 * [antisnews](https://wordpress.org/support/topic-tag/antisnews/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [Mr E](https://wordpress.org/support/users/ebiladdress/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/modding-the-theme/#post-1854045)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
