{"id":4659,"date":"2019-12-23T16:55:50","date_gmt":"2019-12-23T16:55:50","guid":{"rendered":"https:\/\/coderevolution.ro\/?page_id=4659"},"modified":"2019-12-23T16:55:50","modified_gmt":"2019-12-23T16:55:50","slug":"all-wordpress-solutions","status":"publish","type":"page","link":"https:\/\/coderevolution.ro\/all-wordpress-solutions\/","title":{"rendered":"All WordPress Solutions"},"content":{"rendered":"      <div id=\"post-grid-lazy-4658\" class=\"post-grid-lazy\"><img decoding=\"async\" alt=\"\" src=\"\" \/><\/div>\n    <script>\n      jQuery('#post-grid-lazy-4658').ready(function($) {\n        $('#post-grid-lazy-4658').fadeOut();\n        $('#post-grid-4658   ').fadeIn();\n      })\n    <\/script>\n    <style type=\"text\/css\">\n      #post-grid-4658 {\n        display: none;\n      }\n\n      .post-grid-lazy {\n        text-align: center;\n      }\n    <\/style>\n    <div data-options='{&quot;id&quot;:&quot;4658&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;masonry_enable&quot;:&quot;no&quot;,&quot;view_type&quot;:&quot;grid&quot;}' id=\"post-grid-4658\" class=\"post-grid grid\">\n    \n\n\n    <div class=\"grid-items\">\n      <div class=\"item item-5584 skin flat even 0 \">\n        <div class=\"layer-wrapper layout-\">\n        <div class=\"layer-media\"><\/div>\n  <div class=\"layer-content\">\n        <div class=\"element element_0  title_link \">\r\n                    <a target=\"\"\r\n                href=\"https:\/\/coderevolution.ro\/solution\/how-to-fix-the-misspelling-of-wordpress-in-your-posts-content\/\">How to fix the misspelling of WordPress in your post&#8217;s content?<\/a>\r\n            <\/div>\r\n    <div class=\"element element_1  excerpt \">\r\n        Add the following function into your newly written plugin (or functions.php file of your theme), to correct misspellings of wordpress\u00a0to\u00a0WordPress:            <\/div>\r\n            <a class=\"element element_1577122186822  read_more \"\r\n            target=\"_blank\"\r\n            href=\"https:\/\/coderevolution.ro\/solution\/how-to-fix-the-misspelling-of-wordpress-in-your-posts-content\/\">Read More<\/a>\r\n      <\/div>\n    <\/div>\n  <\/div><div class=\"item item-5472 skin flat odd 1 \">\n        <div class=\"layer-wrapper layout-\">\n        <div class=\"layer-media\"><\/div>\n  <div class=\"layer-content\">\n        <div class=\"element element_0  title_link \">\r\n                    <a target=\"\"\r\n                href=\"https:\/\/coderevolution.ro\/solution\/how-to-get-all-users-with-a-specific-role\/\">How to Get All Users With a Specific Role<\/a>\r\n            <\/div>\r\n    <div class=\"element element_1  excerpt \">\r\n        This WordPress tutorial shows you how to get all users with a specific role. This can be used for mass            <\/div>\r\n            <a class=\"element element_1577122186822  read_more \"\r\n            target=\"_blank\"\r\n            href=\"https:\/\/coderevolution.ro\/solution\/how-to-get-all-users-with-a-specific-role\/\">Read More<\/a>\r\n      <\/div>\n    <\/div>\n  <\/div><div class=\"item item-5468 skin flat even 2 \">\n        <div class=\"layer-wrapper layout-\">\n        <div class=\"layer-media\"><\/div>\n  <div class=\"layer-content\">\n        <div class=\"element element_0  title_link \">\r\n                    <a target=\"\"\r\n                href=\"https:\/\/coderevolution.ro\/solution\/how-to-hide-your-plugins-custom-fields\/\">How to Hide Your Plugin\u2019s Custom Fields<\/a>\r\n            <\/div>\r\n    <div class=\"element element_1  excerpt \">\r\n        This tutorial shows you how to keep your plugin's custom fields from being manually edited in the post editor. Very            <\/div>\r\n            <a class=\"element element_1577122186822  read_more \"\r\n            target=\"_blank\"\r\n            href=\"https:\/\/coderevolution.ro\/solution\/how-to-hide-your-plugins-custom-fields\/\">Read More<\/a>\r\n      <\/div>\n    <\/div>\n  <\/div><div class=\"item item-5173 skin flat odd 3 \">\n        <div class=\"layer-wrapper layout-\">\n        <div class=\"layer-media\"><\/div>\n  <div class=\"layer-content\">\n        <div class=\"element element_0  title_link \">\r\n                    <a target=\"\"\r\n                href=\"https:\/\/coderevolution.ro\/solution\/php-string-processing-functions-class\/\">PHP string processing functions class<\/a>\r\n            <\/div>\r\n    <div class=\"element element_1  excerpt \">\r\n        One of the most common things any programmer will have to do is work with strings. Whether it be validating,            <\/div>\r\n            <a class=\"element element_1577122186822  read_more \"\r\n            target=\"_blank\"\r\n            href=\"https:\/\/coderevolution.ro\/solution\/php-string-processing-functions-class\/\">Read More<\/a>\r\n      <\/div>\n    <\/div>\n  <\/div><div class=\"item item-5158 skin flat even 4 \">\n        <div class=\"layer-wrapper layout-\">\n        <div class=\"layer-media\"><\/div>\n  <div class=\"layer-content\">\n        <div class=\"element element_0  title_link \">\r\n                    <a target=\"\"\r\n                href=\"https:\/\/coderevolution.ro\/solution\/ftp-permission-ownership\/\">FTP Permissions &#038; Ownership Tutorial<\/a>\r\n            <\/div>\r\n    <div class=\"element element_1  excerpt \">\r\n        Note: the commands in this document strongly resemble the UNIX commands chmod and chown. They are not\u00a0those commands, and if            <\/div>\r\n            <a class=\"element element_1577122186822  read_more \"\r\n            target=\"_blank\"\r\n            href=\"https:\/\/coderevolution.ro\/solution\/ftp-permission-ownership\/\">Read More<\/a>\r\n      <\/div>\n    <\/div>\n  <\/div><div class=\"item item-5148 skin flat odd 5 \">\n        <div class=\"layer-wrapper layout-\">\n        <div class=\"layer-media\"><\/div>\n  <div class=\"layer-content\">\n        <div class=\"element element_0  title_link \">\r\n                    <a target=\"\"\r\n                href=\"https:\/\/coderevolution.ro\/solution\/php-ftp-class\/\">PHP FTP Class<\/a>\r\n            <\/div>\r\n    <div class=\"element element_1  excerpt \">\r\n        One of the many common things we do as PHP developers is ftp files from one server to another. There            <\/div>\r\n            <a class=\"element element_1577122186822  read_more \"\r\n            target=\"_blank\"\r\n            href=\"https:\/\/coderevolution.ro\/solution\/php-ftp-class\/\">Read More<\/a>\r\n      <\/div>\n    <\/div>\n  <\/div><div class=\"item item-4043 skin flat even 6 \">\n        <div class=\"layer-wrapper layout-\">\n        <div class=\"layer-media\"><\/div>\n  <div class=\"layer-content\">\n        <div class=\"element element_0  title_link \">\r\n                    <a target=\"\"\r\n                href=\"https:\/\/coderevolution.ro\/solution\/css-advanced-tutorial\/\">CSS Advanced Tutorial<\/a>\r\n            <\/div>\r\n    <div class=\"element element_1  excerpt \">\r\n        CSS ID vs CSS Class CSS allows you to specify your own selectors called \"id\" and \"class\". CSS Class and            <\/div>\r\n            <a class=\"element element_1577122186822  read_more \"\r\n            target=\"_blank\"\r\n            href=\"https:\/\/coderevolution.ro\/solution\/css-advanced-tutorial\/\">Read More<\/a>\r\n      <\/div>\n    <\/div>\n  <\/div><div class=\"item item-4041 skin flat odd 7 \">\n        <div class=\"layer-wrapper layout-\">\n        <div class=\"layer-media\"><\/div>\n  <div class=\"layer-content\">\n        <div class=\"element element_0  title_link \">\r\n                    <a target=\"\"\r\n                href=\"https:\/\/coderevolution.ro\/solution\/css-basic-tutorial-part-2\/\">CSS Basic Tutorial &#8211; part 2<\/a>\r\n            <\/div>\r\n    <div class=\"element element_1  excerpt \">\r\n        CSS Background No matter if you are a beginner or a professional in CSS or simply want to upgrade your            <\/div>\r\n            <a class=\"element element_1577122186822  read_more \"\r\n            target=\"_blank\"\r\n            href=\"https:\/\/coderevolution.ro\/solution\/css-basic-tutorial-part-2\/\">Read More<\/a>\r\n      <\/div>\n    <\/div>\n  <\/div><div class=\"item item-4039 skin flat even 8 \">\n        <div class=\"layer-wrapper layout-\">\n        <div class=\"layer-media\"><\/div>\n  <div class=\"layer-content\">\n        <div class=\"element element_0  title_link \">\r\n                    <a target=\"\"\r\n                href=\"https:\/\/coderevolution.ro\/solution\/css-basic-tutorial-part-1\/\">CSS Basic Tutorial &#8211; part 1<\/a>\r\n            <\/div>\r\n    <div class=\"element element_1  excerpt \">\r\n        CSS Introduction If you are looking for CSS introduction tutorial and basic CSS beginner tutorials, this is the place where            <\/div>\r\n            <a class=\"element element_1577122186822  read_more \"\r\n            target=\"_blank\"\r\n            href=\"https:\/\/coderevolution.ro\/solution\/css-basic-tutorial-part-1\/\">Read More<\/a>\r\n      <\/div>\n    <\/div>\n  <\/div>    <\/div>\n    <div class=\"pagination\">\n      <div class=\"paginate\">\n    <span aria-label=\"Page 1\" aria-current=\"page\" class=\"page-numbers current\">1<\/span>\n<a aria-label=\"Page 2\" class=\"page-numbers\" href=\"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/pages\/4659\/page\/2\/\">2<\/a>\n<a aria-label=\"Page 3\" class=\"page-numbers\" href=\"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/pages\/4659\/page\/3\/\">3<\/a>\n<span class=\"page-numbers dots\">&hellip;<\/span>\n<a aria-label=\"Page 15\" class=\"page-numbers\" href=\"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/pages\/4659\/page\/15\/\">15<\/a>\n<a class=\"next page-numbers\" href=\"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/pages\/4659\/page\/2\/\">Next \u00bb<\/a>  <\/div>\n  <style type=\"text\/css\">\n    #post-grid-4658 .pagination .page-numbers {\n      font-size: 16px;\n      color: #fff;\n      background: #646464;\n    }\n\n    #post-grid-4658 .pagination .page-numbers:hover,\n    #post-grid-4658 .pagination .page-numbers.current {\n      background: #4b4b4b;\n    }\n  <\/style>\n  <\/div>\n      <style type=\"text\/css\">\n      .grid-nav-bottom{text-align:center!important;}.title_link{text-align:center!important;}.read_more{text-align:center!important;}.excerpt{text-align:center!important;}    <\/style>\n      <script>\n          <\/script>\n    <style type=\"text\/css\">\n    #post-grid-4658 .element_0 {\n      display: block;font-size: 21px;line-height: normal;padding: 5px 10px;text-align: left; text-decoration: none;    }\n\n    #post-grid-4658 .element_1 {\n      display: block;font-size: 14px;padding: 5px 10px;text-align: left;    }\n\n    #post-grid-4658 .element_1577122186822 {\n      display: block;font-size: 13px;line-height: normal;padding: 5px 10px;text-align: left;    }\n\n    #post-grid-4658 .element_0:hover{}#post-grid-4658 .element_1:hover{}#post-grid-4658 .element_1577122186822:hover{}  <\/style>\n  <style type=\"text\/css\">\n    #post-grid-4658 {\n      padding: 10px;\n          }\n\n    #post-grid-4658 .item {\n      padding: 0px;\n      background: #fff;\n          }\n\n    #post-grid-4658 .item .layer-media {\n      height:auto;    }\n\n    @media only screen and (min-width: 0px) and (max-width: 767px) {\n      #post-grid-4658 .grid-items {\n        text-align: center;\n              }\n\n      #post-grid-4658 .item {\n        width: 90%;\n        margin: 10px;\n        display: inline-block;\n        vertical-align: top;\n        height:auto;      }\n    }\n\n    @media only screen and (min-width: 768px) and (max-width: 1023px) {\n      #post-grid-4658 .grid-items {\n        text-align: center;\n              }\n\n      #post-grid-4658 .item {\n        width: 280px;\n        margin: 10px;\n        display: inline-block;\n        vertical-align: top;\n        max-height:auto;      }\n    }\n\n    @media only screen and (min-width: 1024px) {\n      #post-grid-4658 .grid-items {\n        text-align: center;\n              }\n\n      #post-grid-4658 .item {\n        width: 280px;\n        display: inline-block;\n        margin: 10px;\n        vertical-align: top;\n        height:auto;      }\n    }\n\n      <\/style>\n  <\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4659","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/pages\/4659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/comments?post=4659"}],"version-history":[{"count":0,"href":"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/pages\/4659\/revisions"}],"wp:attachment":[{"href":"https:\/\/coderevolution.ro\/wp-json\/wp\/v2\/media?parent=4659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}