Quantcast
Channel: rtCamp
Browsing all 602 articles
Browse latest View live

rtp_hook_begin_footer

Description Adds content at the beginning of #footer-wrapper. Example function custom_rtp_hook_begin_footer() { ?> <p>This is the beginning of #footer-wrapper.</p><?php } add_action(...

View Article



rtp_hook_end_footer

Description Adds content at the end of #footer-wrapper. Example function custom_rtp_hook_end_footer() { ?> <p>This is the end of #footer-wrapper.</p><?php } add_action(...

View Article

rtp_hook_end_body

Description Adds content at the end of body tag. Example function custom_rtp_hook_end_body() { ?> <p>This is the end of body tag.</p><?php } add_action( 'rtp_hook_end_body',...

View Article

rtp_hook_comments

Description This hook holds the comments template section.

View Article

rtp_hook_after_comment_author_avatar

Description This hook adds the content after author gravatar in comment section. Example function custom_rtp_hook_after_comment_author_avatar() { ?> <p>This is content after author...

View Article


rtp_hook_single_pagination

Description This hook holds the pagination of single post template.

View Article

rtp_hook_archive_pagination

Description This hook holds the pagination of all archive templates.

View Article

Reordering Media tab in BuddyPress

If you want to reorder the position of the Media tab in buddpress, use the following piece of code: add_action('bp_init','change_media_tab_position', 12); function change_media_tab_position(){ global...

View Article


info

This command show the useful information about the give domain name. ee site info example.com example.com Information: Nginx Configuration: WPSINGLE BASIC (Enable) Nginx access_log:...

View Article


update

This command check the latest easyengine update is available or not. Also if new update is available then prompt you to update easyengine. ee update

View Article

EasyEngine Config File

You can control behaviour of easyengine by tweaking following options. Config File Path EasyEngine configs are stored in /etc/easyengine/ee.conf Above is global config file. There is no support for...

View Article

Setup rtPanel for Development

Latest version of rtPanel is based on Grunt, Bower and Foundation. So you will need to install all its dependencies before starting with the development. Follow the steps below - 1. Install Node.js:...

View Article

Automation site deployment

If you are using rtPanel, you can deploy site and Database to Staging OR Live server, also can pull the code from Staging/Live to the local server. Important: Refer the article Setup rtPanel for...

View Article


Image may be NSFW.
Clik here to view.

How to use Fontello fonts in rtPanel

Important: Before starting with this tutorials, make sure you have setup rtPanel with its dependencies on your local system. In rtPanel we have already configured Fontello fonts, in /assets/fontello/...

View Article

Image may be NSFW.
Clik here to view.

rtMedia-PRO 2.0 with custom thumbnails, group-level media control and more...

Today we are releasing much awaited rtMedia-PRO version 2.0 with many new features, bug fixes and admin-UI overhaul. New Features We have added many new features. Some of them are explained below....

View Article


EasyEngine – Access phpMyAdmin

In the latest version of easyengine, we have protected “/ee” folder for security reasons. This contain phpMyAdmin (pma), MemCache viewer, Zend Opcache Viewer and other web-based tools. Followings are...

View Article

Handling Plugin CSS

Important: Before starting with this tutorials, make sure you have setup rtPanel with its dependencies on your local system. rtPanel has support for multiple plugins, and it loads all style by default....

View Article


Image may be NSFW.
Clik here to view.

Faishal, Vivek, Dipesh and Prakash Birthday Celebration

Enjoyed birthday celebration of Faishal, Vivek, Dipesh and Prakash with a delicious cake and snacks. Related Posts: Madhvi, Rahul, Abhishek and Harish’s Birthday Party Umesh Kumar’s birthday...

View Article

rtp_image_sibling_count

Modify images sibling count on image attachment page template, default is 10. function custom_rtp_image_sibling_count() { return 20; } add_filter( 'rtp_image_sibling_count',...

View Article

rtp_viewport

Modify viewport setting of meta tag present in the header. function custom_rtp_viewport() { return "width=1024"; } add_filter( 'rtp_viewport', 'custom_rtp_viewport' );

View Article
Browsing all 602 articles
Browse latest View live




Latest Images