Viewing 2 replies - 1 through 2 (of 2 total)
  • @dreddurius,

    I can show how to hide the author in the web app. The date cannot be hidden at this point, we will try to make adjustments for the next release.

    If you want to hide the author, you must go to plugins/wordpress-mobile-pack/export/export-class.php and search for the “author” word on the page

    (It will look like: “author” => get_the_author_meta(‘user_nicename’, $post->post_author ))

    You can either remove or comment this line (comment with //), but make sure you only change the following methods: exportCategories, exportArticles, exportArticle.

    Keep in mind that when you will want to update the plugin , you will have to make the same changes in the new version.

    Thread Starter dreddurius

    (@dreddurius)

    Hey thanks florentina.opris. I’llbe looking forward to the next update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding the Date and author in posts’ is closed to new replies.