Title: Render a part ? .php
Last modified: August 20, 2016

---

# Render a part ? .php

 *  Resolved [Martin](https://wordpress.org/support/users/animaacija/)
 * (@animaacija)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/render-a-part-php/)
 * Like THIS [http://sathyasai.lv/x/kwek.png](http://sathyasai.lv/x/kwek.png)

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

 *  [cynnie88](https://wordpress.org/support/users/cynnie88/)
 * (@cynnie88)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/render-a-part-php/#post-3049606)
 * I have absolutely no idea what you are asking.
 *  Thread Starter [Martin](https://wordpress.org/support/users/animaacija/)
 * (@animaacija)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/render-a-part-php/#post-3049655)
 * It is , i need a tip there to render a DivID’s content of page, i call with link.
   Simple. Not all page but that selected part – there in picture.
 * So it will be – user has acces to edit posts or something through front end. 
   I will use lightwindows.js
 * got it ? please i see this is high coding question..
 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/render-a-part-php/#post-3049695)
 * My understanding is you wish to display just the posts table portion of the posts
   admin panel on a frontend page?
 * If so, there is not a template tag or function you can call to easily do this.
   Your page template will need to generate the table on it’s own. You could start
   by examining how the admin panel table is generated in wp-admin/edit.php. Unfortunately,
   it uses private methods. Your code could extend the class WP_List_Table to do
   something similar. Or you could just start from the beginning and create your
   own table structure.
 * You’ll also need to figure out the CSS, but if you can crate the table structure,
   this will be trivial.
 *  Thread Starter [Martin](https://wordpress.org/support/users/animaacija/)
 * (@animaacija)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/render-a-part-php/#post-3049755)
 * Good day there,
 * This support made me to result. The most hardcore coding poetry.
 * This is what i did.
    - Added three plugins: Ultimate Admin Bar, ToolBar Removal – RC, WP Admin Theme.
    - In WP Admin Theme updated css via “edit plugin” [whateva] `
    - // {display:none;}
    - #wphead {display:none;}
    - #adminmenu ul {display:none;}
    - #adminmenu2 ul {display:none;}
    - #zeitgeist {display:none;}
    - #footer {display:none;}
    - #adminmenuback {display:none;}
    - #adminmenu {display:none;}
    - .wrap h2 {display:none;}
    - #wpadminbar {display:none;}
    - // and
    - #wptbr {display:none;}
    - My code, feel free to copy.
    -  And before that saved necessary links to make front end admin menu
    - > Hope this helps any body to save time and earn money..

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

The topic ‘Render a part ? .php’ is closed to new replies.

## Tags

 * [Admin Hack](https://wordpress.org/support/topic-tag/admin-hack/)

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 4 replies
 * 3 participants
 * Last reply from: [Martin](https://wordpress.org/support/users/animaacija/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/render-a-part-php/#post-3049755)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
