[ad_1] WordPress XML files see a lot of use for me as a content creator, and site owner. They let me perform many different tasks when running a site, developing layouts and designs, and much more. For you, WordPress XML files can help you to run an online store, or even set up crucial Search Engine Optimization (SEO). In this comprehensive guide, I’ll walk you through what WordPress XML files are, the importance of them for the platform, and much more. First, let’s look at what these types of files are. What a WordPress XML File Is In my years of working with WordPress, I’ve come to appreciate the versatility of eXtensible Markup Language (XML) files. As the name implies, it’s a markup language that lets you store and transport data in a format that’s both human-readable and machine-readable. My opinion is that XML is similar to HTML. However, while you use HTML to display data, XML describes and organizes it. This makes XML valuable for tasks in WordPress such as content migration, plugin configuration, and theme customization. Using XML files is a lot like using JSON in its application. For WordPress it plays a crucial role in various aspects of managing a site and shuttling data around. The Advantages of Using XML in WordPress There are a few positives in using XML over other formats relating to WordPress. First of all, XML provides a clear structure for complex data, which is useful for WordPress exports. What’s more, I can create custom XML structures for specific WordPress plugins or themes as I need to. For practical uses, XML is a great fit for WordPress: Compatibility. Various plugins and themes can read XML files, which makes data transfer between different WordPress installations or even different platforms smoother. Readability. Unlike some data formats, I can open an XML file and understand its contents, which is helpful if I need to troubleshoot a problem. Validity. You can validate XML documents against a schema, which ensures data integrity when you migrate WordPress content. These advantages means that WordPress XML files come in handy for a number of different tasks. Common Uses of XML Files in WordPress You’ll likely come across XML a lot when using WordPress. You can find the language in a number of areas, thanks to its readable format and simple customization: Content migration: WordPress uses the WordPress eXtended RSS (WXR) format to import and export content. WXR is a subset of XML, in that all WXR files are XML, but not the other way around. Plugin configuration. Some plugins use XML files to store complex configuration settings. Theme customization. You can sometimes use XML to define custom post types, taxonomies, or widget areas in classic themes. Content feeds. WordPress generates its syndicated content feeds in XML format for blog posts and user comments. Generating sitemaps. XML is the markup language a sitemap will use, and later, I’ll discuss how you can achieve this, and why a plugin could be the best option. API Interactions: Some external services interact with WordPress using XML-based APIs. I’ll look at a few of these aspects later, but before that, I want to show you the structure of an XML file and how to work with them. The Structure of WordPress XML Files I understand XML structure as three aspects. First up are elements. These are the building blocks of XML. In WordPress, you’ll often see elements such as , , or : My First Blog Post Welcome to my WordPress blog! From there, attributes provide additional information about those elements. For example, WordPress export files might use post_type or status: Finally, the date the element contains is its values. In practical terms, this will be whatever is in between elements: At the top of the XML file, there will likely be a declaration: This simply specifies the XML version and encoding the file uses. It’s similar to the declaration for that language. How to Open and Edit a WordPress XML File There are a few ways you can open an XML file within WordPress. Some are better than others, and I tend to opt for the simplest method unless I need to do heavy work on a file. For me, this is a text editor—TextEdit on the Mac: If you work on Windows, Notepad is just as good. Sometimes I will open the XML in a dedicated code editor, such as JetBrains’ PhpStorm: If I just want to quickly view the file structure (or the ‘tree’), I’ll drag-and-drop the file into a web browser window: There are other dedicated XML editors, such as XMLSpy or Oxygen XML Editor. However, I rarely (if ever) turn to these. For WordPress-specific tasks, they don’t hold much value for me. When editing XML files for WordPress, I try to remember and follow a few good practices: Always create a backup of the original XML file. Choose a tool that can read the WXR format, even if you may not work in that particular markup. Once you make your changes, I always validate the XML to catch any errors. I’ll take care with special characters. For instance, I’ll use entity references (such as & for &) when including special characters in content. Make sure to save the file with the correct encoding (usually UTF-8) to avoid issues with non-English content. Unless I work with web development projects that use JavaScript, PHP, CSS, and HTML files, I’ll simply open in a text editor. I may also use a lighter code editor to take a look, such as Sublime Text or my personal favorite, Onivim2. It all depends on the application and my specific need, and the options come in handy when deciding on the task at hand. Working With WordPress XML Files: 3 Use Cases I want to show you some typical ways you’ll use XML in WordPress. These are all tasks I carry out either very often or enough that it’s worth highlighting as part of my job: Let’s
Continue readingCategory Archives: wordpress news
wordpress news
I Spent 20 Hours Testing 60+ Niche WordPress Themes, All Junk?
[ad_1] It downloads as a zip file, which contains three other files inside of it: You then need to scroll a little further down and upload those files in their respective areas: Again, it’s not terribly difficult at all, but it also doesn’t explain it anywhere. For someone like maybe a typical Squarespace user who’s deciding to give WordPress a shot, it could feel confusing. If WordPress Core included a standardized demo importer that was user friendly, it could streamline demo content imports for everyone. Having said that, I also realize that from a technical perspective, attempting to create a tool like this could get messy. Importing demo content involves handling various types of data, including posts, pages, media, custom post types, taxonomies, menus, and widget settings. Ensuring compatibility and proper import for all these elements could get rather complex. Even with just the difference in block themes versus classic themes and how they are built would possibly require two tools. I do think that if the installers omitted auto-installation of plugins and forced users to install and activate their plugins manually that it would make the idea more feasible. However, I’m still not dismissing how challenging the task would be. My suggestion is from the end user perspective only. Developers’ websites are not always well maintained I might catch some flack for this one, but hear me out. I’m not expecting everyone’s website to be 100% flawless with every single thing up to date. I get it. People are working on other things and most companies don’t have a dedicated website auditor who is watching every element, every day. But when you have a developer with 13 themes that they’ve built, I would hope that the demo page for each theme at least shows the theme. Having an entirely different theme on the page, with even the live preview link going to the other theme feels careless to me. I mean someone manually updated this page, right? Luckily, this issue was not as widespread as some of the others, but I did come across it here and there. So what’s the solution to all of these problems? Well, I believe that it is up to all of us who care about WordPress and the internet as a whole to do our part to make things better. Below are my suggestions on how we can do that. My parting request to theme developers and WordPress users 🙏🏻 At the risk of coming across as overly preachy here, I’m going to share my thoughts on what all of us can do, depending on what hat we’re wearing at any given moment. For developers First, to all the theme developers out there, I’d like to say that you greatly inspire me with the amazing creations you come up with. But addressing the issues I’ve raised in this article (if they apply to you) would make a world of difference in improving the WordPress ecosystem: If your theme is a commercial theme, be up front about it. Don’t offer blank shell themes by dangling demo content that’s only available behind a paywall. Many people love Elementor, but many people is not everybody. If your starter site was built with Elementor, and the user is going to need to use Elementor to build their site, then disclose it. Make it crystal clear. Do it at the top of the funnel, not in the middle or bottom after the person has already invested time installing your theme. Create a neat divide between plugins that are required for your theme to work and those that are only recommended. Don’t just bundle them all into one suggestion and prompt people to download and install them all. For minor functions, try to build them into the theme. Maintain the important parts of your websites. I understand it’s tough to keep everything up to date all the time, but having the right theme on the right page is a pretty basic ask. If you go on the starter sites page for our flagship theme, Neve, you will see that we make it easy for our users to search for both Elementor-based demo content and for demo content that we built with Gutenberg (the WordPress editor). In addition, we label any paid demo content with a “Pro” tag so you know which starter sites are available in the free version of Neve and which ones you need to upgrade to get access to. Nothing is ambiguous. This is not only transparency in action, but it’s good practice that wins people’s business. There’s an SEO agency that I came across randomly not too long ago. I don’t remember the exact context of how or why I ended up on their page, but they made an impact on me with their blunt core values. I’m talking about the first one in particular: And in a nutshell, that’s what it boils down to. The only thing I would add to the sub line is “…and our users.” Care about your users. Stop throwing together low effort niche themes just for the sake of targeting search terms. I know you wouldn’t like it if you were on the receiving end, so why would you give another person that same kind of experience? It’s bad internet karma. Cut it out. For WordPress users If you’re reading this, then it’s highly likely you use WordPress in some capacity. And as a WordPress user, you can make a difference with small (or optionally, big) gestures to help developers that actually care about their users. If you use a theme or come across one that you’re testing out and it’s both good quality and transparent, then leave a positive comment in the repository. This will help other users (just like you) who are browsing for themes that don’t suck, and it will let the developers of the theme know that you appreciate the work they put in to make a solid theme. Share it on your social
Continue readingWordCamp Nairobi, Call For Speakers
[ad_1] I noticed recently that WordCamp Nairobi is on the calendar for 1-2 November. Then I noticed their Camp slogan is “Beyond the Savannah: Connecting the Kenyan WordPress Community to the World”, and I thought “Yes! That’s so perfect for HeroPress!” So much so that it’s going to help drive the mission of HeroPress in the future. At the moment we’re simply a Media Partner, so I’m here to tell you that the call for speakers is open! If you can attend you should apply to speak, we need as many voices as possible. I recently met with Moses Cursor Ssebunya, Patrick Lumumba, and Emmanuel Lwanga, all organizers of the WordCamp. If you see them, say hi and shake their hand for me. It sounds like it’s going to be a great event. Moses Cursor Ssebunya Patrick Lumumba Emmanuel Lwanga Related [ad_2] Source link
Continue readingWordPress Community Team to Retire CrowdSignal for Jotform – WP Tavern
[ad_1] The WordPress Community Team has announced plans to retire CrowdSignal in September 2024 in favor of Jotform for post-event attendee surveys. Automattic-sponsored Community Engagement Specialist Isotta Peira has shared more details about the decision and the future plans. Why the Change? CrowdSignal (previously Polldaddy), owned by Automattic, has been used by the community to collect responses, including at large events like WordCamp Europe. However, it has some limitations. Isotta Peira explained, “We decided to move away from CrowdSignal primarily to address the need for a multilingual solution, ensuring that all attendees worldwide can choose the language in which they complete the survey. This shift allows us to overcome an inclusion barrier that has been a challenge until now.” Accessibility experts like Alex Stine have previously raised concerns about CrowdSignal’s accessibility, while the WordPress Training Team has reported problems like data capture failures during surveys. In a Slack conversation, Thijs Buijs, Team Representative of the WordPress Sustainability Team, shared his experience: “The experience we had with the team reps vote for #sustainability is that a lot of votes were not recorded in the backend as well as at front-end. We did not apply any restrictions like ip-limitations etc. I feel sorry to say but the tool appeared to be unreliable even after having tested it multiple times prior to launching the official voting.” After evaluating various alternatives, the WordPress Community Team identified Jotform as the best tool to meet their needs. “It’s user-friendly, allows easy addition of collaborators, facilitates sharing results while maintaining confidentiality, and includes built-in accessibility checks. This move is a significant step towards more inclusive and effective feedback collection.”, said Isotta Pereira. Jotform will enable the Community Team to grant organizing team members access as collaborators, allowing them to customize surveys as needed and receive submissions directly. Implementation Plan Isotta Pereira outlined the implementation plans: “We will begin with the English Attendee survey for local WordCamps and Events and coordinate the implementation of translations between Q4 2024 and Q1 2025. This transition will also include the Organizer post-event Debrief survey and Sponsor surveys if needed. We encourage Flagship WordCamps to adopt this tool so that both organizers and the community team can collect and access responses efficiently.” For local event organizers, the new WordPress Event Attendee Feedback Survey link will be included in the updated organizer reminder post-event. They can also volunteer to translate the survey into various languages before the official translation initiative begins. The Community team also appreciates feedback from Flagship organizers about using Jotform and the challenges they anticipate. The team is keen to understand whether standardizing surveys across different Flagships would be beneficial for gathering consistent feedback. Feedback from the Community Julia Golomb, Lead Organizer of WordCamp US 2024, commented on the transition: “We’ll try this new tool to survey our attendees… will share this tool with the WCUS co-organizers and together we will adapt it to use for WCUS 2024. I’ll report back on our experience!” Steve Mosby, WordCamp Europe organizer, also expressed a positive outlook. He said, “If the system can provide a multilingual survey this could support increasing the number of responses – whilst also still providing generic values in the back-end (e.g. Yes/No questions, Enumerated type questions) – this would help with analysis!” Community members can provide feedback about the transition till September 30, 2024. [ad_2] Source link
Continue readingState of CSS 2024 Survey Now Open – WP Tavern
[ad_1] The annual State of CSS 2024 Survey is officially open. The survey aims to explore the “world of styles and selectors to try and identify upcoming trends, and figure out what features and tools to learn next.” Organized by Devographics, with support from contributors, translators, and volunteers, the survey is open to everyone. CSS users are encouraged to take the survey by September 7, 2024. This year’s survey introduces several new features and takes around 15-20 minutes to complete, with all questions being optional. The survey covers 11 key topics, including Layout, Shapes and Graphics, Colors, Interactions, Accessibility, and a concluding ‘About You’ section. Since its launch in 2019, the survey has grown in popularity, with 9,190 developers participating last year. Some insights from the previous survey include: Most participants were from the USA, followed by Germany and the UK. 61.3% of respondents identified as male, 7.7% as female, and 1.4% as non-binary or gender non-conforming. Bootstrap and Tailwind CSS topped the list in terms of usage, while Tailwind CSS and PureCSS led in retention. CSS was primarily used for web apps, blogs, and marketing sites. Subgrid was the most commented feature, Open Props the technology with the highest percentage of returning users and Panda the tool most mentioned in freeform questions. The survey data is valuable for browser vendors, influencing their focus areas and roadmaps. Rachel Andrew, content lead for web.dev and developer.chrome.com at Google, shared that the State of CSS survey is one of the methods they use to learn what’s important to the developers. “These surveys let you tell us exactly what you are using, and what you want to use but can’t due to bugs or lack of support. They help us to see the places where more learning materials might be helpful, or which things we should prioritize for implementation in the browser.”, she said. Sacha Greif mentioned that this year, the team aims to release the results within weeks after the survey closes. The next surveys on the schedule are the State of HTML 2024 (September 10), the State of React 2024 (October 10), and the State of JavaScript 2024 (November 10). [ad_2] Source link
Continue readingFive for the Future Site Relaunched with a Block-Based Design – WP Tavern
[ad_1] After revamping the WordPress.org homepage, Theme Directory, Plugin Directory, Pattern Directory, and HelpHub, the Meta team has now updated the Five for the Future site. Members of the Meta, Design, and Community teams collaborated to redesign and launch the site in time for WordCamp US 2024. A Fresh New Look Developer Relations Advocate Nick Diego shared, “ This visual update is part of an ongoing effort to create a consistent design language across WordPress.org… This change marks the beginning of modernizing Five for the Future.” New Home page The update features a block-based child theme built on top of the shared WordPress.org parent theme, streamlining aesthetics and simplifying future updates. Key changes include: All content has been converted to blocks, making it easier to manage and update. The layout, typography, and color scheme have been standardized to align with the broader WordPress.org ecosystem. A new contributor testimonials section featured both on the homepage and as a dedicated page, showcases the experiences and contributions of community members An updated pledges directory lists organizations committed to contributing to the Five for the Future initiative. What’s Next? Future plans include adding new features and content, such as case studies and more testimonials from participating organizations. A Five for the Future blog and newsletter are also in the pipeline. Nick Diego added, “Forthcoming updates will aim to improve organization profiles by listing activity, automating emails, enhancing onboarding, and adding options for sponsored contributors. The goal is to showcase the strength and impact of Five for the Future with a refreshed, feature-rich website.” You can suggest improvements or report issues with the new theme by opening a ticket on GitHub. For updates on upcoming WordPress.org changes, join the #website-redesign Slack channel. [ad_2] Source link
Continue readingAutomattic is Migrating Tumblr to WordPress – WP Tavern
[ad_1] Automattic announced last week its plan to migrate Tumblr to WordPress, a move described as “one of the largest technical migrations in internet history.” This move comes after Automattic acquired Tumblr in 2019, marking the company’s biggest acquisition at the time. During the acquisition, Matt Mullenweg had pointed out that “Tumblr and WordPress have always been very philosophically aligned.” An emerging Tumblr/WordPress plugin and theme ecosystem were on the cards, and Matt said that once Tumblr’s backend is on WordPress, the idea of plugins can be explored. After the acquisition, Tumblr faced tough times, with Matt revealing last year that it was spending about $30 million more than its annual earnings. The porn ban didn’t help matters, but the Twitter Exodus of early 2023 following Elon Musk’s acquisition of the social media site gave it a sudden boost. The migration announcement post said, “We’re not talking about changing Tumblr. We’re not turning Tumblr into WordPress. That would defeat the purpose. We acquired Tumblr to benefit from its differences and strengths, not to water it down. We love Tumblr’s streamlined posting experience and its current product direction. We’re not changing that. We’re talking about running Tumblr’s backend on WordPress. You won’t even notice a difference from the outside.” Automattic reiterated that “The changes will be exclusively at the backend.” The migration though not easy – with Tumblr hosting over half a billion blogs – will be a win-win situation for both WordPress and Tumblr. Automattic believes that “Tumblr will benefit from the collective effort that goes into the open source WordPress project. And WordPress will benefit from the tools and creativity we invest into Tumblr and contribute back to WordPress.” Men Wanted for Hazardous Journey Automattic is actively seeking experienced PHP programmers to undertake this migration project. Matt compared this to the famous British explorer Ernest Shackleton’s recruitment ad for his Antarctic expedition, which read, “Men wanted for hazardous journey. Small wages, bitter cold, long months of complete darkness, constant danger, safe return doubtful. Honour and recognition in case of success.” The advertisement continues, “If you’re an experienced programmer… if you’re a SQL‑slinger… if you’ve worked on other big audacious projects like this… if Gordian knots tremble in your presence, we want to work with you!” “We’re already seeing interesting candidates apply and resume review is underway for full-time roles. All relevant experience is welcome, particularly those who have worked on other large migrations or are just excited about working on a challenge of this size.” – Bob Ralian, Tumblr Migration Lead Interested candidates can apply through the website giving a brief introduction about themselves. The post does not give any details about the remuneration or the application deadline. Community Response Matt tweeted “I’m excited about this one.”, while Eric Karkovack of Speckyboy quipped “Will there be a project status blog? If so, I’d recommend calling it “Tumblng Into WordPress”.” Platform Lead Engineer at Pew Research Center Seth Rubenstein tweeted, “This is so exciting. I hope this means it becomes easier to create Tumblr themes in the future; especially, dare I say, if they’re just block themes…” Courtney Robertson, Open Source Developer Advocate at GoDaddy, also hopes to see more “ block themes supporting post formats SOON.” Head of WP Relations at Elementor, Miriam Schwab dubbed it “The ultimate “data liberation” project” while Developer Advocate WPEngine Damon Cook speculated, “I wonder if there will be outcomes from this large migration that could overlap and help solve pieces of the Data Liberation project.” Product Designer Yash Bhardwaj was excited ”This will go down in history books similar to some ancient empire conquering another.” Nick Weisser of Openstream is optimistic “This would represent a significant increase in the market share of #WordPress, pushing it from around 43% to over 60%?” I’m sure no one foresaw these developments when Jeff Chandler wrote “WordPress To Be More Tumblr Like” in 2010. Category: News, WordPress [ad_2] Source link
Continue readingWordPress Training Team Seeks Ideas to Attract New Learners – WP Tavern
[ad_1] The WordPress Training Team is currently seeking ideas and feedback from the community to prioritize activities that will increase engagement with the newly revamped Learn WordPress platform and attract new learners. Automattic-sponsored Kathryn Presner stated, “We want to have a steady flow of new learners discovering the site and taking advantage of the valuable resources it offers.” She has outlined three types of potential activities that the Training Team is considering – expanding marketing initiatives, increasing the Training Team’s visibility at WordCamps, and equipping learners and contributors with resources to promote Learn WordPress. Community members can go through the list of planned promotional activities, workshops, and events in Kathryn’s post. They can also share feedback and suggest new activities by September 10, 2024. Home to high-quality educational resources, Learn WordPress, was launched in 2020 and received a revamp very recently. Lately, various WordPress teams have been exploring ways to attract new members to the WP ecosystem. Just last month, the Community Team proposed updating WordCamp budget guidelines to draw in new attendees. These initiatives are encouraging especially when there have been talks of the WordPress market stagnating. Category: News, WordPress [ad_2] Source link
Continue reading#135 – Jonathan Bossenger on Enhancing WordPress Learning Experiences – WP Tavern
[ad_1] [00:00:00] Nathan Wrigley: Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast, which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, enhancing WordPress learning experiences. If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice. Or by going to wptavern.com/feed/podcast. And you can copy that URL into most podcast players. If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there. So on the podcast today, we have Jonathan Bossenger. Jonathan based in Cape town, South Africa, has been an integral part of the WordPress community for nearly a decade. Transitioning from software development to web, and then WordPress development, he found his passion in education. Since attending his first word camp in 2015, he has focused on creating educational content for WordPress developers. Now employed at Automattic as a developer educator, he contributes to the Learn platform, helping to train and guide new developers in the WordPress ecosystem. He’s on the podcast today to explain some of the ways that you can learn WordPress with up to date, freely available content. We discuss the goal of making WordPress learning accessible globally, especially for those who can’t afford expensive courses. The discussion gets into the transformative potential of the Learn WordPress platform, especially in the era of Playground, which will enable interactive coding practice without the need for external tools. Jonathan sees this as a game changer for web agencies, providing a streamlined training resource for new developers and conserving valuable time and resources. We cover Jonathan’s journey from software developer to developer educator, supported by his former employer, Castos. He shares the challenges of keeping educational content current amidst WordPress’s rapid evolution, and the importance of staying updated with WordPress core developments. The conversation also touches on the structured learning pathways, designed to guide learners from beginner to advanced levels. Segmented into user designer and developer categories. The professionalism of WordPress projects like Learn, and the essential role of contributors in translating and internationalising content to reach a broader audience ,comes under the microscope as well. And Jonathan reflects upon the dynamic nature of open source communities, stressing the need for decisive leadership in software development decisions from time to time. Towards the end, we talk about the many ways that you can assist the Learn project, and there are many more ways than you might imagine. If you’re curious about how people learn about WordPress, and how you can be a part of that project, this episode is for you. If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well. And so without further delay, I bring you Jonathan Bossenger. I am joined on the podcast today, once more by Jonathan Bossenger. Hey, Jonathan. [00:03:59] Jonathan Bossenger: Hello, I’m back. [00:04:01] Nathan Wrigley: Thank you so much for coming on the podcast today. We’re going to be talking about a really important subject, and a subject which I think is getting more importance. We can get into the politics or what have you of that in a moment. Before we begin the conversation all about Learn, and what’s going on over there, Jonathan, for those people who don’t know who you are, do you want to just give us your brief potted history? Maybe your current job, and your history with WordPress and so on? [00:04:24] Jonathan Bossenger: Sure. So for those who don’t know, my name is Jonathan Bossenger. I live in Cape Town in South Africa, which is the country right at the tip of Africa. I have been involved in the WordPress community now for about nine years. I went to my first WordCamp in Cape Town in 2015, and I am a web developer, originally a software developer, then a web developer, then a WordPress developer. And I’m now transitioned to this wonderful new thing that I call, or at least people call developer educator. I’m currently employed at Automattic, I’m sponsored to work full-time with the WordPress training team, and my job is basically creating educational content for WordPress developers. So everything that is on Learn, that has to do with WordPress development, I have got some hand in somewhere there. [00:05:05] Nathan Wrigley: Was this a pivot that you kind of had as part of your north star five or six years ago, or is this very much an evolution that kind of happened to you without it meaning to be the case? [00:05:16] Jonathan Bossenger: I did pivot from software development to developer education kind of organically, but also with a little bit of support. You’ll appreciate the story, Nathan. So as you will know, I was working at Castos for a number of years. I was the initial developer that Craig hired when we first kicked Castos off. I became lead developer as the company grew. And in conversations that I had with Craig, as my CEO, as the company grew, and as we run about the time the TinySeed thing happened and Craig had some money that he could spend to grow the team and all those things. He sat me down and he said to me, right, what does the future look like for you? As the company grows, we’ve got potential to get big, what does the future look like? And he said the word engineering manager, and the term CTO came up, and I realised in those conversations that that was not what I wanted to be doing. As much as I enjoyed developing software, I’m not great at leading people. I
Continue readingWordPress Blog WPLift Joins E2M Solutions – WP Tavern
[ad_1] The popular WordPress blog WPLift has been acquired by E2M Solutions, a leading white-label partner with operations in India and the United States. Founded by Oliver Dale in September 2010 under Kooc Media, WPLift has undergone several ownership changes over the years. Dan Tol acquired the blog from Oliver Dale in 2016 and managed it until 2023 when it was acquired by UnlimitedWP, a WordPress White Label service provider. UnlimitedWP was then acquired by E2M Solutions in June this year, making this latest transition somewhat anticipated. Manish Dudharejia, the CEO of E2M, commented on the acquisition saying: “Bringing WPLift into the E2M family is about more than just expanding our reach. It’s about collaboration and community, WPLift enhances our ability to engage with and contribute to the WordPress ecosystem… WPLift is more than just a great media partner for E2M; it’s our way of supporting and giving back to the global WordPress community.” Future Plans The E2M team has confirmed that “WPLift will continue its mission to deliver insightful articles and updates.” Future plans include featuring WP expert interviews, sharing the latest news, and covering WordCamps as a Media Partner. WPLift’s acquisition announcement says, “ Some things may be changing around WPLift HQ, but we remain as committed as ever to being your trusted source for verifiable news… If there’s just one thing we want you to take away today, it’s that, even after being acquired, the only way things are going to change around here is for the better.” Another WordPress blog, WP BizDev, reacted to the acquisition: “Great to see an agency invest in media. A smart move too.” [ad_2] Source link
Continue reading