Resource & Documentation Download: https://redux.io/ Download: https://github.com/reduxframework/redux-framework Documentation: https://do…
Showing posts with label WordPress Theme Development. Show all posts
Showing posts with label WordPress Theme Development. Show all posts
WordPress
WordPress Plugin Development
WordPress Theme Development
Theme feature || WordPress
June 13, 2018
Sometime beginner programmers are depressed when they work with WordPress standard theme feature and custom theme features. When you want …
WordPress
WordPress Theme Development
What is paginated posts in WordPress and how to create?
May 24, 2018
We know that paginated pages where after some number of posts we link (click) to the next page for the remaining posts. On the other hand, …
boilerplate
WordPress
WordPress Theme Development
WordPress Boilerplate | WordPress Theme Development
March 12, 2018
Boilerplate - Actually boilerplate is a template but use for initial coding. It contains some files for initial step project development. W…
WordPress
WordPress Plugin Development
WordPress Theme Development
WordPress Developer | Menu related topics
December 7, 2017
Ref: https://developer.wordpress.org/ add_menu_page( string $page_title, string $menu_title, string $capability, string $menu_slug, callabl…
WordPress
WordPress Theme Development
WordPress Tips for Developer | WordPress Developer | Summary
December 6, 2017
Ref: https://developer.wordpress.org/ If your are facing a bug then you can Create a ticket . It is suitable that critical functionality add…
WordPress
WordPress Theme Development
Frequently Used WordPress Functions | Theme Development
December 6, 2017
Ref: https://developer.wordpress.org/ Object operator -> Array operator => Theme Name (from style.css) wp_get_theme(); Directory/Url Curr…
WordPress
WordPress Plugin Development
WordPress Theme Development
Extend WordPress Memory Limit
November 28, 2017
Allowed memory size of ... bytes exhausted
Just paste "define( 'WP_MEMORY_LIMIT', '256M' );" at bottom and before…
WordPress
WordPress Theme Development
WordPress Theme Development | POST related functions
September 13, 2017
Reference help: https://codex.wordpress.org get_posts( array $args = null ) Return list of latest posts [object] Shows posts matching princip…


