;;;;;;;;;;;;
Condensed cheat-sheet of common Markdown syntax
Condensed cheat-sheet of common Markdown syntax
What is index.php in WordPress wp-content directory? Go to your website URL : You will see a blank page. That’s actually is the index.php, and its content is very simple. It is a commented out PHP comment: Remove the file and visit the URL again. You will see the file structure completely. So your file structure … Read more
Remove Version from Stylesheet Many CSS files have the WordPress version number appended to their source, for cache purposes. Knowing the version number allows hackers to exploit known vulnerabilities. Remove Version from JS Script Many JS files have the WordPress version number appended to their source, for cache purposes. Knowing the version number allows hackers … Read more
WPS Hide Login WPS Hide Login is a very light plugin that lets you easily and safely change the url of the login form page to anything you want. It doesn’t literally rename or change files in core, nor does it add rewrite rules. It simply intercepts page requests and works on any WordPress website. The … Read more
What is wp-includes jquery.min.js? What is wp-includes jquery-migrate.js? What is jQuery? How to Use jQuery in WordPress? What is calling jquery? I just cannot figure out what is calling two jquery scripts in my theme. Even if I turn off all plugins, they’re still being called. I have not enqueued them in my function.php and … Read more
By default, WordPress comes with a few different post types: Custom post types can have different custom fields and their own custom category structure.
Child Themes A child theme includes everything from its parent theme by default. This includes the design and any of its functionality. But it can also be used to make customizations to the parent theme without directly modifying the parent theme’s files. This means that you (or your child theme’s users) can still receive updates … Read more
In WordPress Settings>General, it is stated that “The Site Icon is what you see in browser tabs, bookmark bars, and within the WordPress mobile apps. It should be square and at least 512 by 512 pixels.” I get that a site icon needs to be square, but I don’t know why it needs to be as large … Read more